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