ufes-20191-redes-mininet/t1/wallrules_mac.json

54 lines
1.1 KiB
JSON

{
"default_action": true,
"special_ports": [
{
"action": true,
"dst_matters": true,
"portrange_start": 22,
"portrange_stop": 22,
"src_matters": true
},
{
"action": false,
"dst_matters": true,
"portrange_start": 21,
"portrange_stop": 23,
"src_matters": true
}
],
"special_protocols": [
{
"action": true,
"protocol": "arp"
},
{
"action": true,
"protocol": "icmp"
},
{
"action": true,
"protocol": "udp"
},
{
"action": false,
"protocol": "ipv4"
}
],
"static_vlans": {
"-1": [
"00:00:00:00:00:02",
"00:00:00:00:00:03"
],
"1": [
"00:00:00:00:00:05",
"00:00:00:00:00:06"
],
"2": [
"00:00:00:00:00:08",
"00:00:00:00:00:09",
"00:00:00:00:00:0a",
"00:00:00:00:00:0b"
]
}
}