class PaloAlto::XML::Config::Devices::Entry::Template::Entry::Config::Devices::Entry::Network::Profiles::ZoneProtectionProfile::Entry::Ipv6

Public Instance Methods

_section() click to toggle source
# File lib/palo_alto/config.rb, line 172108
def _section
        :'ipv6'
end
anycast_source() click to toggle source

Drop packets with anycast source address

# File lib/palo_alto/config.rb, line 172408
def anycast_source
        prop_get('anycast-source')
end
anycast_source=(val) click to toggle source

Drop packets with anycast source address

# File lib/palo_alto/config.rb, line 172412
def anycast_source=(val)
        prop_set('anycast-source', val)
end
filter_ext_hdr() click to toggle source
# File lib/palo_alto/config.rb, line 172161
def filter_ext_hdr
        @subclasses['filter-ext-hdr'] ||= FilterExtHdr.new(parent_instance: self, create_children: @create_children)
end
has_multiple_values?() click to toggle source
# File lib/palo_alto/config.rb, line 172105
def has_multiple_values?
        false
end
icmpv6_too_big_small_mtu_discard() click to toggle source

Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes

# File lib/palo_alto/config.rb, line 172424
def icmpv6_too_big_small_mtu_discard
        prop_get('icmpv6-too-big-small-mtu-discard')
end
icmpv6_too_big_small_mtu_discard=(val) click to toggle source

Drop packets with MTU in ICMPv6 (Packet Too Big) less than 1280 bytes

# File lib/palo_alto/config.rb, line 172428
def icmpv6_too_big_small_mtu_discard=(val)
        prop_set('icmpv6-too-big-small-mtu-discard', val)
end
ignore_inv_pkt() click to toggle source
# File lib/palo_alto/config.rb, line 172246
def ignore_inv_pkt
        @subclasses['ignore-inv-pkt'] ||= IgnoreInvPkt.new(parent_instance: self, create_children: @create_children)
end
ipv4_compatible_address() click to toggle source

Drop packets with IPv4 compatible address

# File lib/palo_alto/config.rb, line 172392
def ipv4_compatible_address
        prop_get('ipv4-compatible-address')
end
ipv4_compatible_address=(val) click to toggle source

Drop packets with IPv4 compatible address

# File lib/palo_alto/config.rb, line 172396
def ipv4_compatible_address=(val)
        prop_set('ipv4-compatible-address', val)
end
multicast_source() click to toggle source

Drop packets with multicast source address

# File lib/palo_alto/config.rb, line 172400
def multicast_source
        prop_get('multicast-source')
end
multicast_source=(val) click to toggle source

Drop packets with multicast source address

# File lib/palo_alto/config.rb, line 172404
def multicast_source=(val)
        prop_set('multicast-source', val)
end
needless_fragment_hdr() click to toggle source

Drop packets with needless fragment header

# File lib/palo_alto/config.rb, line 172432
def needless_fragment_hdr
        prop_get('needless-fragment-hdr')
end
needless_fragment_hdr=(val) click to toggle source

Drop packets with needless fragment header

# File lib/palo_alto/config.rb, line 172436
def needless_fragment_hdr=(val)
        prop_set('needless-fragment-hdr', val)
end
options_invalid_ipv6_discard() click to toggle source

Drop packets with invalid IPv6 options in extension header

# File lib/palo_alto/config.rb, line 172416
def options_invalid_ipv6_discard
        prop_get('options-invalid-ipv6-discard')
end
options_invalid_ipv6_discard=(val) click to toggle source

Drop packets with invalid IPv6 options in extension header

# File lib/palo_alto/config.rb, line 172420
def options_invalid_ipv6_discard=(val)
        prop_set('options-invalid-ipv6-discard', val)
end
reserved_field_set_discard() click to toggle source

Drop packets with reserved field different than 0

# File lib/palo_alto/config.rb, line 172440
def reserved_field_set_discard
        prop_get('reserved-field-set-discard')
end
reserved_field_set_discard=(val) click to toggle source

Drop packets with reserved field different than 0

# File lib/palo_alto/config.rb, line 172444
def reserved_field_set_discard=(val)
        prop_set('reserved-field-set-discard', val)
end
routing_header_0() click to toggle source

Drop packets with type 0 routing header

# File lib/palo_alto/config.rb, line 172336
def routing_header_0
        prop_get('routing-header-0')
end
routing_header_0=(val) click to toggle source

Drop packets with type 0 routing header

# File lib/palo_alto/config.rb, line 172340
def routing_header_0=(val)
        prop_set('routing-header-0', val)
end
routing_header_1() click to toggle source

Drop packets with type 1 routing header

# File lib/palo_alto/config.rb, line 172344
def routing_header_1
        prop_get('routing-header-1')
end
routing_header_1=(val) click to toggle source

Drop packets with type 1 routing header

# File lib/palo_alto/config.rb, line 172348
def routing_header_1=(val)
        prop_set('routing-header-1', val)
end
routing_header_253() click to toggle source

Drop packets with type 253 routing header

# File lib/palo_alto/config.rb, line 172368
def routing_header_253
        prop_get('routing-header-253')
end
routing_header_253=(val) click to toggle source

Drop packets with type 253 routing header

# File lib/palo_alto/config.rb, line 172372
def routing_header_253=(val)
        prop_set('routing-header-253', val)
end
routing_header_254() click to toggle source

Drop packets with type 254 routing header

# File lib/palo_alto/config.rb, line 172376
def routing_header_254
        prop_get('routing-header-254')
end
routing_header_254=(val) click to toggle source

Drop packets with type 254 routing header

# File lib/palo_alto/config.rb, line 172380
def routing_header_254=(val)
        prop_set('routing-header-254', val)
end
routing_header_255() click to toggle source

Drop packets with type 255 routing header

# File lib/palo_alto/config.rb, line 172384
def routing_header_255
        prop_get('routing-header-255')
end
routing_header_255=(val) click to toggle source

Drop packets with type 255 routing header

# File lib/palo_alto/config.rb, line 172388
def routing_header_255=(val)
        prop_set('routing-header-255', val)
end
routing_header_3() click to toggle source

Drop packets with type 3 routing header

# File lib/palo_alto/config.rb, line 172352
def routing_header_3
        prop_get('routing-header-3')
end
routing_header_3=(val) click to toggle source

Drop packets with type 3 routing header

# File lib/palo_alto/config.rb, line 172356
def routing_header_3=(val)
        prop_set('routing-header-3', val)
end
routing_header_4_252() click to toggle source

Drop packets with type 4 to type 252 routing header

# File lib/palo_alto/config.rb, line 172360
def routing_header_4_252
        prop_get('routing-header-4-252')
end
routing_header_4_252=(val) click to toggle source

Drop packets with type 4 to type 252 routing header

# File lib/palo_alto/config.rb, line 172364
def routing_header_4_252=(val)
        prop_set('routing-header-4-252', val)
end