Update 'networking.md'

This commit is contained in:
2023-05-22 21:53:37 +00:00
parent 7f3de77688
commit d850079db1
+24
View File
@@ -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