IPI-RSVP-INTERFACE
Configure enable rsvp
Use this attribute to enable control adjacency to send and receive RSVP-TE control messages for MPLS and GMPLS
Attribute Name: enable-rsvp
Attribute Type: uint8
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-rsvp><!-- operation="delete"-->
</interface>
</interfaces>
</rsvp-te>
Command Syntax
enable-rsvp
Configure enable iana hello config
Enable the exchange of non IANA specific Hello messages
Attribute Name: enable-iana-hello-config
Attribute Type: uint8
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
</enable-iana-hello-config><!-- operation="delete"-->
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp non-IANA-hello
Configure disable refresh reduction
Use this attribute to enable refresh reduction capability advertisement for all interfaces
Attribute Name: disable-refresh-reduction
Attribute Type: uint8
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<refresh-reduction>
<config>
</disable-refresh-reduction><!-- operation="delete"-->
</config>
</refresh-reduction>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
no rsvp refresh-reduction
Configure enable message ack
Use this attribute to enable message acknowledgement for all messages being sent to neighbors that are known to support refresh reduction.
Attribute Name: enable-message-ack
Attribute Type: uint8
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<refresh-reduction>
<config>
</enable-message-ack><!-- operation="delete"-->
</config>
</refresh-reduction>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp message-ack
Configure ack wait timeout
Use this attribute to configure the acknowledgement wait timeout for all RSVP-TE neighbors
Attribute Name: ack-wait-timeout
Attribute Type: uint32
Default Value: 10
Attribute Range: 1-65535
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<refresh-reduction>
<config>
<ack-wait-timeout>1</ack-wait-timeout> <!-- operation="delete"-->
</config>
</refresh-reduction>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp ack-wait-timeout <1-65535>
Configure refresh time
Use this attribute to configure RSVP refresh interval timer. The timer specifies the interval after which Path and/ or Reservation Request (Resv) messages will be sent out.The refresh time and keep multiplier are two interrelated timing parameters used to calculate the valid Reservation Lifetime for an LSP. Refresh time regulates the interval between Refresh messages which include Path and Reservation Request (Resv) messages. Refresh messages are sent periodically so that reservation does not timeout in the neighboring nodes. Each sender and receiver host sends Path and Resv messages, downstream and upstream respectively, along the paths.
Attribute Name: refresh-time
Attribute Type: uint16
Default Value: 30
Attribute Range: 1-65535
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<refresh-reduction>
<config>
<refresh-time>1</refresh-time> <!-- operation="delete"-->
</config>
</refresh-reduction>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp refresh-time <1-65535>
Configure keep multiplier
Use this attribute to configure the constant to be used to calculate a valid reservation lifetime for a Labeled Switched Path (LSP).The refresh time and keep multiplier are two interrelated timing parameters used to calculate the valid reservation lifetime for an LSP. The router sends refresh messages periodically so that the neighbors do not timeout
Attribute Name: keep-multiplier
Attribute Type: int32
Default Value: 3
Attribute Range: 1-255
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<refresh-reduction>
<config>
<keep-multiplier>1</keep-multiplier> <!-- operation="delete"-->
</config>
</refresh-reduction>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp keep-multiplier <1-255>
Configure enable hello receipt
Use this attribute to enable the receipt of Hello messages from peers.
Attribute Name: enable-hello-receipt
Attribute Type: uint8
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hellos>
<config>
</enable-hello-receipt><!-- operation="delete"-->
</config>
</hellos>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp hello-receipt
Configure hello interval
Use this attribute to set an interval between Hello packets.Used as a global command, this value is over-ridden by the hello-interval set on the interface (see rsvp hello-interval).For optimum performance, set this value no more than one-third of the hello-timeout value.
Attribute Name: hello-interval
Attribute Type: int32
Default Value: 2
Attribute Range: 1-65535
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hellos>
<config>
<hello-interval>1</hello-interval> <!-- operation="delete"-->
</config>
</hellos>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp hello-interval <1-65535>
Configure hello timeout
Timeout for clearing up all sessions shared with a neighbor.If an LSR has not received a Hello message from a peer within the number of seconds set with this command, all sessions shared with this peer are reset. The hello-timeout determines how long an RSVP node waits for a hello message before declaring a neighbor to be down.
Attribute Name: hello-timeout
Attribute Type: int32
Default Value: 7
Attribute Range: 1-65535
Netconf edit-config payload
<rsvp-te xmlns="http://www.ipinfusion.com/yang/ocnos/ipi-rsvp">
<interfaces>
<interface>
<name>WORD</name>
<config>
<name>WORD</name>
</config>
<hellos>
<config>
<hello-timeout>1</hello-timeout> <!-- operation="delete"-->
</config>
</hellos>
</interface>
</interfaces>
</rsvp-te>
Command Syntax
rsvp hello-timeout <1-65535>