Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sub-Directories included for Platform and Network Configuration #22

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading