diff --git a/networking.md b/networking.md index 6054393..ad9e703 100644 --- a/networking.md +++ b/networking.md @@ -23,6 +23,30 @@ ip link set dev eth7 up ip link set dev bond0 up ``` +### Cisco Nexus +``` +interface port-channel4 + description To-GlobalOS + switchport mode trunk + switchport trunk native vlan 2701 + switchport trunk allowed vlan 2584-2591,2701,2798,2901-2902 + no negotiate auto + +interface Ethernet1/21 + description To-GlobalOS + switchport mode trunk + switchport trunk native vlan 2701 + switchport trunk allowed vlan 2584-2591,2701,2798,2901-2902 + channel-group 4 mode active + +interface Ethernet1/22 + description To-GlobalOS + switchport mode trunk + switchport trunk native vlan 2701 + switchport trunk allowed vlan 2584-2591,2701,2798,2901-2902 + channel-group 4 mode active +``` + ## Troubleshooting ### Packetloss