谁动了我的网络系列 之eigrp之 nbma








   



如图所示   nmba的类型    哈哈  说到这  我猛然间想起啥叫nbma   其必曰 : 牛B模式啊

其实我认为 这倒是没啥  帧中继 早已经不用了    就算退一万步说  有的 用  估计一般的网工 一辈子也不一定能配上一回   遥远的记得 long long  long ago   有人说中日围棋大赛的时候用过   或者貌似现在的银行还有的用  也很偏   考试混过了就行了   
 ok  先扯到这里    上show  run 
 那个 必要提一点   对方“ip  地址 +自己dlci号    ”  记住这句话 很重要 哈 


r1#show run
Building configuration...

Current configuration : 1101 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
!
!
!         
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 1.1.1.1 255.255.255.0
!
interface Serial0/0
 ip address 123.0.0.1 255.255.255.0
 encapsulation frame-relay
 no ip split-horizon eigrp 100
 serial restart-delay 0
 frame-relay map ip 123.0.0.1 101 broadcast
 frame-relay map ip 123.0.0.2 101 broadcast
 frame-relay map ip 123.0.0.3 103 broadcast
 no frame-relay inverse-arp
!
interface Serial0/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
!
router eigrp 100
 network 1.1.1.0 0.0.0.255
 network 123.0.0.0 0.0.0.255
 no auto-summary
!
ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!
!
end




r2#show run
Building configuration...

Current configuration : 1070 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
!
!
!         
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 2.2.2.2 255.255.255.0
!
interface Serial0/0
 ip address 123.0.0.2 255.255.255.0
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay map ip 123.0.0.1 201 broadcast
 frame-relay map ip 123.0.0.2 201 broadcast
 frame-relay map ip 123.0.0.3 201 broadcast
 no frame-relay inverse-arp
!
interface Serial0/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
!
router eigrp 100
 network 2.2.2.0 0.0.0.255
 network 123.0.0.0 0.0.0.255
 no auto-summary
!
ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!         
!
end

r2# 



r3#show run
Building configuration...

Current configuration : 1070 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname r3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
no ip domain lookup
!
ip cef
!
!
!         
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface Loopback0
 ip address 3.3.3.3 255.255.255.0
!
interface Serial0/0
 ip address 123.0.0.3 255.255.255.0
 encapsulation frame-relay
 serial restart-delay 0
 frame-relay map ip 123.0.0.1 301 broadcast
 frame-relay map ip 123.0.0.2 301 broadcast
 frame-relay map ip 123.0.0.3 301 broadcast
 no frame-relay inverse-arp
!
interface Serial0/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
!
router eigrp 100
 network 3.3.3.0 0.0.0.255
 network 123.0.0.0 0.0.0.255
 no auto-summary
!
ip http server
no ip http secure-server
ip classless
!
!
!
!
!
!
!
!
!
!
!
line con 0
 exec-timeout 0 0
 logging synchronous
line aux 0
line vty 0 4
!         
!
end

r3#


本文出自 “荒原” 博客,谢绝转载!

你可能感兴趣的:(职场,休闲,EIGRP,NBMA)