Neighbor¶
Keys
Leafs
- 
class 
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.Interface.StaticNeighbors.Neighbor¶ Bases:
EntityClass Hierarchy:
RoutingRoutingInstanceRoutingProtocolsRoutingProtocolOspfInstanceAreaInterfaceStaticNeighborsNeighborThis class represents configuration data.
Specify a neighbor router.
- 
address(key)¶ Neighbor IP address
type: union of the below types:
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}]+)?type: str
pattern: ((:|[0-9a-fA-F]{0,4}):)([0-9a-fA-F]{0,4}:){0,5}((([0-9a-fA-F]{0,4}:)?(:|[0-9a-fA-F]{0,4}))|(((25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])\.){3}(25[0-5]|2[0-4][0-9]|[01]?[0-9]?[0-9])))(%[\p{N}\p{L}]+)?
- 
cost¶ Neighbor cost
type: int
range: 1..65535
- 
poll_interval¶ Neighbor poll interval
type: int
range: 1..65535units: seconds
- 
priority¶ Neighbor priority for DR election
type: int
range: 1..255
-