IPI-LDP
Configure multicast hello disable
This attribute enable multicast hello exchange on all interfaces enabled for LDP. This is used for autodiscovery of LDP peers on directly connected networks. This option is enabled by default.
Attribute Name: multicast-hello-disable
Attribute Type: uint8
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
</multicast-hello-disable><!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
no multicast-hellos
Configure ldp instance
This command is used to enter the LDP specific command-line mode in which global attributes for the LDP process can be set. Without this command, the LSR does not perform any LDP operations, such as sending hello packets.
Attribute Name: ldp-instance
Attribute Type: enum (ldp)
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<ldp-instance>ldp</ldp-instance>
</config>
</global>
</ldp>
Command Syntax
router (ldp)
Configure router identifier
This attribute sets the router-id to the supplied IP address; the router uses this address to generate the LDP-ID
Attribute Name: router-identifier
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<router-identifier>A.B.C.D</router-identifier> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
router-id A.B.C.D
Configure pseudowire status tlv
This attribute enables the use of the PW Status TLV to signal the pseudowire status
Attribute Name: pseudowire-status-tlv
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<pseudowire-status-tlv>true</pseudowire-status-tlv> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
pw-status-tlv
Configure rlfa ilm optimization
This attribute enables the rlfa ilm optimization
Attribute Name: rlfa-ilm-optimization
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<rlfa-ilm-optimization>true</rlfa-ilm-optimization> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
rlfa-ilm-optimization
Configure advertise label for default route
Advertise the label for default route.
Attribute Name: advertise-label-for-default-route
Attribute Type: empty
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
</advertise-label-for-default-route><!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
advertise-label-for-default-route
Configure import bgp routes
This attribute is used to import BGP routes into LDP. BGP routes are not imported into LDP by default. Use the no parameter to flush out all BGP routes currently being used by LDP, and to reject any further BGP specific routing updates from ZebOS-XP.
Attribute Name: import-bgp-routes
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<import-bgp-routes>true</import-bgp-routes> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
import-bgp-routes
Configure ldp optimization
This command helps optimize the resetting of an LDP session by enabling the two scalability features for LDP. It Resets the session keepalive timer on receipt of a hello message and Resets the hold timer on receipt of any LDP control message.
Attribute Name: ldp-optimization
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<ldp-optimization>true</ldp-optimization> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
ldp-optimization
Configure explicit null
This attribute is used to configure the router to send explicit-null labels for directly connected FECs instead of implicit-null labels. Implicit-nulls are the default labels.
Attribute Name: explicit-null
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<explicit-null>true</explicit-null> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
explicit-null
Configure global merge
This attribute is used to override the default merge capability setting of all the interfaces for the current LSR. The merge capability aggregates multiple incoming flows with the same destination address into a single outgoing flow.
Attribute Name: global-merge
Attribute Type: enum (merge-capable|non-merge-capable)
Default Value: merge-capable
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<global-merge>merge-capable</global-merge> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
global-merge-capability (merge-capable|non-merge-capable)
Configure propagate release
This attribute is used to propagate the release of labels to downstream routers
Attribute Name: propagate-release
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<config>
<propagate-release>true</propagate-release> <!-- operation="delete"-->
</config>
</global>
</ldp>
Command Syntax
propagate-release
Configure control mode
Use this attribute to override the default merge capability setting of all the interfaces for the current LSR.The merge capability aggregates multiple incoming flows with the same destination address into a single outgoing flow. This reduces the label-space shortage by sharing labels for different flows with the same destination, or the same FEC (Forwarding Equivalence Class).an LSR replies to a request packet from an LSR higher in the chain only after it receives a label from an LSR lower in the chain. Independent processing setthe mode to instant replies.In independent control mode, each LSR might advertise label mappings to its neighbors at any time. In independent downstream-on-demand mode, an LSR might answer requests for label mappings immediately, without waiting for a label mapping from the next hop. In independent downstream unsolicited mode, an LSR might advertise a label mapping for an Forwarding Equivalence Class (FEC) to its neighbors when ever it is prepared to label-switch that FEC.In independent mode, an upstream label can be advertised before a downstream label is received.In ordered control mode, an LSR may initiate the transmission of label mapping only for an FEC for which it has a label mapping for the FEC next hop, or for which the LSR is the egress. For each FEC for which the LSR is not the egress and no mapping exists, the LSR must wait until a label from a downstream LSR is received. An LSR may be an egress for some FECs and a non-egress for others. Changes in control mode only affect labels that were sent or received after the change was made.
Attribute Name: control-mode
Attribute Type: enum (independent|ordered)
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-management>
<config>
<control-mode>independent</control-mode> <!-- operation="delete"-->
</config>
</label-management>
</global>
</ldp>
Command Syntax
control-mode (independent|ordered)
Configure retention mode
This attribute is used to set the retention mode to be used for all labels exchanged. When an LSR receives a label binding for a particular FEC (Forwarding Equivalence Class) from another LSR that is not its next hop for that FEC, it might keep track of such bindings or discard them. Use the liberal parameter to retain all labels binding to FEC received from label distribution peers, even if the LSR is not the current next-hop. Use the conservative parameter to maintain only the label bindings for valid next-hops in a LSP.
Attribute Name: retention-mode
Attribute Type: enum (liberal|conservative)
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-management>
<config>
<retention-mode>liberal</retention-mode> <!-- operation="delete"-->
</config>
</label-management>
</global>
</ldp>
Command Syntax
label-retention-mode (liberal|conservative)
Configure advertisement mode
This attribute is used to set the label advertisement mode for all the interfaces for the current LSR. Specifying downstream-on-demand and downstream-unsolicited mode affects which LSR initiates mapping requests and mapping advertisements. This command is a global command used to set the label advertisement mode for all interfaces for the current LSR.
Attribute Name: advertisement-mode
Attribute Type: enum (downstream-unsolicited|downstream-on-demand)
Default Value: downstream-unsolicited
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-management>
<config>
<advertisement-mode>downstream-unsolicited</advertisement-mode> <!-- operation="delete"-->
</config>
</label-management>
</global>
</ldp>
Command Syntax
advertisement-mode (downstream-unsolicited|downstream-on-demand)
Configure hello interval
Use this attribute set the hello interval to send the hello messages to peers
Attribute Name: hello-interval
Attribute Type: uint16
Default Value: 5
Attribute Range: 1-21845
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<timers>
<config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
</config>
</timers>
</global>
</ldp>
Command Syntax
hello-interval <1-21845>
Configure hello holdtime
Use this attribute set the hello hold time as the time out value that the router waits before rejecting an adjacency
Attribute Name: hello-holdtime
Attribute Type: uint16
Default Value: 15
Attribute Range: 3-65535
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<timers>
<config>
<hello-holdtime>3</hello-holdtime> <!-- operation="delete"-->
</config>
</timers>
</global>
</ldp>
Command Syntax
hold-time <3-65535>
Configure keepalive interval
Use this attribute to set the global value for the interval after which keep-alive packets are sent out
Attribute Name: keepalive-interval
Attribute Type: uint16
Default Value: 10
Attribute Range: 1-21845
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<timers>
<config>
<keepalive-interval>1</keepalive-interval> <!-- operation="delete"-->
</config>
</timers>
</global>
</ldp>
Command Syntax
keepalive-interval <1-21845>
Configure keepalive timeout
Use this attribute to set the time period for which an LSR must wait for successive keep-alive messages from LDP peers
Attribute Name: keepalive-timeout
Attribute Type: uint16
Default Value: 30
Attribute Range: 3-65535
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<timers>
<config>
<keepalive-timeout>3</keepalive-timeout> <!-- operation="delete"-->
</config>
</timers>
</global>
</ldp>
Command Syntax
keepalive-timeout <3-65535>
Configure request retry timeout
Use this attribute to set the interval between retries. Before this time is over, a request is re-sent to a peer. This command changes the interval between request messages that are resent to a peer to account for routing changes.
Attribute Name: request-retry-timeout
Attribute Type: uint16
Default Value: 5
Attribute Range: 1-65535
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-request-policy>
<config>
<request-retry-timeout>1</request-retry-timeout> <!-- operation="delete"-->
</config>
</label-request-policy>
</global>
</ldp>
Command Syntax
request-retry-timeout <1-65535>
Configure request retry
Use this attribute to enable the retry of requests once a request for a label has been rejected for a valid reason. This command enables the LSR to send a maximum of five label requests if a label request is rejected by an LDP peer.
Attribute Name: request-retry
Attribute Type: boolean
Default Value: false
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-request-policy>
<config>
<request-retry>true</request-retry> <!-- operation="delete"-->
</config>
</label-request-policy>
</global>
</ldp>
Command Syntax
request-retry
Configure label request policy ipv4
Use this attribute to send LDP Label Request Message for certain IPv4 FEC prefixes.
Attribute Name: label-request-policy-ipv4
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-request-policy>
<config>
<label-request-policy-ipv4>NAME</label-request-policy-ipv4> <!-- operation="delete"-->
</config>
</label-request-policy>
</global>
</ldp>
Command Syntax
request-labels-for prefix-list-ipv4 NAME
Configure label request policy ipv6
Use this attribute to send LDP Label Request Message for certain IPv6 FEC prefixes.
Attribute Name: label-request-policy-ipv6
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<label-request-policy>
<config>
<label-request-policy-ipv6>NAME</label-request-policy-ipv6> <!-- operation="delete"-->
</config>
</label-request-policy>
</global>
</ldp>
Command Syntax
request-labels-for prefix-list-ipv6 NAME
Configure loop detection enable
Use this attribute to enable loop detection on the current LSR. This command detects looping LSPs, and prevent Label Request messages from looping because of non-merge capable LSRs. This loop detection mechanism is useful for networks of non time-to-live (non TTL) decrementing devices that can not allocate resources among traffic flows.
Attribute Name: loop-detection-enable
Attribute Type: empty
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<loop-detection-policy>
<config>
</loop-detection-enable>
</config>
</loop-detection-policy>
</global>
</ldp>
Command Syntax
loop-detection
Configure path vector limit
Use this attribute to set the loop detection vec (vector) count, which determines the maximum supported path vectors. This command sets the maximum supported path vectors for loop detection, which specifies the permitted path vector length. An LSR that detects a path vector has reached the maximum length behaves as if the containing message has traversed a loop. This command ensures that a loop is detected while establishing a label switched path before any data is passed over that LSP.
Attribute Name: path-vector-limit
Attribute Type: uint32
Default Value: 255
Attribute Range: 1-255
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<loop-detection-policy>
<config>
<path-vector-limit>1</path-vector-limit> <!-- operation="delete"-->
</config>
</loop-detection-policy>
</global>
</ldp>
Command Syntax
loop-detection-path-vec-count <1-255>
Configure hop count limit
Use this attribute to set the loop detection hop count, which determines the maximum hop-count value. This command sets the maximum hop count value, which specifies the permitted maximum permitted hop-count. An LSR that detects a maximum hop count behaves as if the containing message has traversed a loop. The use of this command ensures that a loop is detected while establishing a label switched path before any data is passed via LSP
Attribute Name: hop-count-limit
Attribute Type: uint32
Default Value: 255
Attribute Range: 1-255
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<loop-detection-policy>
<config>
<hop-count-limit>1</hop-count-limit> <!-- operation="delete"-->
</config>
</loop-detection-policy>
</global>
</ldp>
Command Syntax
loop-detection-hop-count <1-255>
Configure session protection enable
This attribute is used to activate adjacency session protection.
This command is supported when following feature are enabled LDP Session Protection feature
Attribute Name: session-protection-enable
Attribute Type: empty
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<session-protection>
<config>
</session-protection-enable>
</config>
</session-protection>
</global>
</ldp>
Command Syntax
session-protection
Configure duration
Set adjacency session protection duration. Protection is infinite, it is not configured
This command is supported when following feature are enabled LDP Session Protection feature
Attribute Name: duration
Attribute Type: union
Attribute Name: session-protection-enable
Attribute Type: empty
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<session-protection>
<config>
</session-protection-enable><!-- operation="delete"-->
<duration>infinite</duration> <!-- operation="delete"-->
</config>
</session-protection>
</global>
</ldp>
Command Syntax
session-protection duration (infinite|<5-86400>)
Configure session protection prefix list name
This attribute is used to set adjacency prefixes for session protection.
This command is supported when following feature are enabled LDP Session Protection feature
Attribute Name: session-protection-prefix-list-name
Attribute Type: union
Attribute Name: session-protection-enable
Attribute Type: empty
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<global>
<session-protection>
<config>
</session-protection-enable><!-- operation="delete"-->
<session-protection-prefix-list-name>none</session-protection-prefix-list-name> <!-- operation="delete"-->
</config>
</session-protection>
</global>
</ldp>
Command Syntax
session-protection for (none|WORD)
Configure ldp
Use this attribute to enable the debugging of all LDP events.
Attribute Name: ldp
Attribute Type: bits (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<debug>
<config>
<ldp>events</ldp> <!-- operation="delete"-->
</config>
</debug>
</ldp>
Command Syntax
debug ldp (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
Configure enable
Use this attribute with the enable option to enable Graceful Restart capability on a router. This is a global command. LDP decides whether or not to encode FT Session TLV in its initialization message for each session depending on this capability, but the restart capability of each session also depends on support for graceful restart at the peer router
This command is supported when following feature are enabled restart feature
Attribute Name: enable
Attribute Type: enum (full|helper-only)
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<graceful-restart>
<config>
<enable>full</enable>
</config>
</graceful-restart>
</ldp>
Command Syntax
graceful-restart (full|helper-only)
Configure neighbor liveness time
Use this attribute to set the Neighbor-Liveness timer. The amount of time the LSR keeps its stale label-FEC (Forwarding Equivalence Class) bindings is set to the lesser of the Fault Tolerant (FT) Reconnect timeout and Neighbor-Liveness timer. This command sets the Neighbor-Liveness timer
This command is supported when following feature are enabled restart feature
Attribute Name: neighbor-liveness-time
Attribute Type: uint16
Default Value: 120
Attribute Range: 5-300
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<graceful-restart>
<config>
<neighbor-liveness-time>5</neighbor-liveness-time> <!-- operation="delete"-->
</config>
</graceful-restart>
</ldp>
Command Syntax
graceful-restart timers neighbor-liveness <5-300>
Configure max recovery time
Use this attribute to set the maximum recovery time.If the LSR determines that the neighbor was able to preserve its MPLS forwarding state, the LSR should keep the stale label-FEC (Forwarding Equivalence Class) bindings for as long as the lesser of: the recovery time advertised by the neighbor and a local maximum recovery time. This command sets the maximum recovery time
This command is supported when following feature are enabled restart feature
Attribute Name: max-recovery-time
Attribute Type: uint16
Default Value: 120
Attribute Range: 15-600
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<graceful-restart>
<config>
<max-recovery-time>15</max-recovery-time> <!-- operation="delete"-->
</config>
</graceful-restart>
</ldp>
Command Syntax
graceful-restart timers max-recovery <15-600>
Configure transport address ipv4
Use this attribute to configure the IPv4 transport address for a label space.The transport address is the address used for the TCP session over which LDP is running. Use this attribute to manually configure the transport address. Transport addresses may either be bound to a loopback interface, or to a physical interface that is bound to the label space in question. A transport address can also be manually configured using the CLI with the loopback address as the transport address.
Attribute Name: transport-address-ipv4
Attribute Type: inet:ipv4-address
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<transport-addresses>
<transport-address>
<label-space-identifier>0</label-space-identifier>
<config>
<label-space-identifier>0</label-space-identifier>
</config>
<transport-address-ipv4>A.B.C.D</transport-address-ipv4> <!-- operation="delete"-->
</transport-address>
</transport-addresses>
</ldp>
Command Syntax
transport-address ipv4 A.B.C.D ((0)|)
Configure transport address ipv6
Use this attribute to configure an IPv6 transport address for a label space. The transport address is the address used for the TCP session over which LDP is running. Use this attribute to manually configure the transport address. Transport addresses may either be bound to a loopback interface, or to a physical interface that is bound to the label space in question. A transport address can also be manually configured using the CLI with the loopback address as the transport address. The CLI accepts only the loopback address to be configured as the transport address
Attribute Name: transport-address-ipv6
Attribute Type: inet:ipv6-address
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<transport-addresses>
<transport-address>
<label-space-identifier>0</label-space-identifier>
<config>
<label-space-identifier>0</label-space-identifier>
</config>
<transport-address-ipv6>X:X::X:X</transport-address-ipv6> <!-- operation="delete"-->
</transport-address>
</transport-addresses>
</ldp>
Command Syntax
transport-address ipv6 X:X::X:X ((0)|)
Configure peer address
Use this attribute to configure neighbors of LDP for authentication.
This command is supported when following feature are enabled TCP MD5SIG encrypt password enabled
Attribute Name: peer-address
Attribute Type: union
Attribute Name: password-type
Attribute Type: enum (plain-text|encrypt)
Attribute Name: password
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<peer-authentication>
<peer-authentication-lists>
<peer-authentication-list> <!-- operation="delete"-->
<peer-address>all</peer-address>
<config>
<peer-address>all</peer-address>
<password-type>plain-text</password-type>
<password>WORD</password>
</config>
</peer-authentication-list>
</peer-authentication-lists>
</peer-authentication>
</ldp>
Command Syntax
neighbor (all|auto-targeted|A.B.C.D|X:X::X:X) auth md5 password (plain-text|encrypt) WORD
Configure group name
LDP Session group name.
Attribute Name: group-name
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<peer-authentication>
<authentication-groups>
<authentication-group> <!-- operation="delete"-->
<group-name>NAME</group-name>
<config>
<group-name>WORD</group-name>
</config>
</authentication-group>
</authentication-groups>
</peer-authentication>
</ldp>
Command Syntax
session-group name NAME
Configure prefix list
Peer authentication group prefix list.
Attribute Name: prefix-list
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<peer-authentication>
<authentication-groups>
<authentication-group>
<group-name>NAME</group-name>
<config>
<group-name>WORD</group-name>
</config>
<prefix-list>NAME</prefix-list> <!-- operation="delete"-->
</authentication-group>
</authentication-groups>
</peer-authentication>
</ldp>
Command Syntax
neighbor prefix-list NAME
Configure auth
Use this attribute to configure session-group authentication.
Attribute Name: auth
Attribute Type: enum (auth)
Attribute Name: password-type
Attribute Type: enum (plain-text|encrypt)
Attribute Name: password
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<peer-authentication>
<authentication-groups>
<authentication-group>
<group-name>NAME</group-name>
<config>
<group-name>WORD</group-name>
</config>
<authentication-group-passwords>
<authentication-group-password> <!-- operation="delete"-->
<auth>auth</auth>
<config>
<auth>auth</auth>
<password-type>plain-text</password-type>
<password>WORD</password>
</config>
</authentication-group-password>
</authentication-group-passwords>
</authentication-group>
</authentication-groups>
</peer-authentication>
</ldp>
Command Syntax
(auth) md5 password (plain-text|encrypt) WORD
Configure prefix access control list name
Use this attribute to prevent the distribution of any locally assigned labels
Attribute Name: prefix-access-control-list-name
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<label-mapping-access-lists>
<label-mapping-access-list>
<prefix-access-control-list-name>WORD</prefix-access-control-list-name>
<config>
<prefix-access-control-list-name>WORD</prefix-access-control-list-name>
<peer-access-control-list-name>WORD</peer-access-control-list-name>
</config>
<peer-access-control-list-name>WORD</peer-access-control-list-name>
</label-mapping-access-list>
</label-mapping-access-lists>
</ldp>
Command Syntax
advertise-labels for any to none
Configure peer access control list name
Use this attribute to prevent the distribution of any locally assigned labels
Attribute Name: prefix-access-control-list-name
Attribute Type: string
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<label-mapping-access-lists>
<label-mapping-access-list>
<prefix-access-control-list-name>WORD</prefix-access-control-list-name>
<config>
<prefix-access-control-list-name>WORD</prefix-access-control-list-name>
<peer-access-control-list-name>WORD</peer-access-control-list-name>
</config>
<peer-access-control-list-name>WORD</peer-access-control-list-name>
</label-mapping-access-list>
</label-mapping-access-lists>
</ldp>
Command Syntax
advertise-labels for PREFIX to (any|PEER)
clear ldp statistics
Netconf RPC payload
<clear-ldp-statistics xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp"/>
Command Syntax
clear ldp statistics
clear ldp statistics advertise-labels
Netconf RPC payload
<clear-ldp-statistics-advertise-labels xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp"/>
Command Syntax
clear ldp statistics advertise-labels
clear ldp statistics advertise-labels for PREFIX
Attribute Name: prefix
Attribute Type: string
Netconf RPC payload
<clear-ldp-statistics-advertise-labels-prefix xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<prefix>PREFIX</prefix>
</clear-ldp-statistics-advertise-labels-prefix>
Command Syntax
clear ldp statistics advertise-labels for PREFIX
clear ldp statistics advertise-labels for PREFIX to PEER
Attribute Name: prefix
Attribute Type: string
Attribute Name: peer
Attribute Type: string
Netconf RPC payload
<clear-ldp-statistics-advertise-labels-prefix-peer xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<prefix>PREFIX</prefix>
<peer>PEER</peer>
</clear-ldp-statistics-advertise-labels-prefix-peer>
Command Syntax
clear ldp statistics advertise-labels for PREFIX to PEER
clear ldp session *
Netconf RPC payload
<clear-ldp-session-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp"/>
Command Syntax
clear ldp session *
clear ldp session A.B.C.D
Attribute Name: addr
Attribute Type: inet:ipv4-address
Netconf RPC payload
<clear-ldp-session-ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<addr>A.B.C.D</addr>
</clear-ldp-session-ipv4>
Command Syntax
clear ldp session A.B.C.D
clear ldp session X:X::X:X
Attribute Name: addr
Attribute Type: inet:ipv6-address
Netconf RPC payload
<clear-ldp-session-ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<addr>X:X::X:X</addr>
</clear-ldp-session-ipv6>
Command Syntax
clear ldp session X:X::X:X
clear ldp adjacency *
Netconf RPC payload
<clear-ldp-adjacency-all xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp"/>
Command Syntax
clear ldp adjacency *
clear ldp adjacency A.B.C.D
Attribute Name: addr
Attribute Type: inet:ipv4-address
Netconf RPC payload
<clear-ldp-adjacency-ipv4 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<addr>A.B.C.D</addr>
</clear-ldp-adjacency-ipv4>
Command Syntax
clear ldp adjacency A.B.C.D
clear ldp adjacency X:X::X:X
Attribute Name: addr
Attribute Type: inet:ipv6-address
Netconf RPC payload
<clear-ldp-adjacency-ipv6 xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<addr>X:X::X:X</addr>
</clear-ldp-adjacency-ipv6>
Command Syntax
clear ldp adjacency X:X::X:X
snmp restart ldp
Netconf RPC payload
<snmp-restart-ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp"/>
Command Syntax
snmp restart ldp
debug ldp (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
Netconf RPC payload
<ldp-terminal-debug-on xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<terminal-debug-options>events</terminal-debug-options>
</ldp-terminal-debug-on>
Command Syntax
debug ldp (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
no debug ldp (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
Attribute Name: terminal-debug-options
Attribute Type: bits (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
Netconf RPC payload
<ldp-terminal-debug-off xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<terminal-debug-options>events</terminal-debug-options>
</ldp-terminal-debug-off>
Command Syntax
no debug ldp (events|fsm|hexdump|dsm|usm|tsm|qos|nsm|advertise-labels|cspf|vc usm|vc dsm|graceful-restart|rib|packet notification|packet hello|packet initialization|packet keepalive|packet address|packet label|packet|all)
restart ldp graceful
Netconf RPC payload
<restart-ldp-graceful xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp"/>
Command Syntax
restart ldp graceful