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
|
{
"system-as": "65000",
"address-family": {
"ipv4-unicast": {
"network": {
"192.0.2.0/24": {},
"192.0.3.0/24": { "route-map": "RM-OUT", "backdoor": {} }
},
"redistribute": {
"connected": { "metric": "10" },
"static": {}
}
}
},
"neighbor": {
"192.0.2.1": {
"remote-as": "65001",
"address-family": {
"ipv4-unicast": {
"nexthop-self": {},
"soft-reconfiguration": { "inbound": {} },
"attribute-unchanged": {
"as-path": {},
"med": {}
},
"capability": {
"orf": {
"prefix-list": { "receive": {} }
}
},
"distribute-list": {
"import": "10",
"export": "20"
}
},
"ipv6-unicast": {
"soft-reconfiguration": { "inbound": {} }
}
}
}
}
}
|