frr/tests/topotests/bgp_confed1/r1/bgp_ipv4_unicast.json

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

64 lines
1 KiB
JSON
Raw Normal View History

{
"vrfId":0,
"vrfName":"default",
"routerId":"203.0.113.1",
"defaultLocPrf":100,
"localAS":100,
"routes":{"203.0.113.0/28":[
{
"network":"203.0.113.0\/28",
"peerId":"(unspec)",
"path":"",
"origin":"IGP",
"nexthops":[
{
"ip":"0.0.0.0",
"afi":"ipv4",
"used":true
}
]
}
],"203.0.113.16/28":[
{
"network":"203.0.113.16\/28",
"peerId":"192.0.2.2",
"path":"300",
"origin":"IGP",
"nexthops":[
{
"ip":"192.0.2.2",
"afi":"ipv4",
"used":true
}
]
}
],"203.0.113.32/28":[
{
"network":"203.0.113.32\/28",
"peerId":"192.0.2.2",
"path":"300",
"origin":"IGP",
"nexthops":[
{
"ip":"192.0.2.2",
"afi":"ipv4",
"used":true
}
]
}
],"203.0.113.48/28":[
{
"network":"203.0.113.48\/28",
"peerId":"192.0.2.2",
"path":"300 400",
"origin":"IGP",
"nexthops":[
{
"ip":"192.0.2.2",
"afi":"ipv4",
"used":true
}
]
}
] } }