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


3/2; connected; on;;;156833;
----- ---------- -------------------- ----- -----
Port; Device-ID;;;;;Port-ID;Platform;
----- ------------------------------- -------------------------; ----------------;
3/1; bang-rp; GigabitEthernet3cisco Cat4232;
3/2Not directly connected to switch;
----- ------------------------------- -------------------------; ----------------
假如有show port channel命令的输 出 从您的Cisco设备,您能 使用 Output Interpreter ; 显示潜在问题和修正 。使用 Output Interpreter ;,您必须是一个 注册的用户,登录,并且安排Javascript 被启用 。
更多的请看:http://www.qqread.com/windows/2003/index.html
路由模块 配置
bang-rp#sh ver
Cisco Internetwork Operating System Software;
IOS (tm) L3 Switch/Router Software (CAT4232-IN-M), Version 12.0(7)W5(14.90)INTERIM TEST SOFTWARE;
Copyright (c) 1986-2000 by cisco Systems, Inc.;
Compiled Fri 26-May-00 15:26 by integ;
Image text-base: 0x60010928, data-base: 0x605C8000;
ROM: System Bootstrap, Version 12.0(7)W5(15b) RELEASE SOFTWARE;
bang-rp uptime is 1 day, 22 hours, 7 minutes;
System restarted by power-on;
System image file is "bootflash:cat4232-in-mz.120-7.W5.14.90";
cisco Cat4232 (R5000) processor with 57344K/8192K bytes of memory.;
R5000 processor, Implementation 35, Revision 2.1;
Last reset from power-on;
1 FastEthernet/IEEE 802.3 interface(s);
4 Gigabit Ethernet/IEEE 802.3z interface(s);
123K bytes of non-volatile configuration memory.
16384K bytes of Flash internal SIMM (Sector size 256K).;
Configuration register is 0x1
bang-rp#; sh run
Building configuration...
Current Configuration:
!;
version 12.0;
no service pad;
service timestamps debug uptime;
service timestamps log uptime;
no service password-encryption;
!;
hostname bang-rp;
!;
!;
ip subnet-zero;
!;
!;
!;
interface Port-channel1;
no ip redirects;
no ip directed-broadcast;
hold-queue 300 in;
!;
interface Port-channel1.2

!---; This interface is configured for dot1q routing with native vlan 1 to
!---; match supervisor configuration.

encapsulation dot1Q 1 native; ip address 1.1.1.2 255.255.255.0; no ip redirects; no ip directed-broadcast;
!;
interface Port-channel1.3;
encapsulation dot1Q 3;
ip address 1.1.1.2 255.255.255.0;
no ip redirects;
no ip directed-broadcast;
!;
interface FastEthernet1;

!--- This is the out of band interface that you can use for management.;

no ip address;
no ip directed-broadcast;
shutdown;
!;
interface GigabitEthernet1;
ip address 3.3.3.2 255.255.255.0;
no ip directed-broadcast;
!;
interface GigabitEthernet2;
no ip address;
no ip directed-broadcast;
shutdown;
!;
interface GigabitEthernet3;
no ip address;
no ip directed-broadcast;
no negotiation auto;
channel-group 1

!---; Both port gig 3 and gig 4 are part of the channel-group 1.;

!;
interface GigabitEthernet4;
no ip address;
no ip directed-broadcast;
no negotiation auto;
channel-group 1;

!--- Both port gig 3 and gig 4 are part of the channel group; 1.;

!;
router eigrp 1;
passive-interface FastEthernet1;
network 1.0.0.0;
network 2.0.0.0;
network 3.0.0.0;
!;
ip classless;
!;
arp 127.0.0.2 0050.732a.f300 ARPA;
!;
line con 0;
transport input none;

推荐阅读