p1r3.txt

来自「我CCNP培训的课件和笔记」· 文本 代码 · 共 51 行

TXT
51
字号
P1R3配置
hostname P1R3
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
!
interface Loopback1
 ip address 33.33.33.33 255.255.255.255
!         
interface Ethernet0
 ip address 10.10.1.3 255.255.255.0
!         
interface Serial0
 ip address 10.10.3.3 255.255.255.0
 clockrate 56000
!
interface Serial1
 no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
 isdn x25 static-tei 0
 cdapi buffers regular 0
 cdapi buffers raw 0
 cdapi buffers large 0
!
router ospf 1
 log-adjacency-changes
 network 0.0.0.0 255.255.255.255 area 1
!
ip kerberos source-interface any
ip classless
no ip http server
!         
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
!
end

⌨️ 快捷键说明

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