home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols mpls-rsvp interfaces interface signaling refresh reduction disable

Disables refresh reduction procedures.

set protocols mpls-rsvp interfaces interface name signaling refresh reduction disable
delete protocols mpls-rsvp interfaces interface name signaling refresh reduction disable
show protocols mpls-rsvp interfaces interface name signaling refresh reduction disable
interface name
The interface name.

Configuration mode


protocols {
    mpls-rsvp {
        interfaces  {
            interface <name> {
                signaling {
                    refresh {
                        reduction {
                            disable
                        }
                    }
                }
            }  
        }
    }
}

Use this command to disable refresh reduction procedures. The default is enabled.

Use the set form of this command to disable refresh reduction procedures.

Example

Use the delete form of this command to delete the configuration that disables refresh reduction procedures.

Use the show form of this command to display the configuration that disables refresh reduction procedures.

The following example shows how to disable refresh reduction procedures on the interface named dp0p256p1.

vvyatta@R1# set protocols mpls-rsvp interfaces interface dp0p256p1 signaling refresh reduction disable