ccnp-eigrp的路由注入

 

路由器設置R2:

interface Loopback0
 ip address 2.2.2.2 255.255.255.0
!
interface Loopback1
 ip address 100.1.1.1 255.255.255.0
!
interface FastEthernet0/0
 ip address 12.1.1.2 255.255.255.0
 duplex full
!
interface GigabitEthernet1/0
 ip address 23.1.1.1 255.255.255.0
 negotiation auto
!
 

路由協議設置:

router eigrp 100
 network 12.1.1.0 0.0.0.255
 redistribute ospf 100 metric 10000 100 255 1 1500
 redistribute static
 redistribute connected
!
router ospf 100
 router-id 2.2.2.2
 redistribute eigrp 100 subnets
 network 2.2.2.0 0.0.0.255 area 0
 network 23.1.1.0 0.0.0.255 area 0
!
ip forward-protocol nd
!
!
 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章