mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 00:56:19 +00:00
tests: Add json to verify rt1 ISIS adj
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
5351018240
commit
cc909c7266
@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"frr-interface:lib": {
|
||||||
|
"interface": [
|
||||||
|
{
|
||||||
|
"name": "eth-sw1",
|
||||||
|
"vrf": "default",
|
||||||
|
"state": {
|
||||||
|
"frr-isisd:isis": {
|
||||||
|
"adjacencies": {
|
||||||
|
"adjacency": [
|
||||||
|
{
|
||||||
|
"neighbor-sys-type": "level-1",
|
||||||
|
"neighbor-sysid": "0000.0000.0003",
|
||||||
|
"hold-timer": 10,
|
||||||
|
"neighbor-priority": 64,
|
||||||
|
"state": "up"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"neighbor-sys-type": "level-1",
|
||||||
|
"neighbor-sysid": "0000.0000.0002",
|
||||||
|
"hold-timer": 10,
|
||||||
|
"neighbor-priority": 64,
|
||||||
|
"state": "up"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user