diff options
Diffstat (limited to 'tests/topotests/bgp_gshut/r5')
-rw-r--r-- | tests/topotests/bgp_gshut/r5/bgp_route_1.json | 9 | ||||
-rw-r--r-- | tests/topotests/bgp_gshut/r5/bgp_route_2.json | 16 | ||||
-rw-r--r-- | tests/topotests/bgp_gshut/r5/bgpd.conf | 7 | ||||
-rw-r--r-- | tests/topotests/bgp_gshut/r5/zebra.conf | 9 |
4 files changed, 41 insertions, 0 deletions
diff --git a/tests/topotests/bgp_gshut/r5/bgp_route_1.json b/tests/topotests/bgp_gshut/r5/bgp_route_1.json new file mode 100644 index 0000000..4e6fd79 --- /dev/null +++ b/tests/topotests/bgp_gshut/r5/bgp_route_1.json @@ -0,0 +1,9 @@ +{ + "prefix":"14.1.1.1\/32", + "paths":[ + { + "origin":"IGP", + "valid":true + } + ] +} diff --git a/tests/topotests/bgp_gshut/r5/bgp_route_2.json b/tests/topotests/bgp_gshut/r5/bgp_route_2.json new file mode 100644 index 0000000..980d8de --- /dev/null +++ b/tests/topotests/bgp_gshut/r5/bgp_route_2.json @@ -0,0 +1,16 @@ +{ + "prefix":"14.1.1.1\/32", + "paths":[ + { + "origin":"IGP", + "locPrf":0, + "valid":true, + "community":{ + "string":"graceful-shutdown", + "list":[ + "gracefulShutdown" + ] + } + } + ] +} diff --git a/tests/topotests/bgp_gshut/r5/bgpd.conf b/tests/topotests/bgp_gshut/r5/bgpd.conf new file mode 100644 index 0000000..15b49f5 --- /dev/null +++ b/tests/topotests/bgp_gshut/r5/bgpd.conf @@ -0,0 +1,7 @@ +! +router bgp 65005 + no bgp ebgp-requires-policy + timers bgp 3 9 + neighbor 192.168.252.1 remote-as 65001 + neighbor 192.168.252.1 timers connect 10 +! diff --git a/tests/topotests/bgp_gshut/r5/zebra.conf b/tests/topotests/bgp_gshut/r5/zebra.conf new file mode 100644 index 0000000..c4cbd52 --- /dev/null +++ b/tests/topotests/bgp_gshut/r5/zebra.conf @@ -0,0 +1,9 @@ +! exit1 +interface lo + ip address 172.16.252.254/32 +! +interface r5-eth0 + ip address 192.168.252.2/30 +! +ip forwarding +! |