From 1fe76da19b54a650a636876af04547daa645be64 Mon Sep 17 00:00:00 2001 From: Korel Date: Sun, 18 Feb 2024 11:59:51 -0500 Subject: [PATCH] Sub-Directories included for Platform and Network Configuraiton 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 --- NetworkConfiguration.md | 43 ++++++++++++++++++- .../LinkAggregationAndLoadBalancing.md | 11 +++++ .../NetworkAddressingAndFiltering.md | 11 +++++ .../NetworkDiscoveryAndManagement.md | 11 +++++ NetworkConfigurations/RoutingAndForwarding.md | 11 +++++ .../TrafficControlAndPolicing.md | 11 +++++ NetworkConfigurations/VLANConfiguraiton.md | 11 +++++ PlatformConfiguraiton.md | 10 ++++- 8 files changed, 117 insertions(+), 2 deletions(-) create mode 100644 NetworkConfigurations/LinkAggregationAndLoadBalancing.md create mode 100644 NetworkConfigurations/NetworkAddressingAndFiltering.md create mode 100644 NetworkConfigurations/NetworkDiscoveryAndManagement.md create mode 100644 NetworkConfigurations/RoutingAndForwarding.md create mode 100644 NetworkConfigurations/TrafficControlAndPolicing.md create mode 100644 NetworkConfigurations/VLANConfiguraiton.md diff --git a/NetworkConfiguration.md b/NetworkConfiguration.md index 7ff7805..b96a6b9 100644 --- a/NetworkConfiguration.md +++ b/NetworkConfiguration.md @@ -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:** diff --git a/NetworkConfigurations/LinkAggregationAndLoadBalancing.md b/NetworkConfigurations/LinkAggregationAndLoadBalancing.md new file mode 100644 index 0000000..c5fabbb --- /dev/null +++ b/NetworkConfigurations/LinkAggregationAndLoadBalancing.md @@ -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: diff --git a/NetworkConfigurations/NetworkAddressingAndFiltering.md b/NetworkConfigurations/NetworkAddressingAndFiltering.md new file mode 100644 index 0000000..8d14dc3 --- /dev/null +++ b/NetworkConfigurations/NetworkAddressingAndFiltering.md @@ -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: diff --git a/NetworkConfigurations/NetworkDiscoveryAndManagement.md b/NetworkConfigurations/NetworkDiscoveryAndManagement.md new file mode 100644 index 0000000..8c9eed1 --- /dev/null +++ b/NetworkConfigurations/NetworkDiscoveryAndManagement.md @@ -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: diff --git a/NetworkConfigurations/RoutingAndForwarding.md b/NetworkConfigurations/RoutingAndForwarding.md new file mode 100644 index 0000000..4237e08 --- /dev/null +++ b/NetworkConfigurations/RoutingAndForwarding.md @@ -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: diff --git a/NetworkConfigurations/TrafficControlAndPolicing.md b/NetworkConfigurations/TrafficControlAndPolicing.md new file mode 100644 index 0000000..8a505db --- /dev/null +++ b/NetworkConfigurations/TrafficControlAndPolicing.md @@ -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: diff --git a/NetworkConfigurations/VLANConfiguraiton.md b/NetworkConfigurations/VLANConfiguraiton.md new file mode 100644 index 0000000..d043ab8 --- /dev/null +++ b/NetworkConfigurations/VLANConfiguraiton.md @@ -0,0 +1,11 @@ +--- +title: VLAN Configuration +parent: Network Configuration +nav_order: 3 +has_children: true +layout: default +--- + +# VLAN Configuration + +Possible VLAN Configurations include: diff --git a/PlatformConfiguraiton.md b/PlatformConfiguraiton.md index af29ca3..2e4c562 100644 --- a/PlatformConfiguraiton.md +++ b/PlatformConfiguraiton.md @@ -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