-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsonic-unified.json
More file actions
47 lines (47 loc) · 1.45 KB
/
sonic-unified.json
File metadata and controls
47 lines (47 loc) · 1.45 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
{
"ACL_TABLE": {
"ACL-IPV4V6-PERMIT-ALL-EXCEPT-BGP": {
"policy_desc": "IXP Participant Affected by Maintenance",
"ports": [
"Ethernet8"
],
"stage": "ingress",
"type": "L3V4V6"
}
},
"ACL_RULE": {
"ACL-IPV4V6-PERMIT-ALL-EXCEPT-BGP|DENY-DST-BGPV4": {
"PRIORITY": "5",
"PACKET_ACTION": "DROP",
"SRC_IP": "192.0.2.0/24",
"DST_IP": "192.0.2.0/24",
"L4_DST_PORT": "179"
},
"ACL-IPV4V6-PERMIT-ALL-EXCEPT-BGP|DENY-SRC-BGPV4": {
"PRIORITY": "4",
"PACKET_ACTION": "DROP",
"SRC_IP": "192.0.2.0/24",
"DST_IP": "192.0.2.0/24",
"L4_SRC_PORT": "179"
},
"ACL-IPV4V6-PERMIT-ALL-EXCEPT-BGP|DENY-DST-BGPV6": {
"PRIORITY": "3",
"PACKET_ACTION": "DROP",
"SRC_IPV6": "2001:db8:2::/64",
"DST_IPV6": "2001:db8:2::/64",
"L4_DST_PORT": "179"
},
"ACL-IPV4V6-PERMIT-ALL-EXCEPT-BGP|DENY-SRC-BGPV6": {
"PRIORITY": "2",
"PACKET_ACTION": "DROP",
"SRC_IPV6": "2001:db8:2::/64",
"DST_IPV6": "2001:db8:2::/64",
"L4_SRC_PORT": "179"
},
"ACL-IPV4V6-PERMIT-ALL-EXCEPT-BGP|PERMIT-ANY": {
"PRIORITY": "1",
"PACKET_ACTION": "FORWARD",
"IP_TYPE": "ANY"
}
}
}