State¶
Leafs
-
class
Interfaces.Interface.Subinterfaces.Subinterface.Ipv4.Neighbors.Neighbor.State¶ Bases:
EntityClass Hierarchy :
InterfacesInterfaceSubinterfacesSubinterfaceIpv4NeighborsNeighborStateThis class represents state data.
Operational state data for each IPv4 address
configured on the interface
-
ip¶ The IPv4 address of the neighbor node
type: str
pattern: ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$
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, static or dynamic
type:
NeighborOriginconfig: False
-