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

📄 bbr1.txt

📁 我CCNP培训的课件和笔记
💻 TXT
字号:
BBR1配置
hostname BBR1
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
!
no ip dhcp-client network-discovery
!
!
!
!
interface Loopback1
 ip address 1.1.1.1 255.255.255.255
!         
interface Ethernet0
 ip address 10.254.0.1 255.255.255.0
!
interface Serial0
 no ip address
 encapsulation frame-relay
 no frame-relay inverse-arp
!
interface Serial0.1 multipoint
 ip address 172.31.1.3 255.255.255.0
 ip ospf network point-to-multipoint
 frame-relay map ip 172.31.1.1 111 broadcast
 frame-relay map ip 172.31.1.2 112 broadcast
!
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 1.1.1.1 0.0.0.0 area 0
 network 10.254.0.0 0.0.0.255 area 0
 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 + -