bbr1.txt

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

TXT
60
字号
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 + =
减小字号Ctrl + -
显示快捷键?