|
|
楼主 |
发表于 2006-11-22 11:04:21
|
显示全部楼层
我这样配置VLAN对吗
Switch(vlan)#create 2 name manager taggedport 6-9,15 untaggedport 16
Successfully create a new VLAN.
Switch(vlan)#create 3 name office taggedport 17-22,23 untaggedport 24
Successfully create a new VLAN.
Switch(vlan)#create 1 name server taggedport 1-5 untaggedport 6
Successfully create a new VLAN.
Switch(vlan)#apply
Successfully apply vlan entries.
Switch(vlan)#
Switch#show vlan
*********************************VLAN Information*******************************
[Notice]: Get more details of the vlan by using the COMMAND: show vlan + VID.
********************************************************************************
VID Tagged Port(s) Untagged Port(s)
2 6-9,15 16
3 17-23 24
1 1-5 6
Current VlanType is 802.1Q Vlan.
Switch# |
|