
R3 Config:
Code: Select all
/routing ospf instance
set [ find default=yes ] distribute-default=if-installed-as-type-1 \
redistribute-other-ospf=as-type-1 redistribute-static=as-type-1 \
router-id=172.255.255.3
/routing ospf area
add area-id=172.16.3.0 comment=LAN name=Area172163
/routing ospf interface
add network-type=broadcast passive=yes
add interface=Tunnel2 network-type=point-to-point use-bfd=yes
add interface=Tunnel5 network-type=point-to-point use-bfd=yes
/routing ospf network
add area=Area172163 network=172.255.255.3/32 comment="mgmt ip"
add area=Area172163 network=172.16.3.0/24
add area=backbone network=192.168.2.0/30
add area=backbone network=192.168.5.0/30
R5 Config:
Code: Select all
/routing ospf instance
set [ find default=yes ] router-id=172.255.255.5
/routing ospf area
add area-id=172.16.5.0 name=area172165
/routing ospf interface
add network-type=broadcast passive=yes
add interface=Tunnel5 network-type=point-to-point use-bfd
/routing ospf network
add area=area172165 network=172.255.255.5/32 comment="mgmt ip"
add area=area172165 network=172.16.5.0/24
add area=backbone network=192.168.5.0/30