diff --git a/napalm/ios/ios.py b/napalm/ios/ios.py index 9f261407f..c48d155cf 100644 --- a/napalm/ios/ios.py +++ b/napalm/ios/ios.py @@ -3284,7 +3284,7 @@ def traceroute( command += " source {}".format(source) if ttl: if isinstance(ttl, int) and 0 <= ttl <= 255: - command += " ttl {}".format(str(ttl)) + command += " ttl 0 {}".format(str(ttl)) if timeout: # Timeout should be an integer between 1 and 3600 if isinstance(timeout, int) and 1 <= timeout <= 3600: