cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2074
Views
0
Helpful
4
Replies

no mpls propagate-ttl

m-geisler
Level 1
Level 1

Hello everybody,

I am just wondering if there is any 'show' command (except 'traceroute') to verify whether 'mpls propagate-ttl' is on or off

Thanks

Mike

2 Accepted Solutions

Accepted Solutions

Harold Ritter
Spotlight
Spotlight

Mike,

"mpls ip propagate-ttl" is enabled by default. The best way to find out whether it is enabled or not is to do a "show runn | incl propagate".

This will tell you whether the TTL propagation is disabled for transit traffic, locally originated traffic or both.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

View solution in original post

mohammedmahmoud
Level 11
Level 11

Hi,

By default, the mpls ip propagate-ttl command is enabled and the IP TTL value is copied to the MPLS TTL field during label imposition.

I am not kidding, but i think that you have no way except to do show run :).

router#sh run | i ttl

no tag-switching ip propagate-ttl forwarded

router#

HTH, please do rate all helpful replies,

Mohammed Mahmoud.

View solution in original post

4 Replies 4

Harold Ritter
Spotlight
Spotlight

Mike,

"mpls ip propagate-ttl" is enabled by default. The best way to find out whether it is enabled or not is to do a "show runn | incl propagate".

This will tell you whether the TTL propagation is disabled for transit traffic, locally originated traffic or both.

Hope this helps,

Regards,
Harold Ritter, CCIE #4168 (EI, SP)

mohammedmahmoud
Level 11
Level 11

Hi,

By default, the mpls ip propagate-ttl command is enabled and the IP TTL value is copied to the MPLS TTL field during label imposition.

I am not kidding, but i think that you have no way except to do show run :).

router#sh run | i ttl

no tag-switching ip propagate-ttl forwarded

router#

HTH, please do rate all helpful replies,

Mohammed Mahmoud.

Hi Harold,

Sorry didn't see your reply :)

BR,

Mohammed Mahmoud.

noelf
Level 1
Level 1

Hi,

As the other posts indicated

show run | i propagate-ttl

There are 2 options for dis-abling the ttl

forwarded and local where forwarded option allows the propagation of packets originated by the local device.

Regards

Noel