close
Environment: N2048, N3048
Secnario: 我想設定第48 port為Trunk port(帶VLAN ID為1011 and 1012的Tags)
Solution: 在Switch加上以下這幾行
# enable
# configure
# vlan 1011,1012
# exit
# interface vlan 1011
# ip address 10.11.0.253 255.255.0.0
# exit
# interface vlan 1012
# ip address 10.12.0.253 255.255.0.0
# exit
# interface gigabitethernet 1/0/48
# switchport mode trunk
# switchport trunk allowed vlan 1011,1012
全站熱搜