|
3.3. 向冗余Supervisor Engine拷贝IOS文件
如果二块supervisor Engine与第一块的IOS相同,就不需要做此步
使用以下命令将文件拷贝到冗余supervisor engine的slot0:
Router# copy source_device:source_filename slaveslot0:target_filename
使用以下命令将文件拷贝到冗余supervisor engine的bootflash:
Router# copy source_device:source_filename slavesup-bootflash:target_filename
使用以下命令将文件拷贝到冗余MSFC的bootflash:
Router# copy source_device:source_filename slavebootflash:target_filename
4. 端口设置
4.1. 基本设置
进入端口配置模式:
对于单一端口,在配置模式下输入:interface Ethernet,Fast Ethernet,Gigabit Ethernet x/y, x为槽位号,y为端口号。
对于一组端口,可以使用以下的命令进入,例如:
Router(config)# interface range fastethernet 5/1-5
或:
Router(config-if)# interface range fastethernet 5/1-5, gigabitethernet 1/1-2
进行端口配置模式后,可以shutdown,或no shutdown端口,并可以对端口进行配置,快速以太端口有全双工、半双工和自动协商模式,如果知道对端连接的设备是采用何种方式,最好采用手工设置方式固定端口的模式和速率。缺省是自动协商模式。
快速以太端口的速率可以设置为100M,也可以设置为10M和自动协商。缺省是自动协商方式。
如:
Router(config-if)#speed [10 | 100 | auto](速度)
Router(config-if)# duplex [auto | full | half](双工)
或添加注释,如:Router(config-if)# description Channel-group to "Marketing"
|
<<上一页
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
下一页>>
|