State¶
Leafs
Enum Classes
- 
class 
Interfaces.Interface.RoutedVlan.Ipv6.Neighbors.Neighbor.State¶ Bases:
EntityClass Hierarchy:
InterfacesInterfaceRoutedVlanIpv6NeighborsNeighborStateThis class represents state data.
State data for each IPv6 address on the
interface
- 
ip¶ The IPv6 address of the neighbor node
type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$config: False
- 
link_layer_address¶ The link-layer address of the neighbor node
type: str
pattern: ^([0-9a-fA-F]{2}(:[0-9a-fA-F]{2})*)?$mandatory: True
config: False
- 
origin¶ The origin of this neighbor entry
type:
NeighborOriginconfig: False
- 
is_router¶ Indicates that the neighbor node acts as a router
type: bool
config: False
- 
neighbor_state¶ The Neighbor Unreachability Detection state of this entry
type:
NeighborStateconfig: False
-