ShamLink¶
Keys
Leafs
bfd
cost
dead_interval
enable
hello_interval
lls
mtu_ignore
prefix_suppression
retransmit_interval
transmit_delay
Children
-
class
Routing.RoutingInstance.RoutingProtocols.RoutingProtocol.Ospf.Instance.Area.
ShamLink
¶ Bases:
Entity
Class Hierarchy:
Routing
RoutingInstance
RoutingProtocols
RoutingProtocol
Ospf
Instance
Area
ShamLink
This class represents configuration data.
OSPF sham link
-
local_id
(key)¶ Address of the local end-point
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}]+)?
-
remote_id
(key)¶ Address of the remote end-point
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
¶ Interface cost
type: int
range: 1..65535
-
hello_interval
¶ Time between hello packets
type: int
range: 1..65535units: seconds
-
dead_interval
¶ Interval after which a neighbor is declared dead
type: int
range: 1..65535units: seconds
-
retransmit_interval
¶ Time between retransmitting unacknowledged Link State Advertisements (LSAs)
type: int
range: 1..65535units: seconds
-
transmit_delay
¶ Estimated time needed to send link-state update
type: int
range: 1..65535units: seconds
-
mtu_ignore
¶ Enable/Disable ignoring of MTU in DBD packets
type: bool
-
lls
¶ Enable/Disable link-local signaling (LLS) support
type: bool
-
prefix_suppression
¶ Suppress advertisement of the prefixes
type: bool
-
bfd
¶ Enable/disable bfd
type: bool
-
ttl_security
¶ TTL security check
type:
TtlSecurity
-
enable
¶ Enable/disable protocol on the interface
type: bool
default value: true
-
authentication
¶ Authentication configuration
type:
Authentication
-