Page MenuHomeVyOS Platform

"monitor traceroute" has no explicit IPv4/IPv6 support
Closed, ResolvedPublicFEATURE REQUEST

Description

Explicit ipv4/ipv6 nodes should be added to the monitor traceroute command to select the IP version used.

monitor traceroute ipv4 <fqdn>
monitor traceroute ipv6 <fqdn>
monitor traceroute vrf <foo> ipv4 <fqdn>
monitor traceroute vrf <foo> ipv6 <fqdn>

Details

Difficulty level
Easy (less than an hour)
Version
-
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)

Event Timeline

c-po created this task.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).

PR https://github.com/vyos/vyos-1x/pull/528

vyos@r4-roll:~$ monitor traceroute 
Possible completions:
  <hostname>    Monitor path to destination in realtime
  <x.x.x.x>
  <h:h:h:h:h:h:h:h>
  ipv4          IPv4 fully qualified domain name (FQDN)
  ipv6          IPv6 fully qualified domain name (FQDN)
  vrf           Monitor path to destination in realtime via given VR

vyos@r4-roll:~$ monitor traceroute ipv4 
Possible completions:
  <fqdn>        IPv4 fully qualified domain name (FQDN)

vyos@r4-roll:~$ monitor traceroute vrf mgmt 
Possible completions:
  <hostname>    Track network path to specified node via given VRF
  <x.x.x.x>
  <h:h:h:h:h:h:h:h>
  ipv4          IPv4 fully qualified domain name (FQDN)
  ipv6          IPv6 fully qualified domain name (FQDN)

vyos@r4-roll:~$ monitor traceroute vrf mgmt ipv4 gmail.com
erkin set Issue type to Feature (new functionality).Aug 29 2021, 1:28 PM
erkin removed a subscriber: Active contributors.