From d850079db1160204dbd18776348d92338753df2f Mon Sep 17 00:00:00 2001 From: nuclearcat Date: Mon, 22 May 2023 21:53:37 +0000 Subject: [PATCH] Update 'networking.md' --- networking.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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