frr/tests/topotests/bgp_link_bw_ip/r3/bgp-route-1.json

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

30 lines
481 B
JSON
Raw Normal View History

{
"prefix":"198.10.1.1/32",
"paths":[
{
"aspath":{
"string":"65303 65354",
"segments":[
{
"type":"as-sequence",
"list":[
65303,
65354
]
}
],
"length":2
},
"valid":true,
"extendedCommunity":{
"string":"LB:65303:125000 (1.000 Mbps)"
},
"nexthops":[
{
"ip":"11.1.3.2"
}
]
}
]
}