打印

[求助] cisco三层交换机的配置资料

cisco三层交换机的配置资料

希望高手帮帮忙需要如题的配置文件包括 vlan vtp stp 语法以及基本配置文件
小弟在这先谢谢大家了

TOP

在置顶的帖子里面都有,自己仔细看看

TOP

Switch#vlan database
Switch(vlan)#vlan vlan_number
Switch(vlan)#exit
Switch(config)#interface fastethernet 0/x
Switch(config-if)#switchport access vlan vlan_number

The following command can be used to enter VLAN database mode and configure the VTP version number.

Switch#vlan database
Switch(vlan)#vtp v2-mode
The following command can be used to create the management domain.

Switch(vlan)#vtp domain cisco
The following command can be used to set the correct mode of the switch:

Switch(vlan)#vtp {client | server | transparent}


还有stp需要配置吗?是不是switch的一个计算法则?有点忘记了

TOP