eNSP用hybrid将用户机与服务器通信

在这里插入图片描述

SW1:

<Huawei>undo t m
Info: Current terminal monitor is off.	
<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.	
[Huawei]sysname SW1
[SW1]user-interface console 0
[SW1-ui-console0]idle-timeout 0 0
[SW1-ui-console0]qu
[SW1]vlan bat 10 20 100
Info: This operation may take a few seconds. Please wait for a moment...done.
[SW1]int e0/0/1
[SW1-Ethernet0/0/1]port hybrid pvid vlan 10	
[SW1-Ethernet0/0/1]port hybrid untagged vlan 10 100
[SW1-Ethernet0/0/1]int e0/0/2	
[SW1-Ethernet0/0/2]port hybrid pvid vlan 20
[SW1-Ethernet0/0/2]port hybrid untagged vlan 20 100
[SW1-Ethernet0/0/2]int g0/0/1
[SW1-GigabitEthernet0/0/1]port hybrid untagged vlan 10 20 100
[SW1-GigabitEthernet0/0/1]

SW2:

<Huawei>undo t m
Info: Current terminal monitor is off.
<Huawei>un t m
Info: Current terminal monitor is off.	
<Huawei>system-view 
Enter system view, return user view with Ctrl+Z.	
[Huawei]sysname SW2	
[SW2]user-interface console 0
[SW2-ui-console0]idle-timeout 0 0
[SW2-ui-console0]qu
[SW2]
[SW2]vlan bat 10 20 100
Info: This operation may take a few seconds. Please wait for a moment...done.
[SW2]int e0/0/1
[SW2-Ethernet0/0/1]port hybrid pvid vlan 10	
[SW2-Ethernet0/0/1]port hybrid untagged vlan 10 100
[SW2-Ethernet0/0/1]int e0/0/2
[SW2-Ethernet0/0/2]port hybrid pvid vlan 20
[SW2-Ethernet0/0/2]port hybrid untagged vlan 20 100
[SW2-Ethernet0/0/2]int g0/0/1	
[SW2-GigabitEthernet0/0/1]port link-type trunk 
[SW2-GigabitEthernet0/0/1]port trunk allow-pass vlan 10 20 100
[SW2-GigabitEthernet0/0/1]int e0/0/3
[SW2-Ethernet0/0/3]port hybrid untagged vlan 10 20 100
[SW2-Ethernet0/0/3]

猜你喜欢

转载自blog.csdn.net/July_jojo/article/details/107456950