{
"ACL_TABLE": {
"UPSTREAMS": {
"policy_desc" : "Block ssh traffic from upstreams",
"type" : "L3"
"stage": "ingress",
"ports" : [
"Ethernet0",
"Ethernet4",
"Ethernet8"
] # physical port names
},
},
"ACL_RULE": {
"UPSTREAMS|Rule10": {
"DST_IP": "192.168.1.1/32",
"IP_TYPE": "IP",
"L4_DST_PORT": "22",
"PACKET_ACTION": "DROP",
"priority": "10"
},
},
}