all8.rtr

来自「利用Boson模拟器进行设计实施及测试: 某校有本科生宿舍5座」· RTR 代码 · 共 44 行

RTR
44
字号

!
Version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname C:
!
!
!
ip subnet-zero
!
!
!
!
!
!
!
!
!
interface Ethernet0
 ip address 192.168.1.1 255.255.248.0
 no ip directed-broadcast
!
!
!
ip classless
no ip http server
!
ip route 0.0.0.0 0.0.0.0 192.168.0.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 + -
显示快捷键?