lab_018.rtr

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

RTR
35
字号

!
Version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C:
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0
 ip address 3.3.3.100 255.255.255.0
 no ip directed-broadcast
!
!
ip classless
no ip http server
ip route 0.0.0.0 0.0.0.0 3.3.3.1
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
no scheduler allocate
end
exit

⌨️ 快捷键说明

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