Lab 12. OSPF Redistribute – Static


Dilab ini kita akan membuat static route dari R2 menuju ke salah satu loopback R1, kemudian redistribute kedalam OSPF.

R2:
R2(config)#ip route 100.100.100.4 255.255.255.255 12.12.12.1
R2(config)#route ospf 2
R2(config-router)#redistribute static subnets
R2(config-router)#exit

R3:
R3#sh ip route ospf
O*E2 0.0.0.0/0 [110/1] via 23.23.23.2, 00:11:06, FastEthernet1/0
1.0.0.0/32 is subnetted, 1 subnets
O IA 1.1.1.1 [110/3] via 23.23.23.2, 00:14:47, FastEthernet1/0
2.0.0.0/32 is subnetted, 1 subnets
O 2.2.2.2 [110/2] via 23.23.23.2, 00:14:47, FastEthernet1/0
12.0.0.0/24 is subnetted, 1 subnets
O IA 12.12.12.0 [110/2] via 23.23.23.2, 00:14:47, FastEthernet1/0
100.0.0.0/32 is subnetted, 4 subnets
O IA 100.100.100.1 [110/3] via 23.23.23.2, 00:11:20, FastEthernet1/0
O IA 100.100.100.2 [110/3] via 23.23.23.2, 00:11:20, FastEthernet1/0
O IA 100.100.100.3 [110/3] via 23.23.23.2, 00:11:20, FastEthernet1/0
O E2 100.100.100.4 [110/20] via 23.23.23.2, 00:02:08, FastEthernet1/0

Komentar

Postingan populer dari blog ini

Automation, Backup Config With Paramiko

LAB 11. BGP Dual Homing – ISP sama