frr/tests/topotests/bgp_prefix_sid2/r1/vpnv6_rib_entry1.json

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

47 lines
895 B
JSON
Raw Normal View History

{
"2:10":{
"prefix":"2001:1::\/64",
"paths":[
{
"aspath":{
"string":"2",
"segments":[
{
"type":"as-sequence",
"list":[
2
]
}
],
"length":1
},
"origin":"IGP",
"valid":true,
"bestpath":{
"overall":true
},
"extendedCommunity":{
"string":"RT:2:10"
},
"remoteLabel":3,
"remoteSid":"2001:db8:1:1::1",
"nexthops":[
{
"ip":"2001::2",
"afi":"ipv6",
"scope":"global",
"metric":0,
"accessible":true,
"used":true
}
],
"peer":{
"peerId":"10.0.0.101",
"routerId":"10.0.0.101",
"type":"external"
}
}
]
}
}