Default LDP Router#
MPLS → DLDefault LDP Routers
Documentation coming soon!
Custom Resource Definition#
To browse the Custom Resource Definition go to crd.eda.dev.
DefaultLDPRouter
SPEC
DefaultLDPRouterSpec defines the desired state of DefaultLDPRouter
-
Indicated whether the LDP Router is administratively enabled.
default: true -
Reference to a Policy CR that will be used to filter label bindings advertised to peers.
-
Use implicit null label.
-
Reference to a Policy CR that will be used to filter label bindings received from peers.
-
Reference to a LabelBlock resource for label allocation. If not specified, the label range will be auto-allocated.
-
Label withdrawal delay time (in seconds).
range: 3 to 120 -
LDP Link Adjacency parameters.
-
Hold time (in seconds) for maintaining LDP Link Hello adjacency in the absence of received Hellos.
range: 3 to 65535 -
Hello interval (in seconds) for sending LDP Link Hello messages.
range: 1 to 65535 -
Transport address selection for Link LDP sessions.
enum: "System", "Interface"
-
-
Enables longest prefix match forwarding. By default, an exact match is required for FEC resolution.
default: false -
The maximum number of ECMP paths towards an LDP FEC.
range: 1 to 64 -
Dampening time (in seconds) for a tunnel down event.
range: 0 to 20
STATUS
DefaultLDPRouterStatus defines the observed state of DefaultLDPRouter
-
Indicates the health score of the LDP Router.
-
Indicates the reason for the health score.
-
The time when the state of the resource last changed.
-
Operational state of the LDP Router.
enum: "Up", "Down", "Degraded", "Unknown"