Skip to content

Commit

Permalink
Fix the next hop ips for T0-56 topo (#2546)
Browse files Browse the repository at this point in the history
Fix the next hop ips for T0-56 topo

What is the motivation for this PR?
Exabgp sessions were not getting setup with the VMs because of incorrect v4 and v6 neighbor ips

Signed-off-by: Neetha John <[email protected]>
  • Loading branch information
neethajohn authored Nov 18, 2020
1 parent bbaaf00 commit d395b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/vars/topo_t0-56.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ configuration_properties:
leaf_asn_start: 64600
tor_asn_start: 65100
failure_rate: 0
nhipv4: 10.10.246.100
nhipv6: FC0A::C9
nhipv4: 10.10.246.254
nhipv6: FC0A::FF

configuration:
ARISTA01T1:
Expand Down

0 comments on commit d395b4b

Please sign in to comment.