Neighbor¶
Keys
Leafs
-
class
InterfacesState.Interface.Ipv4.
Neighbor
¶ Bases:
Entity
Class Hierarchy:
InterfacesState
Interface
Ipv4
Neighbor
This class represents state data.
A list of mappings from IPv4 addresses to
link-layer addresses.
This list represents the ARP Cache.
-
ip
(key)¶ 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])(%[\p{N}\p{L}]+)?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})*)?config: False
-
origin
¶ The origin of this neighbor entry
type:
NeighborOrigin
config: False
-