------------------ Sample input { { { Prod1_Core_10.2.6.1 { to WAN; from WAN; source any; destination 8.39.63.3; service service-https; to-interface any; destination-translation { translated-address 10.2.6.1; } description "Static NAT to Core 10.2.6.1"; } Prod1_Core_10.2.6.2 { to WAN; from WAN; source any; destination 8.39.63.4; service service-https; to-interface any; destination-translation { translated-address 10.2.6.2; } description "Static NAT to Core 10.2.6.2"; } } } end sample input --------------- #### >>>> Prod1_Core_10.2.6.2 { to WAN; from WAN; source any; >>>> destination 8.39.63.4; service service-https; to-interface any; destination-translation { >>>> translated-address 10.2.6.2; <<<< #### queue = [ {:corename => "Prod1_Core_10.2.6.1", :pubip => "8.39.63.3", :privip => "10.2.6.1"}, {:corename => "Prod1_Core_10.2.6.2", :pubip => "8.39.63.4", :privip => "10.2.6.2"}, ]