ccnp-eigrp的路由注入

ccnp-eigrp的路由注入_第1张图片

 

路由器设置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
!
!
 

你可能感兴趣的:(思科)