State¶
Leafs
create_global_addressescreate_temporary_addressestemporary_preferred_lifetimetemporary_valid_lifetime
- 
class 
Interfaces.Interface.Subinterfaces.Subinterface.Ipv6.Autoconf.State¶ Bases:
EntityClass Hierarchy:
InterfacesInterfaceSubinterfacesSubinterfaceIpv6AutoconfStateThis 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..4294967295config: 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..4294967295config: False
units: seconds
default value: 86400
-