《cisco2950交换机端口汇聚与TRUNK.docx》由会员分享,可在线阅读,更多相关《cisco2950交换机端口汇聚与TRUNK.docx(4页珍藏版)》请在三一办公上搜索。
1、cisco2950交换机端口汇聚与TRUNKCISCO交换机端口汇聚与Trunk 参照 2950A配置情况: 先定义VLAN Switch2950ena /进入特权模式 Switch2950#vlan database /进入VLAN配置模式 Switch2950#vlan 10 name vlan10 /创建VLAN并为VLAN起名为VLAN10 Switch2950#vlan 20 name vlan20 /创建VLAN并为VLAN起名为VLAN20 Switch2950#conf t /进入全局模式 Switch2950(config)#int f0/1 /进入F0/1号接口 Switc
2、h2950(config-if)#switchport mode access /定义F0/1号接口为二层 Switch2950(config-if)#switchport access vlan 10 /将F0/1号接口分配给VLAN10 Switch2950(config-if)#NO shut /开启接口 Switch2950(config-if)#exit /退出接口 Switch2950(config)#int f0/2 /进入F0/2号接口 Switch2950(config-if)#switchport mode access /定义F0/2号接口为二层 Switch2950(c
3、onfig-if)#switchport access vlan 20 /将F0/2号接口分配给VLAN20 Switch2950(config-if)#NO shut /开启接口 接着做端口汇聚与TRUNK Switch2950ena /进入特权模式 Switch2950#conf t /进入全局模式 Switch2950(config)#int vlan 1 /进入VLAN1 Switch2950(config-if)#ip add 192.168.0.1 255.255.255.0 /为VLAN1配置IP地址 Switch2950(config-if)#no shu /开启VLAN端口
4、Switch2950(config-if)#exit /退出VLAN接口 Switch2950(config)#interface range fa0/23 -24 /进入FA2324号接口,并加入接口组 Switch2950(config-if-range)#channel-group 1 mode desirable /定义接口组名为1,并定义模式为可行 Switch2950(config-if-range)#switchport mode trunk /定义接口组为TRUNK模式 Switch2950(config-if-range)#switchport trunk allowed v
5、lan all /定义接口组trunk模式所有VLAN允许通过。 2950B配置情况: 先定义VLAN Switch2950ena /进入特权模式 Switch2950#vlan database /进入VLAN配置模式 Switch2950#vlan 10 name vlan10 /创建VLAN并为VLAN起名为VLAN10 Switch2950#vlan 20 name vlan20 /创建VLAN并为VLAN起名为VLAN20 Switch2950#conf t /进入全局模式 Switch2950(config)#int f0/1 /进入F0/1号接口 Switch2950(confi
6、g-if)#switchport mode access /定义F0/1号接口为二层 Switch2950(config-if)#switchport access vlan 10 /将F0/1号接口分配给VLAN10 Switch2950(config-if)#NO shut /开启接口 Switch2950(config-if)#exit /退出接口 Switch2950(config)#int f0/2 /进入F0/2号接口 Switch2950(config-if)#switchport mode access /定义F0/2号接口为二层 Switch2950(config-if)#s
7、witchport access vlan 20 /将F0/2号接口分配给VLAN20 Switch2950(config-if)#NO shut /开启接口 接着做端口汇聚与TRUNK Switch2950ena /进入特权模式 Switch2950#conf t /进入全局模式 Switch2950(config)#int vlan 1 /进入VLAN1 Switch2950(config-if)#ip add 192.168.0.2 255.255.255.0 /为VLAN1配置IP地址 Switch2950(config-if)#no shu /开启VLAN端口 Switch2950(
8、config-if)#exit /退出VLAN接口 Switch2950(config)#interface range fa0/23 -24 /进入FA2324号接口,并加入接口组 Switch2950(config-if-range)#channel-group 1 mode desirable /定义接口组名为1,并定义模式为可行 Switch2950(config-if-range)#switchport mode trunk /定义接口组为TRUNK模式 Switch2950(config-if-range)#switchport trunk allowed vlan all /定义接口组trunk模式所有VLAN允许通过。