⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 p1r1.txt

📁 我CCNP培训的课件和笔记
💻 TXT
字号:
P1R1配置
hostname P1R1
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
!
interface Loopback1
 ip address 11.11.11.11 255.255.255.255
!         
interface Ethernet0
 ip address 10.10.1.1 255.255.255.0
!
interface Serial0
 ip address 172.31.1.1 255.255.255.0
 encapsulation frame-relay
 ip ospf network point-to-multipoint
 frame-relay map ip 172.31.1.3 111 broadcast
 no frame-relay inverse-arp
!
interface Serial1
 ip address 10.10.0.1 255.255.255.0
 clockrate 56000
!
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 10.10.0.0 0.0.0.255 area 1
 network 10.10.1.0 0.0.0.255 area 1
 network 11.11.11.11 0.0.0.0 area 1
 network 172.31.1.0 0.0.0.255 area 0
!
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -