blob: acf733b5457b1d2aab36bf10eab7be2f84972823 (
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
|
{
"route-map": {
"RM-TEST-EXPORT-POLICY": {
"rule": {
"10": {
"action": "permit",
"match": { "peer": "192.0.2.32" },
"set": {
"aggregator": { "as": "100" },
"as-path": { "exclude": "111" },
"metric": "5"
}
}
}
},
"rm1": {
"rule": {
"10": {
"action": "permit",
"match": { "peer": "192.0.2.32" },
"set": {
"aggregator": { "as": "100" },
"as-path": { "exclude": "111" },
"large-community": { "none": {} },
"metric": "5"
}
}
}
}
}
}
|