《2022年VLAN配置命令 .pdf》由会员分享,可在线阅读,更多相关《2022年VLAN配置命令 .pdf(5页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。
1、VLAN配置命令vlan 配置思路(access 、Trunk)(1)创建 Vlan 在基于 IOS的交换机上配置静态VLAN: switch# vlan database switch(vlan)# vlan vlan-num name vlan-name switch(vlan)# exit switch# configure teriminal switch(config)# interface interface module/number switch(config-if)# switchport mode access / 设置端口模式为access模式switch(config-
2、if)# switchport access vlan vlan-num / 设置端口所属的VLAN switch(config-if)# end 核验配置: show vlan (2)配置干道链路干道是在两台catalyst 交换机端口或catalyst 交换机与路由器间的一条点对点链路。干道链路可以承载多个vlan。在基于 IOS的交换机上配置干道链路switch(config)# interface interface mod/port switch(config-if)# switchport mode trunk / 设置端口模式为trunk 模式switch(config-if)#
3、 switchport trunk encapsulation isl|dotlq / 设置 trunk 所封装的帧switch(config-if)# switchport trunk allowed vlan remove vlan-list / 允许那些VLAN通过干路no switchport no switchport / 把物理端口变成三层口,即把三层口当成路由器上的口,当将一个端口配置成三层端口之后,就可以在此端口上分配IP 地址了,当然还是可以连接PC机的, 。路由口:路由口是指某一物理端口在端口配置状态下用no switchport命令生成的端口,所有的三层都需要IP地址以实
4、现路由交换。配置举例如下:Switch# configure terminal Switch(config)# interface gigabitethernet0/2 Switch(config-if)# no switchport Switch(config-if)# ip address 192.20.135.21 255.255.255.0 Switch(config-if)# no shutdown Switch(config-if)# end 附:show interfaces interface-id switchport / 显示二层端口的状态,可以用来决定此口是否为二层或三层
5、口。Eg:Switch# show interfaces fastethernet 0/1 switchport ? 三层交换机上VLAN的设置(1)方法一:一般常规配置Switch# configure terminal 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 5 页 - - - - - - - - - Switch(config)# vlan 20 Switch(config-vlan)# name test20 Switch(config-vlan)#ip
6、address 1.1.1.1 255.255.255.0 Switch(config-vlan)# end 方法二:也可以在enable 状态下,进行VLAN配置 : Switch# vlan database / 进入 VLAN配置状态Switch(vlan)# vlan 20 name test20 / 加入 VLAN 号及 VLAN名Switch(vlan)# exit 更新 VLAN 数据庫并退出(2) 将端口分配给某个VLAN Switch# configure terminal Switch(config)# interface fastethernet0/1 Switch(co
7、nfig-if)# switchport mode access / 定义二层口的工作模式为接入模式Switch(config-if)# switchport access vlan 2 / 把端口分配给某一VLAN Switch(config-if)# end Switch# (3) 配置 VLAN Trunks Switch# configure terminal Switch(config)# interface fastethernet0/4 Switch(config-if)# switchport mode trunk Switch(config-if)# switchport t
8、runk encapsulation dot1q Switch(config-if)# end 附: switchport trunk encapsulation isl | dot1q | negotiate / 配置 trunk 封装 ISL 或 802.1Q 或自动协商switchport mode dynamic auto | desirable | trunk (一般不用它) ,配置二层trunk 模式。 (dynamic auto 自动协商是否成为trunk ;dynamic desirable 把端口设置为trunk 如果对方端口是trunk, desirable, 或自动模式;
9、trunk设置端口为强制的trunk 方式,而不理会对方端口是否为trunk)(4) 定义 trunk 允许的 VLAN Switch(config)# interface fastethernet0/1 Switch(config-if)# switchport trunk allowed vlan remove 2 / 配置 trunk 允许的 VLAN Switch(config-if)# end 附: switchport trunk allowed vlan add | all | except | remove vlan-list (5) 配置 Native VLAN(802.1q
10、)switch(config-if)# switchport trunk native vlan-num / 封装 802.1q 的 trunk 端口可以接受带有标签和不带标签的数据流,交换机向native vlan 传送不带标签的数据流,缺省情况下native VLAN 是 VLAN 1 使用 no switchport trunk native vlan 端口配置命令回到缺省的状态(6) 配置一组端口4006# configure terminal 4006(config)# interface range fastethernet2/1 5 名师资料总结 - - -精品资料欢迎下载 -
11、- - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 5 页 - - - - - - - - - 4006(config-if-range)# no shutdown / 注意:端口号之间需要加入空格,如:interface range fastethernet 2/1 5 是有效的,而 interface range fastethernet 2/1-5 是无效的 . 以下的例子显示使用逗号来配置不同类型端口的组: 4006# configure terminal 4006(config)# interface rang
12、e fastethernet2/1 3, gigabitethernet3/1 - 2 4006(config-if-range)# no shutdown (7) 其它常用命令duplex auto | full | half / 设置全双工或半双工. speed 10 | 100 | 1000 | auto | nonegotiate 设置端口速率/ 注: 1000 只工作在千兆口. GBIC模块只工作在1000 Mbps 下. nonegotiate 只能在这些GBIC上用1000BASE-SX, -LX, and -ZX GBIC. copy running-config startu
13、p-config / 保存设置(8)配置 EtherChannel 以太通道捆绑几个以太端口为一个独立的逻辑链路。如4006 交换机,你可以捆绑在4006任何模块上最多8 个兼容的具有相同速率的端口。每个以太通道具有一个port-channel 端口号。要捆绑一个以太通道时,会产生一个逻辑port-channel 端口,逻辑端口下的配置可影响与之捆绑的物理端口,但物理端口下的配置不能影响逻辑端口的配置。1) 三层以太通道(逻辑port-channe )的配置Switch# configure terminal Switch(config)# interface port-channel 1 /
14、 创建一个逻辑端口Switch(config-if)# ip address 172.32.52.10 255.255.255.0 Switch(config-if)# end 2) 三层物理端口配置Switch# configure terminal Switch(config)# interface range fastethernet 5/4 5 (注意 : 空格是必需的) Switch(config-if)# no switchport / 改变该端口为三层接口Switch(config-if)# no ip address / 确认接口没有配置IP 地址Switch(config-i
15、f)# channel-group 1 mode desirable Switch(config-if)# end 附:Switch(config-if)# channel-group port_channel_number mode auto | desirable | on / 将该物理端口加入一个以太通道中,并确定PagP模式。3) 二层以太通道配置Switch# configure terminal Switch(config)# interface range fastethernet 5/6 - 7 (注意 : 空格是必需的) Switch(config-if-range)# ch
16、annel-group 2 mode desirable 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 5 页 - - - - - - - - - Switch(config-if-range)# end Switch# show running-config interface port-channel 2 Building configuration. Current configuration: ! interface Port-channel2 switchpo
17、rt access vlan 10 switchport mode access end Switch# ? 如何作端口聚合如果要配置二台6509 之间的 Trunk 联接, 首先将二6509 用千兆光纤相联好,然后分别配置二相联端口的trunk,可以是只用一双光纤,或用二对光纤做port channel ,配置如下:一双光纤相联时,分别在二台65 上进行以下的配置:interface GigabitEthernet1/1 no ip address switchport switchport trunk encapsulation dot1q switchport trunk native
18、vlan 1 二对光纤相联时,必须要做port channel ,分别在二台65 上进行以下的配置:interface port-channe1 no ip address switchport switchport trunk encapsulation dot1q switchport trunk native vlan 1 ! interface GigabitEthernet1/1 no ip address duplex full speed 1000 switchport mode trunk switchport trunk encapsulation dot1q switchp
19、ort trunk native vlan 1 channel-group 1 mode on ! interface GigabitEthernet1/2 no ip address duplex full speed 1000 switchport mode trunk switchport trunk encapsulation dot1q 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 5 页 - - - - - - - - - switchport trunk
20、native vlan 1 channel-group 1 mode on ? VTP剪裁copyright dedecms (1) 在基于 IOS的交换机上配置VTP 模式 : switch# vlan database switch(vlan)# vtp domain domain-name switch(vlan)# vtp sever|cilent|transparent switch(vlan)# vtp password password 在基于 CLI的交换机上配置VTP 模式 : switch(enable) set vtp domain domain-name mode se
21、ver|cilent|transparent password password (2) 在基于 IOS的交换机上配置VTP版本 : switch# vlan database switch(vlan)# vtp v2-mode 在基于 CLI的交换机上配置VTP版本 : switch(enable) set vtp v2 enable (3) 在基于 IOS的交换机上启动VTP剪裁 : switch# vlan database switch(vlan)# vtp pruning 在基于 CLI 的交换机上启动VTP剪裁 : switch(enable) set vtp pruning enable 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 5 页,共 5 页 - - - - - - - - -