03-02-2023 01:13 AM - edited 03-06-2023 12:29 AM
Hello. Can ASA increase TTL of multicast packets while forwarding them? Sender is on the outside interface, it sends multicast with TTL = 1, receivers are all over the rather complicated inside network. ASA passes the multicast, but hext hop router discards them due to expired TTL.
Btw, I'm NOT talking about "set connection decrement-ttl"
ASA version is 9.13(1)2. Thanks and best regards.
03-02-2023 01:34 AM
i dont think that is possible. you can take a packet capture before and after ASA to find TTL values and adjust multicast application accordingly. to more troubleshooting steps check below links.
https://www.cisco.com/c/en/us/support/docs/ip/ip-multicast/16450-mcastguide0.html#ttlthreshold
03-02-2023 01:39 AM
how about adding in the class map as the example below :
ASA(config)#policy-map global_policy ASA(config-pmap)#class class-default ASA(config-pmap-c)#set connection decrement-ttl
If ASDM
03-03-2023 09:43 AM
Confirming @balaji.bandi 's answer works for at least some traffic. I have done it often for the use case of icmp ttl used in traceroute. Not sure about multicast though.
03-06-2023 12:24 AM
Dear Marvin, with all respect, confirming both You and @balaji.bandi didn't see the following sentence in my initial post:
> I'm NOT talking about "set connection decrement-ttl"
I need to increase TTL, not decrement it... Any ideas? Thanks and best regards.
03-06-2023 12:27 AM
I've just edited the topic title ("modify" -> "increase") to avoid such misunderstandings. BR.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide