summaryrefslogtreecommitdiffstats
path: root/tests/topotests/mgmt_oper/simple-results/result-intf-eth0-with-config.json
blob: 84ad82c05843685cc9012bf6f6bde5c75e6e3447 (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
{
	"frr-interface:lib": {
		"interface": [
			{
				"name": "r1-eth0",
				"vrf": "default",
				"description": "r1-eth0-desc",
				"state": {
					"if-index": "rubout",
					"mtu": 1500,
					"mtu6": 1500,
					"speed": 10000,
					"metric": 0,
					"phy-address": "rubout"
				},
				"frr-zebra:zebra": {
					"ipv4-addrs": [
						{
							"ip": "1.1.1.1",
							"prefix-length": 24
						}
					],
					"evpn-mh": {
						"df-preference": 32767
					},
					"state": {
						"up-count": 0,
						"down-count": 0
					}
				}
			}
		]
	}
}