summaryrefslogtreecommitdiffstats
path: root/tests/lib/northbound/test_oper_data.refout
blob: aa930fe127bea42c5dd723588acca2d00f4e06fe (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
test# show yang operational-data /frr-test-module:frr-test-module
{
  "frr-test-module:frr-test-module": {
    "vrfs": {
      "vrf": [
        {
          "name": "vrf0",
          "interfaces": {
            "interface": [
              "eth0",
              "eth1",
              "eth2",
              "eth3"
            ]
          },
          "routes": {
            "route": [
              {
                "prefix": "10.0.0.0/32",
                "next-hop": "172.16.0.0",
                "interface": "eth0",
                "metric": 0,
                "active": [null]
              },
              {
                "prefix": "10.0.0.1/32",
                "next-hop": "172.16.0.1",
                "interface": "eth1",
                "metric": 1
              },
              {
                "prefix": "10.0.0.2/32",
                "next-hop": "172.16.0.2",
                "interface": "eth2",
                "metric": 2,
                "active": [null]
              },
              {
                "prefix": "10.0.0.3/32",
                "next-hop": "172.16.0.3",
                "interface": "eth3",
                "metric": 3
              },
              {
                "prefix": "10.0.0.4/32",
                "next-hop": "172.16.0.4",
                "interface": "eth4",
                "metric": 4,
                "active": [null]
              },
              {
                "prefix": "10.0.0.5/32",
                "next-hop": "172.16.0.5",
                "interface": "eth5",
                "metric": 5
              }
            ]
          }
        },
        {
          "name": "vrf1",
          "interfaces": {
            "interface": [
              "eth0",
              "eth1",
              "eth2",
              "eth3"
            ]
          },
          "routes": {
            "route": [
              {
                "prefix": "10.0.0.0/32",
                "next-hop": "172.16.0.0",
                "interface": "eth0",
                "metric": 0,
                "active": [null]
              },
              {
                "prefix": "10.0.0.1/32",
                "next-hop": "172.16.0.1",
                "interface": "eth1",
                "metric": 1
              },
              {
                "prefix": "10.0.0.2/32",
                "next-hop": "172.16.0.2",
                "interface": "eth2",
                "metric": 2,
                "active": [null]
              },
              {
                "prefix": "10.0.0.3/32",
                "next-hop": "172.16.0.3",
                "interface": "eth3",
                "metric": 3
              },
              {
                "prefix": "10.0.0.4/32",
                "next-hop": "172.16.0.4",
                "interface": "eth4",
                "metric": 4,
                "active": [null]
              },
              {
                "prefix": "10.0.0.5/32",
                "next-hop": "172.16.0.5",
                "interface": "eth5",
                "metric": 5
              }
            ]
          }
        }
      ]
    },
    "c1value": 21,
    "c2cont": {
      "c2value": 2868969987
    }
  }
}
test# 
end.