+ :firewall => {
+ :inet => [
+ {
+ :action => "ACCEPT",
+ :source => "net:212.25.24.64/28",
+ :dest => "fw",
+ :proto => "udp",
+ :dest_ports => "snmp",
+ :source_ports => "1024:",
+ :rate_limit => "-",
+ :connection_limit => "-"
+ }
+ ]
+ },
+ :nameservers => ["130.117.11.11", "2a0b:cbc0:42::42"],