WS-X4232-L3 路由模块配置和概述为Catalyst 4000家族( 三 )


交换Supervisor配置 路由器交换卡在 show module显示34个端口:32个交换端口对前面板和2个千 兆交换端口直接地连接到二路由器端口:
bang> (enable) sh mod
Mod Slot Ports Module-Type;;;;;Model;;;;;Sub Status;
--- ---- ----- ------------------------- ------------------- ---; --------;
11;0;;Switching; Supervisor;;;WS-X4012;;no; ok;
22;34;10/100/1000; Ethernet;;;WS-X4232;;no; ok;
33; Router Switch; Card;;;;;WS-X4232-L3; no; ok
Mod Module-Name Serial-Num;
--- ------------------- --------------------;
1;;;;;JAB02380AYG;
2;;;;;JAB03210B6Y;
3;;;;;JAB0417055S;
Mod MAC-Address(es) Hw;;Fw; Sw;
--- -------------------------------------- ------ ---------- -----------------;
100-50-73-2a-f3-00 to 00-50-73-2a-f6-ff 1.0;;4.5(1);;5.5(1);
200-50-73-42-a9-68 to 00-50-73-42-a9-89 1.6;
300-01-42-06-73-a8 to 00-01-42-06-73-c9 1.0;;12.0(7)W5( 12.0(7)W5(14.90

唯一的配置在Catalyst 4000边添加了与吉比特以太 网信道Trunk有关到路由模块:
bang> (enable) sh conf
# ***** NON-DEFAULT CONFIGURATION *****;
!;
!
!;
!;
!;
set port channel all distribution mac both;
!;
#ip;
set interface sl0 down;
set interface me1 down;
!;
#set boot command;
set boot config-register 0x102;
set boot system flash bootflash:cat4000.5-5-1.bin;
!;
#port channel;
set port channel 3/1-2 156;
!;
#module 1 : 0-port Switching Supervisor;
!;
#module 2 : 34-port 10/100/1000 Ethernet;
!;
#module 3 : 34-port Router Switch Card;
set vlan 2;3/3;
set vlan 3;2/3
set trunk 3/1; nonegotiate dot1q 1-1005

!--- NOTE : Trunk mode needs to be nonegociate as the router module
does not support DTP.;

set trunk 3/2; nonegotiate dot1q 1-1005;
set port channel 3/1-2 mode on;;;;

!--- NOTE : Channel mode needs to be force to ON as the router module
does not support PagP.
end
在 交换机, 命令show cdp neighbor 显示路由模块好象它通过一条千兆 以太网通道Trunk连接的一个外部路由器在千兆端口3/1和3/2:
bang> (enable) sh cdp nei
* - indicates vlan mismatch.;
# - indicates duplex mismatch.;
Port;;Device-ID;;;;;Port-ID;Platform;
-------- ------------------------------- -------------------------; ------------;
2/3;;daniella Ethernet0; cisco 2500;
3/3;;donaldEthernet0; cisco 2500
bang> (enable); sh trunk
* - indicates vtp domain mismatch;
Port;;;Mode; Encapsulation; Status;;;;;Native; vlan;
--------; -----------; -------------; -----------------------;
3/1;;;nonegotiate; dot1qtrunking;;;1;
3/2;;;nonegotiate; dot1qtrunking;;;1
Port;;;Vlans allowed on trunk;
--------; ---------------------------------------------------------------------;
3/1;;;1-1005;
3/2;;;1-1005
Port;;;Vlans allowed and active in management; domain;
--------; ---------------------------------------------------------------------;
3/1;;;1-3;
3/2;;;1-3
Port;;;Vlans in spanning tree forwarding; state and not pruned;
--------; ---------------------------------------------------------------------;
3/1;;;1-3;
3/2;;;1-3

假如有show trunk命令的输出 从您的Cisco设备,您能使 用 Output Interpreter ; 显示潜在问题和修正 。使用 Output Interpreter ;,您必须是一个 注册的用户,登录,并且安排Javascript 被启用 。
bang> (enable) sh port channel;
Port; Status;;Channel;;;;Admin Ch;
Mode; Group Id;
----- ---------- -------------------- ----- -----;
3/1; connected; on;;;156833;

推荐阅读