diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-03-16 22:19:21 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-03-16 22:19:32 +0100 |
commit | 0d5e2497b68da783d28a6ec50f4caa6c7575f013 (patch) | |
tree | e7c6040d52b6dbdc7a3ab8524a6b3b48d2f1607a /docs | |
parent | 5333fb2ed54144a03ea09fbb7be373b7c12c0099 (diff) | |
download | vyos-documentation-0d5e2497b68da783d28a6ec50f4caa6c7575f013.tar.gz vyos-documentation-0d5e2497b68da783d28a6ec50f4caa6c7575f013.zip |
vrf: add traceroute command
Diffstat (limited to 'docs')
-rw-r--r-- | docs/vrf.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/vrf.rst b/docs/vrf.rst index a1afab58..3cf7e6ad 100644 --- a/docs/vrf.rst +++ b/docs/vrf.rst @@ -257,5 +257,12 @@ For VR Fmaintenance the followin operational commands are in place. 2 packets transmitted, 2 received, 0% packet loss, time 4ms rtt min/avg/max/mdev = 0.070/0.074/0.078/0.004 ms +.. opcmd:: traceroute vrf <name> [ipv4 | ipv6] <host> + + Displays the route packets take to a network host utilizing VRF instance + identified by `<name>`. When using the IPv4 or IPv6 option, display the route + packets take to the for the given hosts IP address family. This option is + useful when the host specified is a hostname rather than an IP address. + .. include:: common-references.rst |