Here are the sample VLAN configuration and commands comparing Cisco Nexus and Huawei switches.
VLAN Creation:
Cisco | Huawei |
configure | system-view |
vlan 88 name VLAN 88 |
vlan 88 name VLAN88 |
Access Interfaces:
Cisco | Huawei |
interface Ethernet1/1 description Connection to Server1 switchport switchport access vlan 88 no shutdown |
interface GigabitEthernet1/1/1 description Connection to Server1 port link-type access port default vlan 88 undo shutdown |
Trunk Interfaces:
Cisco | Huawei |
interface Ethernet2/1 description Connect to Switch2 switchport switchport mode trunk switchport trunk allowed vlan 10,20 no shutdown |
interface GigabitEthernet2/1/1 description Connect to Switch2 port link-type trunk port trunk allow-pass vlan 10 20 undo shutdown |
Verification:
Cisco | Huawei |
show vlan brief show vlan summary show vlan id <VLAN-ID> |
display vlan brief display vlan summary display vlan <VLAN-ID> |
Be First to Comment