diff options
Diffstat (limited to 'tests/topotests/bfd_topo1/r2/bgp_summary.json')
-rw-r--r-- | tests/topotests/bfd_topo1/r2/bgp_summary.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/topotests/bfd_topo1/r2/bgp_summary.json b/tests/topotests/bfd_topo1/r2/bgp_summary.json new file mode 100644 index 0000000..c0ef11a --- /dev/null +++ b/tests/topotests/bfd_topo1/r2/bgp_summary.json @@ -0,0 +1,19 @@ +{ + "ipv4Unicast": { + "as": 102, + "peers": { + "192.168.0.1": { + "remoteAs": 101, + "state": "Established" + }, + "192.168.1.1": { + "remoteAs": 103, + "state": "Established" + }, + "192.168.2.1": { + "remoteAs": 104, + "state": "Established" + } + } + } +} |