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 disable-ip-propagate-ttl

Disables propagation of the TTL value from the IP packet when imposing MPLS labels.

set protocols mpls disable-ip-propagate-ttl
delete protocols mpls disable-ip-propagate-ttl
show protocols mpls disable-ip-propagate-ttl

Configuration mode


protocols {
    mpls {
        disable-ip-propagate-ttl
    }
}

Use this command to disable propagation of the Time To Live (TTL) value from the IP packet when imposing MPLS labels.

Use the set form of this command to disable the propagation of the TTL value from the IP packet.

Use the delete form of this command to re-enable the propagation of the TTL value from the IP packet.

Use the show form of this command to display whether the propagation of the TTL value from the IP packet is disabled.