frr/tests/topotests/bgp_link_bw_ip/r1/bgp-route-2.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

33 lines
529 B
JSON
Raw Normal View History

{
"prefix":"198.10.1.1\/32",
"paths":[
{
"valid":true,
"multipath":true,
"extendedCommunity":{
"string":"LB:65303:125000 (1.000 Mbps)"
},
"nexthops":[
{
"ip":"11.1.1.6"
}
]
},
{
"valid":true,
"multipath":true,
"bestpath":{
"overall":true
},
"extendedCommunity":{
"string":"LB:65201:375000 (3.000 Mbps)"
},
"nexthops":[
{
"ip":"11.1.1.2"
}
]
}
]
}