Skip to content

Commit

Permalink
Sub-Directories included for Platform and Network Configuraiton
Browse files Browse the repository at this point in the history
This commit includes all the sub-directories that will be included in the platform and network configuraiton tab. Within each sub-directory will be markdown files based on those listed in NewtorkConfiguraiton.md and PlatformConfiguraiton.md. Currently no sub-directories were established for Platform configuraitons due to the limited number. But may be subject to changes.

Signed-off-by: Korel <[email protected]>
  • Loading branch information
KorelU committed Feb 18, 2024
1 parent d05cb56 commit 1fe76da
Show file tree
Hide file tree
Showing 8 changed files with 117 additions and 2 deletions.
43 changes: 42 additions & 1 deletion NetworkConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,45 @@ layout: default

# Network Configuration

(Todo)
**DENT offers a wide range of Network Configuration options. These include the following:**

### Link Aggregation and Load Balancing

- LAG/LACP (Link Aggregation Group/Link Aggregation Control Protocol)

- L2/L3 ECMP (Equal-Cost Multipath)

### Network Addressing and Filtering

- DHCP (Dynamic Host Configuration Protocol)
- ACL (TC-Flower)
- NAT (Network Address Translation)

### VLAN Configuration

- Bridging Layer 2
- VLANs (Configuring 802.1q Interfaces)
- VLAN Routing on 802.1q Interfaces
- PT (Port Translation)

### Traffic Control and Policing

- Egress Policer
- Control Plane Policer
- Dataplane policing (BUM traffic Policing/Data packet policing/Control packet policing)

### Network Discovery and Management

- LLDP (Link Layer Discovery Protocol)
- VRRP (Virtual Router Redundancy Protocol) – keepaliveD
- STP (Spanning Tree Protocol)

### Routing and Forwarding

- IPv4 Support
- IPv6 Support
- Dynamic Routing (BGP and OSPF)
- Static Routing
- IGMP Snooping

**To learn more about these groups view the table of contents below:**
11 changes: 11 additions & 0 deletions NetworkConfigurations/LinkAggregationAndLoadBalancing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Link Aggregation and Load Balancing
parent: Network Configuration
nav_order: 1
has_children: true
layout: default
---

# Link Aggregation and Load Balancing

Possible Link Aggregation and Load Balancing Configurations include:
11 changes: 11 additions & 0 deletions NetworkConfigurations/NetworkAddressingAndFiltering.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Network Addressing and Filtering
parent: Network Configuration
nav_order: 2
has_children: true
layout: default
---

# Network Addressing and Filtering

Possible Network Addressing and Filtering Configurations include:
11 changes: 11 additions & 0 deletions NetworkConfigurations/NetworkDiscoveryAndManagement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Network Discovery and Management
parent: Network Configuration
nav_order: 5
has_children: true
layout: default
---

# Network Discovery and Management

Possible Network Discovery and Management Configurations include:
11 changes: 11 additions & 0 deletions NetworkConfigurations/RoutingAndForwarding.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Routing and Forwarding
parent: Network Configuration
nav_order: 6
has_children: true
layout: default
---

# Routing and Forwarding

Possible Routing and Forwarding Configurations include:
11 changes: 11 additions & 0 deletions NetworkConfigurations/TrafficControlAndPolicing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Traffic Control and Policing
parent: Network Configuration
nav_order: 4
has_children: true
layout: default
---

# Traffic Control and Policing

Possible Traffic Control and Policing Configurations include:
11 changes: 11 additions & 0 deletions NetworkConfigurations/VLANConfiguraiton.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: VLAN Configuration
parent: Network Configuration
nav_order: 3
has_children: true
layout: default
---

# VLAN Configuration

Possible VLAN Configurations include:
10 changes: 9 additions & 1 deletion PlatformConfiguraiton.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,12 @@ layout: default

# Platform Configuraiton

(TODO)
**DENT offers a wide range of Platform Configuration options. These include the following:**

- Port Isolation

- TC Persistence (Petunia)

- IEEE 802.1x Port Based Authentication

- Power over Ethernet (PoE) Management

0 comments on commit 1fe76da

Please sign in to comment.