{ "id":"/axapi/v3/cgnv6/lw-4o6/global", "type":"object", "node-type":"scalar", "title":"global", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure LW-4over6 parameters", "properties":{ "hairpinning":{ "type":"string", "format":"enum", "default":"filter-none", "partition-visibility":"shared", "description":"'filter-all': Disable all Hairpinning; 'filter-none': Allow all Hairpinning (default); 'filter-self-ip': Block Hairpinning to same IP; 'filter-self-ip-port': Block hairpinning to same IP and Port combination; ", "enum":[ "filter-all", "filter-none", "filter-self-ip", "filter-self-ip-port" ], "optional":true }, "icmp-inbound":{ "type":"string", "format":"enum", "default":"handle", "partition-visibility":"shared", "description":"'drop': Drop Inbound ICMP packets; 'handle': Handle Inbound ICMP packets(default); ", "enum":[ "drop", "handle" ], "optional":true }, "nat-prefix-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Configure LW-4over6 NAT Prefix List (LW-4over6 NAT Prefix Class-list)", "optional":true }, "no-forward-match":{ "type":"object", "properties":{ "send-icmpv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send ICMPv6 Type 1 Code 5" } } }, "no-reverse-match":{ "type":"object", "properties":{ "send-icmp":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Send ICMP Type 3 Code 1" } } }, "use-binding-table":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Bind LW-4over6 binding table for use (LW-4over6 Binding Table Name)", "optional":true }, "inside-src-access-list":{ "type":"number", "format":"number", "minimum":1, "maximum":199, "partition-visibility":"shared", "description":"Access List for inside IPv4 addresses (ACL ID)", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'entry_count': Total Entries Configured; 'self_hairpinning_drop': Self-Hairpinning Drops; 'all_hairpinning_drop': All Hairpinning Drops; 'no_match_icmpv6_sent': No-Forward-Match ICMPv6 Sent; 'no_match_icmp_sent': No-Reverse-Match ICMP Sent; 'icmp_inbound_drop': Inbound ICMP Drops; 'fwd_lookup_failed': Forward Route Lookup Failed; 'rev_lookup_failed': Reverse Route Lookup Failed; 'interface_not_configured': LW-4over6 Interfaces not Configured Drops; 'no_binding_table_matches_fwd': No Forward Binding Table Entry Match Drops; 'no_binding_table_matches_rev': No Reverse Binding Table Entry Match Drops; 'session_count': LW-4over6 Session Count; 'system_address_drop': LW-4over6 System Address Drops; ", "enum":[ "all", "entry_count", "self_hairpinning_drop", "all_hairpinning_drop", "no_match_icmpv6_sent", "no_match_icmp_sent", "icmp_inbound_drop", "fwd_lookup_failed", "rev_lookup_failed", "interface_not_configured", "no_binding_table_matches_fwd", "no_binding_table_matches_rev", "session_count", "system_address_drop" ] } } } ] } } }