Cisco EIGRP : Lab 9 - Redistribute OSPF
Assalamu'alaikum
Topology
- Setting ip di setiap interface router termasuk loopback
- Setting Router EIGRP dengan network di setiap link directly-connected dan No Auto-summary pada semua router
Menambahkan Interface Loopback
R1(config)#int lo1 R1(config-if)#ip addr 111.111.111.1 255.255.255.255 R1(config-if)#ex R1(config)#router ospf 5 R1(config-router)#net 111.111.111.1 0.0.0.0 area 0 |
Redistribute OSPF to EIGRP
R1(config)#router eigrp 10 R1(config-router)#redistribute ospf 5 metric 1 1 1 1 1 |
Pengecekkan
R3(config-router)#do sh ip ro Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set 1.0.0.0/32 is subnetted, 1 subnets D 1.1.1.1 [90/2300416] via 23.23.23.2, 00:04:41, FastEthernet0/0 2.0.0.0/32 is subnetted, 1 subnets D 2.2.2.2 [90/156160] via 23.23.23.2, 00:04:41, FastEthernet0/0 3.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 3.3.3.3/32 is directly connected, Loopback0 D 3.0.0.0/8 is a summary, 00:04:38, Null0 23.0.0.0/8 is variably subnetted, 2 subnets, 2 masks C 23.23.23.0/24 is directly connected, FastEthernet0/0 D 23.0.0.0/8 is a summary, 00:04:41, Null0 111.0.0.0/32 is subnetted, 1 subnets D EX 111.111.111.1 [170/2560514816] via 23.23.23.2, 00:00:10, FastEthernet0/0 12.0.0.0/24 is subnetted, 1 subnets D 12.12.12.0 [90/2172416] via 23.23.23.2, 00:04:45, FastEthernet0/0 |