summaryrefslogtreecommitdiffstats
path: root/tests/topotests/isis_lsp_bits_topo1/rt6/step1/show_yang_interface_isis_adjacencies.ref
blob: 8300ca0b5cd861282123511aace96e36969c3630 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "frr-interface:lib": {
    "interface": [
      {
        "name": "eth-rt4",
        "vrf": "default",
        "state": {
          "frr-isisd:isis": {
            "adjacencies": {
              "adjacency": [
                {
                  "neighbor-sys-type": "level-1",
                  "neighbor-sysid": "0000.0000.0004",
                  "hold-timer": 10,
                  "neighbor-priority": 0,
                  "state": "up"
                }
              ]
            }
          }
        }
      },
      {
        "name": "eth-rt5",
        "vrf": "default",
        "state": {
          "frr-isisd:isis": {
            "adjacencies": {
              "adjacency": [
                {
                  "neighbor-sys-type": "level-1",
                  "neighbor-sysid": "0000.0000.0005",
                  "hold-timer": 10,
                  "neighbor-priority": 0,
                  "state": "up"
                }
              ]
            }
          }
        }
      }
    ]
  }
}