ufes-20191-redes-mininet/t1/wallrules_ip.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": [
"10.0.0.2",
"10.0.0.3"
],
"1": [
"10.0.0.5",
"10.0.0.6"
],
"2": [
"10.0.0.8",
"10.0.0.9",
"10.0.0.10",
"10.0.0.11"
]
}
}