Config

Leafs

class Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Autoconf.Config

Bases: Entity

Class Hierarchy : Interfaces Interface Subinterfaces Subinterface Ipv6 Autoconf Config

This class represents configuration data.

[adapted from IETF IP model RFC 7277]

Parameters to control the autoconfiguration of IPv6

addresses, as described in RFC 4862.

create_global_addresses

[adapted from IETF IP model RFC 7277] If enabled, the host creates global addresses as described in RFC 4862

type: bool

default value: true

create_temporary_addresses

[adapted from IETF IP model RFC 7277] If enabled, the host creates temporary addresses as described in RFC 4941

type: bool

default value: false

temporary_valid_lifetime

[adapted from IETF IP model RFC 7277] The time period during which the temporary address is valid

type: int

range: 0..4294967295

units: seconds

default value: 604800

temporary_preferred_lifetime

[adapted from IETF IP model RFC 7277] The time period during which the temporary address is preferred

type: int

range: 0..4294967295

units: seconds

default value: 86400