分享
 
 
 

cisco以太网经典配置

王朝other·作者佚名  2008-05-19
窄屏简体版  字體: |||超大  

很经典啊,我用的。

Configurations

The configurations in this document were implemented in an isolated lab environment. The configurations were cleared by issuing the write erase command on the routers, and the clear config all command on the switches to ensure that all devices have a default configuration. Make sure you understand the potential impact of any configuration or command on your network before using it.

Catalyst 6500 Switch

Note: The following screen captures show the commands that were entered on the Catalyst 6500 switch. Comments between the commands are added in blue italics to explain certain commands and steps.

!-- Set the IP address and default gateway for VLAN 1 for management purposes.

Catalyst6500 (enable) set int sc0 10.10.10.2 255.255.255.0

Interface sc0 IP address and netmask set.

Catalyst6500 (enable) set ip route default 10.10.10.1

Route added.

!-- Set the VTP mode.

!-- In our example, we have set the mode to be transparent. !-- Depending on your network, set the VTP mode accordingly. !-- For details on VTP, refer to Understanding and Configuring VLAN Trunk Protocol (VTP).

Catalyst6500 (enable) set vtp mode transparent

VTP domain modified

!-- Adding VLAN 2. VLAN 1 already exists by default.

Catalyst6500 (enable) set vlan 2

VLAN 2 configuration successful

!-- Adding port 3/4 to VLAN 2. Port 3/3 is already in VLAN 1 by default.

Catalyst6500 (enable) set vlan 2 3/4

VLAN 2 modified.

VLAN 1 modified.

VLAN Mod/Ports

---- -----------------------

2 3/4

! -- Set the port speed and duplex at 100 and full. One of

!-- the requirements for EtherChannel to work is for speed and duplex to be the same on

!-- both sides. To guarantee this, we will hard code both speed and duplex on ports 3/1 and 3/2.

Catalyst6500 (enable) set port speed 3/1-2 100

Ports 3/1-2 transmission speed set to 100Mbps.

Catalyst6500 (enable) set port duplex 3/1-2 full

Ports 3/1-2 set to full-duplex.

! -- Enable FEC on ports 3/1 and 3/2.

! -- Becuase routers do not understand Port Aggregation Protocol(PAgP),

! -- we set the channel mode to on which causes ports to channel,

! -- but not generate PAgP frames.

Catalyst6500 (enable) set port channel 3/1-2 on

Port(s) 3/1-2 are assigned to admin group 105.

Port(s) 3/1-2 channel mode set to on.

! -- Enable trunking on ports 3/1 and 3/2.

! -- Becuase routers do not understand Dynamic Trunking Protocol(DTP),

! -- we set the trunking mode to nonegotiate which causes ports to trunk,

! -- but not generate DTP frames.

! -- Notice that becuase we configured EtherChannel first,

! -- any trunk settings applied now to one port automatically apply to all other ports in the channel.

! -- Enter the trunking encapsulation as either isl ...

Catalyst6500 (enable) set trunk 3/1 nonegotiate isl Port(s) 3/1-2 trunk mode set to nonegotiate.

Port(s) 3/1-2 trunk type set to isl.

! -- ... or as dot1q.

! -- Make sure the native VLAN(default is VLAN 1) matches across the link.

! -- For more information on the native VLAN and 802.1q trunking, refer to

! -- Trunking Between Catalyst 4000, 5000, and6000 Family Switches Using 802.1q Encapsulation.

Catalyst6500 (enable) set trunk 3/1 nonegotiate dot1q

Port(s) 3/1-2 trunk mode set to nonegotiate.

Port(s) 3/1-2 trunk type set to dot1q.

Catalyst6500 (enable) show config

This command shows non-default configurations only.

Use 'show config all' to show both default and non-default configurations.

.........

..................

..

begin

!

# ***** NON-DEFAULT CONFIGURATION *****

!

!

#time: Thu May 2 2002, 01:26:26

!

#version 5.5(14)

!

!

#system

set system name Catalyst6500

!

#!

#vtp

set vtp mode transparent

set vlan 1 name default type ethernet mtu 1500 said 100001 state active

set vlan 2 name VLAN0002 type ethernet mtu 1500 said 100002 state active

set vlan 1002 name fddi-default type fddi mtu 1500 said 101002 state active

set vlan 1004 name fddinet-default type fddinet mtu 1500 said 101004 state active stp ieee

set vlan 1005 name trnet-default type trbrf mtu 1500 said 101005 state active stp ibm

set vlan 1003 name token-ring-default type trcrf mtu 1500 said 101003 state active

mode srb aremaxhop 7 stemaxhop 7

backupcrf off

!

#ip

set interface sc0 1 10.10.10.2/255.255.255.0 10.10.10.255

set ip route 0.0.0.0/0.0.0.0 10.10.10.1 !

#set boot command

set boot config-register 0x2102

set boot system flash bootflash:cat6000-sup.5-5-14.bin

!

#port channel

set port channel 3/1-2 105

!

# default port status is enable

!

!

#module 1 empty

!

#module 2 : 2-port 1000BaseX Supervisor

!

#module 3 : 48-port 10/100BaseTX Ethernet

set vlan 2 3/4

set port disable 3/5

set port speed 3/1-2 100

set port duplex 3/1-2 full

set trunk 3/1 nonegotiate isl 1-1005

set trunk 3/2 nonegotiate isl 1-1005

!-- If IEEE 802.1q is configured,

!-- you will see the following output instead:

set trunk 3/1 nonegotiate dot1q 1-1005

set trunk 3/2 nonegotiate dot1q 1-1005

set port channel 3/1-2 mode on

!

#module 4 : 24-port 100BaseFX MM Ethernet

!

#module 5 empty

!

#module 6 empty

!

#module 15 empty

!

#module 16 empty

end

Cisco 7500 Router

Note: The following screen captures show the commands that were entered on the Cisco 7500 router. Comments between the commands are added in blue italics to explain certain commands and steps.

! -- Configure a port-channel interface to enable FEC.

7500#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.

7500(config)#int port-channel 1

01:34:10: %LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel1, changed

state to down

! -- Configure full-duplex to match the duplex setting on the Catalyst switch side.

7500(config-if)#full-duplex

7500(config-if)#exit

! -- If using ISL trunking, configure two port-channel sub-interfaces and enable ISL trunking

! -- by issuing the encapsulation isl command.

! -- Configure IP addresses for InterVLAN routing.

7500(config)#int port-channel 1.1

7500(config-subif)#encapsulation isl 1

7500(config-subif)#ip address 10.10.10.1 255.255.255.0

7500(config-subif)#exit

7500(config)#int port-channel 1.2

7500(config-subif)#encapsulation isl 2

7500(config-subif)#ip address 10.10.11.1 255.255.255.0

7500(config-subif)#exit

! -- If using 802.1q trunking, configure two port-channel sub-interfaces, enable 802.1q trunking

! -- by issuing the encapsulation dot1Q native command and configure the IP addresses for

! -- InterVLAN routing.

Note: The encapsulation dot1Q 1 native command was added in Cisco IOS version 12.1(3)T. If you are using an

 
 
 
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。
2023年上半年GDP全球前十五强
 百态   2023-10-24
美众议院议长启动对拜登的弹劾调查
 百态   2023-09-13
上海、济南、武汉等多地出现不明坠落物
 探索   2023-09-06
印度或要将国名改为“巴拉特”
 百态   2023-09-06
男子为女友送行,买票不登机被捕
 百态   2023-08-20
手机地震预警功能怎么开?
 干货   2023-08-06
女子4年卖2套房花700多万做美容:不但没变美脸,面部还出现变形
 百态   2023-08-04
住户一楼被水淹 还冲来8头猪
 百态   2023-07-31
女子体内爬出大量瓜子状活虫
 百态   2023-07-25
地球连续35年收到神秘规律性信号,网友:不要回答!
 探索   2023-07-21
全球镓价格本周大涨27%
 探索   2023-07-09
钱都流向了那些不缺钱的人,苦都留给了能吃苦的人
 探索   2023-07-02
倩女手游刀客魅者强控制(强混乱强眩晕强睡眠)和对应控制抗性的关系
 百态   2020-08-20
美国5月9日最新疫情:美国确诊人数突破131万
 百态   2020-05-09
荷兰政府宣布将集体辞职
 干货   2020-04-30
倩女幽魂手游师徒任务情义春秋猜成语答案逍遥观:鹏程万里
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案神机营:射石饮羽
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案昆仑山:拔刀相助
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案天工阁:鬼斧神工
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案丝路古道:单枪匹马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:与虎谋皮
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:李代桃僵
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案镇郊荒野:指鹿为马
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:小鸟依人
 干货   2019-11-12
倩女幽魂手游师徒任务情义春秋猜成语答案金陵:千金买邻
 干货   2019-11-12
 
推荐阅读
 
 
 
>>返回首頁<<
 
靜靜地坐在廢墟上,四周的荒凉一望無際,忽然覺得,淒涼也很美
© 2005- 王朝網路 版權所有