1
0
Fork 0
frr/tests/topotests/bgp_distance_change/bgp_admin_dist_vrf.json
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

404 lines
No EOL
10 KiB
JSON
Executable file

{
"address_types": [
"ipv4",
"ipv6"
],
"ipv4base": "10.0.0.0",
"ipv4mask": 30,
"ipv6base": "fd00::",
"ipv6mask": 64,
"link_ip_start": {
"ipv4": "10.0.0.0",
"v4mask": 30,
"ipv6": "fd00::",
"v6mask": 64
},
"lo_prefix": {
"ipv4": "1.0.",
"v4mask": 32,
"ipv6": "2001:DB8:F::",
"v6mask": 128
},
"routers": {
"r1": {
"links": {
"r2": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
},
"r3": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
}
},
"vrfs": [
{
"name": "RED",
"id": "1"
}
],
"bgp": [{
"local_as": "100",
"vrf": "RED",
"address_family": {
"ipv4": {
"unicast": {
"neighbor": {
"r2": {
"dest_link": {
"r1": {}
}
},
"r3": {
"dest_link": {
"r1": {}
}
}
},
"redistribute": [
{
"redist_type": "static"
},
{
"redist_type": "connected"
}
]
}
},
"ipv6": {
"unicast": {
"neighbor": {
"r2": {
"dest_link": {
"r1": {}
}
},
"r3": {
"dest_link": {
"r1": {}
}
}
},
"redistribute": [
{
"redist_type": "static"
},
{
"redist_type": "connected"
}
]
}
}
}
}],
"static_routes": [
{
"network": "192.168.22.1/32",
"no_of_ip": 2,
"next_hop": "10.0.0.2",
"vrf": "RED"
},
{
"network": "fc07:1::1/128",
"no_of_ip": 2,
"next_hop": "fd00::2",
"vrf": "RED"
},
{
"network": "192.168.21.1/32",
"no_of_ip": 2,
"next_hop": "blackhole",
"vrf": "RED"
},
{
"network": "fc07:150::1/128",
"no_of_ip": 2,
"next_hop": "blackhole",
"vrf": "RED"
}
]
},
"r2": {
"links": {
"r1": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
},
"r3": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
}
},
"vrfs": [
{
"name": "RED",
"id": "1"
}
],
"bgp": [{
"local_as": "100",
"vrf": "RED",
"address_family": {
"ipv4": {
"unicast": {
"neighbor": {
"r1": {
"dest_link": {
"r2": {}
}
},
"r3": {
"dest_link": {
"r2": {}
}
}
}
}
},
"ipv6": {
"unicast": {
"neighbor": {
"r1": {
"dest_link": {
"r2": {}
}
},
"r3": {
"dest_link": {
"r2": {}
}
}
}
}
}
}
}]
},
"r3": {
"links": {
"r1": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
},
"r2": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
},
"r4": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
},
"r5": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
}
},
"vrfs": [
{
"name": "RED",
"id": "1"
}
],
"bgp": [{
"local_as": "100",
"vrf": "RED",
"address_family": {
"ipv4": {
"unicast": {
"neighbor": {
"r1": {
"dest_link": {
"r3": {}
}
},
"r2": {
"dest_link": {
"r3": {}
}
},
"r4": {
"dest_link": {
"r3": {}
}
},
"r5": {
"dest_link": {
"r3": {}
}
}
}
}
},
"ipv6": {
"unicast": {
"neighbor": {
"r1": {
"dest_link": {
"r3": {}
}
},
"r2": {
"dest_link": {
"r3": {}
}
},
"r4": {
"dest_link": {
"r3": {}
}
},
"r5": {
"dest_link": {
"r3": {}
}
}
}
}
}
}
}]
},
"r4": {
"links": {
"r3": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
}
},
"vrfs": [
{
"name": "RED",
"id": "1"
}
],
"bgp": [{
"local_as": "200",
"vrf": "RED",
"address_family": {
"ipv4": {
"unicast": {
"neighbor": {
"r3": {
"dest_link": {
"r4": {}
}
}
}
}
},
"ipv6": {
"unicast": {
"neighbor": {
"r3": {
"dest_link": {
"r4": {}
}
}
}
}
}
}
}]
},
"r5": {
"links": {
"r3": {
"ipv4": "auto",
"ipv6": "auto",
"vrf": "RED"
}
},
"vrfs": [
{
"name": "RED",
"id": "1"
}
],
"bgp": [{
"local_as": "300",
"vrf": "RED",
"address_family": {
"ipv4": {
"unicast": {
"neighbor": {
"r3": {
"dest_link": {
"r5": {}
}
}
},
"redistribute": [
{
"redist_type": "static"
},
{
"redist_type": "connected"
}
]
}
},
"ipv6": {
"unicast": {
"neighbor": {
"r3": {
"dest_link": {
"r5": {}
}
}
},
"redistribute": [
{
"redist_type": "static"
},
{
"redist_type": "connected"
}
]
}
}
}
}],
"static_routes": [
{
"network": "192.168.20.1/32",
"no_of_ip": 2,
"next_hop": "blackhole",
"vrf": "RED"
},
{
"network": "fc07:50::1/128",
"no_of_ip": 2,
"next_hop": "blackhole",
"vrf": "RED"
},
{
"network": "192.168.21.1/32",
"no_of_ip": 2,
"next_hop": "blackhole",
"vrf": "RED"
},
{
"network": "fc07:150::1/128",
"no_of_ip": 2,
"next_hop": "blackhole",
"vrf": "RED"
}
]
}
}
}