📄 lab_032.rtr
字号:
!
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -