lab_032.rtr

来自「更清晰的了解网络结构」· RTR 代码 · 共 44 行

RTR
44
字号

!
Version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R-2
!
!
!
ip subnet-zero
!
!
!
!
interface Serial0
 ip address 4.4.4.1 255.255.255.0
 no ip directed-broadcast
!
interface Serial1
 ip address 2.2.2.2 255.255.255.0
 no ip directed-broadcast
!
interface Ethernet0
 ip address 3.3.3.1 255.255.255.0
 no ip directed-broadcast
!
!
ip classless
no ip http server
ip route 1.1.1.0 255.255.255.0 2.2.2.2
ip route 5.5.5.0 255.255.255.0 4.4.4.1
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
no scheduler allocate
end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?