State¶
Leafs
create_global_addresses
create_temporary_addresses
temporary_preferred_lifetime
temporary_valid_lifetime
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Autoconf.
State
¶ Bases:
Entity
Class Hierarchy :
Interfaces
Interface
Subinterfaces
Subinterface
Ipv6
Autoconf
State
This class represents state data.
Operational state data
-
create_global_addresses
¶ [adapted from IETF IP model RFC 7277] If enabled, the host creates global addresses as described in RFC 4862
type: bool
config: False
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
config: False
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
config: False
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
config: False
units: seconds
default value: 86400
-