下 教你如何配置CISCO路由器( 六 )


end
5500C> (enable)
WS-X5302路由模块设置:
Router#wri t
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
enable secret 5 $1$w1kK$AJK69fGOD7BqKhKcSNBf6.
!
ip subnet-zero
!
interface Vlan1
ip address 10.230.2.56 255.255.255.0
!
interface Vlan777
ip address 10.230.3.56 255.255.255.0
!
interface Vlan888
ip address 10.230.4.56 255.255.255.0
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
password router
login
!
end
Router#
QQread.com推出各大专业服务器评测 Linux服务器的安全性能SUN服务器HP服务器DELL服务器IBM服务器联想服务器浪潮服务器曙光服务器同方服务器华硕服务器宝德服务器;;;;3.1. 例二:
;;;;交换设备仍选用Catalyst5500交换机1台,安装WS-X5530-E3治理引擎,多块WS-X5225R在交换机内划有3个虚拟网,分别名为default、qbw、rgw,通过Cisco3640路由器实现虚拟网间路由 。交换机设置与例一类似 。
;;;;路由器Cisco3640,配有一块NM-1FE-TX模块,此模块带有一个快速以太网接口可以支持ISL 。Cisco3640快速以太网接口与交换机上的某一支持ISL的端口实现连接,如交换机第3槽第1个接口(3/1口) 。
Router#wri t
Building configuration...
Current configuration:
!
version 11.2
no service password-encryption
no service udp-small-servers
no service tcp-small-servers
!
hostname Router
!
enable secret 5 $1$w1kK$AJK69fGOD7BqKhKcSNBf6.
!
ip subnet-zero
!
interface FastEthernet1/0
!
interface FastEthernet1/0.1
encapsulation isl 1
ip address 10.230.2.56 255.255.255.0
!
interface FastEthernet1/0.2
encapsulation isl 777
ip address 10.230.3.56 255.255.255.0
!
interface FastEthernet1/0.3
encapsulation isl 888
ip address 10.230.4.56 255.255.255.0
!
no ip classless
!
line con 0
line aux 0
line vty 0 4
password router
login
!
end
Router#
;;;;参考:
 
;;;;1、Cisco路由器口令恢复
;;;;当Cisco路由器的口令被错误修改或忘记时,可以按如下步骤进行操作:
;;;;1. 开机时按使进入ROM监控状态
;;;;2. 按o 命令读取配置寄存器的原始值
;;;;> o;;;;;;;一般值为0x2102
;;;;3. 作如下设置,使忽略NVRAM引导
;;;;>o/r0x**4*;;;;;Cisco2500系列命令
rommon 1 >confreg 0x**4*;;Cisco2600、1600系列命令
;;;;一般正常值为0x2102
;;;;4. 重新启动路由器
>I;;;
rommon 2 >reset
;;;;5. 在“Setup”模式,对所有问题回答No
;;;;6. 进入特权模式
Router>enable
;;;;7. 下载NVRAM
Router>configure memory
;;;;8. 恢复原始配置寄存器值并激活所有端口
“hostname”#configure terminal
“hostname”(config)#config-register 0x“value”
“hostname”(config)#interface xx
“hostname”(config)#no shutdown
;;;;9. 查询并记录丢失的口令
“hostname”#show configuration (show startup-config)
;;;;10. 修改口令
“hostname”#configure terminal
“hostname”(config)line console 0
“hostname”(config-line)#login
“hostname”(config-line)#password xxxxxxxxx
“hostname”(config-line)#
“hostname”(config-line)#write memory(copy running-config startup-config)
;;;;2、IP地址分配
地址类 网络主机 网络地址范围 标准二进制掩码
A N.H.H.H 1-126 1111 1111 0000 0000 0000 0000 0000 0000

推荐阅读