在Cisco IOS 和Catalyst OS系统中配置VLAN的命令

分别进行
2025-01-07 20:32:48
推荐回答(2个)
回答1:

在Cisco IOS系统中配置VLAN的命令(1)VLAN的一般配置1)进入VLAN的配置模式:Switch#vlan database2)建立、删除或修改VLAN:·建立VLAN:Switch(vlan)#vlan name ·删除VLAN:Switch(vlan)#no vlan ·修改VLAN:和建立VLAN的命令完全相同。3)将端口加入VLAN:Switch(config-if)#switchport access vlan (2)配置VTP1)进入全局配置模式2)设置VTP匿名:Switch(config)#vtp domain name3)设置VTP工作模式:·设置为VTP server 模式(默认):Switch(config)#vtp domain server·设置为VTP Client 模式:Switch(config)#vtp mode client·设置为VTP Transparent 模式:Switch(config)#vtp mode transparent(3)设置Trunk1)进入端口配置模式2)配置VLAN Trunk模式:Switch(config-if)#switchport mode trunk3)封装VLAN协议:·封装IEEE802.1Q:Switch(config-if)#switchport trunk encap dot1q·封装ISL协议:Switch(config-if)#switchport trunk encap dot1q·自动协商:Switch(config-if)#switchport trunk encap dot1q4)设置允许中继的VLAN:·Switch(config-if)#switchport trunk allowed vlan ·Switch(config-if)#switchport trunk allowed vlan except

回答2:

在Catalyst OS系统中配置VLAN的命令(1)VLAN的一般配置1)建立、删除或修改VLAN:·建立VLAN:Switch>(enable)set vlan name ·删除VLAN:Switch>(enable)clear vlan ·修改VLAN:和建立VLAN的命令完全相同。2)将端口加入VLAN:Switch>(enable)set vlan (2)配置VTP1)设置VTP域名:Switch>(enable)set vtp domain name2)设置VTP工作模式:·设置为VTP Server模式(默认):switch>(enable)set vtp mode server·设置为VTP Client模式:switch>(enable)set vtp mode client·设置为VTP Transparent模式:switch>(enable)set vtp mode transparent·VTP关闭:Switch>(enable)set vtp mode off(3)配置Trunk1)配置VLAN Trunk模式,封装VLAN协议:Switch>(enable)set trunk 2)设置允许中继的VLAN:Switch>(enable)set trunk vlan