mirror_frr/tests/topotests/bgp_aigp/r6/ospfd.conf
Enke Chen 1ee7e63a6c tests: fix and adjust topotest/bgp_aigp
Fix and adjust the topotest post the fix for route selection with
AIGP.

When there are multiple	IGP domains (OSPF in this case), the nexthop
for a BGP route with the AIGP attribute must be resolved in its own
IGP domain.

The changes in r2/bgpd.conf and r3/bgpd.conf are needed as incorrect
IGP metrics are received from NHT for the recursive nexthops. Once
the issue is resolved, the changes can be reverted.

Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
2024-10-14 18:54:07 -07:00

18 lines
268 B
Plaintext

!
interface lo
ip ospf passive
!
interface r6-eth0
ip ospf dead-interval 4
ip ospf hello-interval 1
ip ospf cost 20
!
interface r6-eth1
ip ospf dead-interval 4
ip ospf hello-interval 1
ip ospf cost 10
!
router ospf
router-id 10.0.0.6
network 0.0.0.0/0 area 0