forked from spinesystemspublic/documentation
Update 'networking.md'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user