IPI-LDP-PEER
Configure targeted global hello interval
Use this attribute to set the interval for sending unicast hello packets to targeted peers
Attribute Name: targeted-global-hello-interval
Attribute Type: uint16
Default Value: 15
Attribute Range: 1-21845
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<targeted-peers>
<global-timers>
<config>
<targeted-global-hello-interval>1</targeted-global-hello-interval> <!-- operation="delete"-->
</config>
</global-timers>
</targeted-peers>
</ldp>
Command Syntax
targeted-peer-hello-interval <1-21845>
Configure targeted global hello holdtime
Use this attribute to set the time-out value that is the time that the router waits before rejecting an adjacency with targeted peers.
Attribute Name: targeted-global-hello-holdtime
Attribute Type: uint16
Default Value: 45
Attribute Range: 3-65535
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<targeted-peers>
<global-timers>
<config>
<targeted-global-hello-holdtime>3</targeted-global-hello-holdtime> <!-- operation="delete"-->
</config>
</global-timers>
</targeted-peers>
</ldp>
Command Syntax
targeted-peer-hold-time <3-65535>
Configure target address
Use this attribute to enter a targeted IPv4 or IPv6 LDP peer mode. A targeted session is an LDP session between non-directly connected LSRs. Set this command to send a targeted hello messages to specific IP addresses. This command is specific to a targeted IPv4 or IPv6 LDP peer.
Attribute Name: target-address
Attribute Type: union
Netconf edit-config payload
<ldp xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-ldp">
<targeted-peers>
<targeted-peer> <!-- operation="delete"-->
<target-address>LDP_IP_ADDR_T</target-address>
<config>
<target-address>LDP_IP_ADDR_T</target-address>
</config>
</targeted-peer>
</targeted-peers>
</ldp>
Command Syntax
targeted-peer (ipv4 A.B.C.D|ipv6 X:X::X:X)
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">
<targeted-peers>
<targeted-peer>
<target-address>LDP_IP_ADDR_T</target-address>
<config>
<target-address>LDP_IP_ADDR_T</target-address>
</config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
</targeted-peer>
</targeted-peers>
</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">
<targeted-peers>
<targeted-peer>
<target-address>LDP_IP_ADDR_T</target-address>
<config>
<target-address>LDP_IP_ADDR_T</target-address>
</config>
<hello-holdtime>3</hello-holdtime> <!-- operation="delete"-->
</targeted-peer>
</targeted-peers>
</ldp>
Command Syntax
hold-time <3-65535>
Last modified date: 07-14-2023