-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsw1_frr_unified.json
More file actions
70 lines (70 loc) · 1.63 KB
/
Copy pathsw1_frr_unified.json
File metadata and controls
70 lines (70 loc) · 1.63 KB
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
{
"DEVICE_METADATA": {
"localhost": {
"docker_routing_config_mode": "unified",
"frr_mgmt_framework_config": "true",
"hostname": "sw1",
"mac": "0c:2e:02:80:00:01"
}
},
"INTERFACE": {
"Ethernet4": {
"ipv6_use_link_local_only": "enable"
},
"Ethernet8": {},
"Ethernet8|192.168.100.1/24": {}
},
"LOOPBACK_INTERFACE": {
"Loopback0": {},
"Loopback0|10.0.0.1/32": {},
"Loopback0|fd0c:cc24:75a0:1::1/128": {}
},
"BGP_GLOBALS": {
"default": {
"local_asn": "65001",
"log_nbr_state_changes": "true",
"router_id": "10.0.0.1"
}
},
"BGP_PEER_GROUP": {
"default|core": {
"peer_group_name": "core",
"admin_status": "true",
"asn": "external",
"peer_type": "external"
}
},
"BGP_NEIGHBOR": {
"default|Ethernet4": {
"peer_group_name": "core"
}
},
"BGP_NEIGHBOR_AF": {
"default|core|ipv4_unicast": {
"admin_status": "true",
"route_map_in": [
"ALLOW"
],
"route_map_out": [
"ALLOW"
]
},
"default|core|ipv6_unicast": {
"admin_status": "true",
"route_map_in": [
"ALLOW"
],
"route_map_out": [
"ALLOW"
]
}
},
"ROUTE_MAP": {
"ALLOW|1": {
"route_operation": "permit"
}
},
"ROUTE_REDISTRIBUTE": {
"default|connected|bgp|ipv4": {}
}
}