frr/tests/topotests/nhrp_redundancy/nhs2/nhrp_cache_nhs1_down.json

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

40 lines
1,018 B
JSON
Raw Normal View History

{
"attr": {
"entriesCount": 3
},
"table": [
{
"interface": "nhs2-gre0",
"type": "local",
"protocol": "172.16.1.2",
"nbma": "192.168.1.2",
"claimed_nbma": "192.168.1.2",
"used": false,
"timeout": false,
"auth": false,
"identity": "-"
},
{
"interface": "nhs2-gre0",
"type": "dynamic",
"protocol": "172.16.1.4",
"nbma": "192.168.2.4",
"claimed_nbma": "192.168.2.4",
"used": false,
"timeout": true,
"auth": false,
"identity": ""
},
{
"interface": "nhs2-gre0",
"type": "dynamic",
"protocol": "172.16.1.5",
"nbma": "192.168.2.5",
"claimed_nbma": "192.168.2.5",
"used": false,
"timeout": true,
"auth": false,
"identity": ""
}
]
}