diff options
author | Arthur de Kerhor <arthurdekerhor@gmail.com> | 2021-02-11 03:02:44 -0800 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2021-02-12 15:39:27 +0000 |
commit | 950d33ef67fdccc24c74cadf679cdeadc1cf6ddc (patch) | |
tree | 2d89700491698ebd4eea68f540c9c5cb52a3e6e5 /docs/gettingstarted/progressivevpp/traces.rst | |
parent | c5299ff30a6186f580509eda2c4db3decfffe967 (diff) |
docs: fixing VPP tutorial
Updating ARP table command.
Type: fix
Signed-off-by: Arthur de Kerhor <arthurdekerhor@gmail.com>
Change-Id: I02d6ac86aed4c83430f9d07bdeaa3e0f5c3ae73f
Diffstat (limited to 'docs/gettingstarted/progressivevpp/traces.rst')
-rw-r--r-- | docs/gettingstarted/progressivevpp/traces.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/gettingstarted/progressivevpp/traces.rst b/docs/gettingstarted/progressivevpp/traces.rst index df520dcfc73..a3408586ee8 100644 --- a/docs/gettingstarted/progressivevpp/traces.rst +++ b/docs/gettingstarted/progressivevpp/traces.rst @@ -13,7 +13,7 @@ Skills to be Learned #. Clear a 'trace' #. Verify using ping from host #. Ping from vpp -#. Examine Arp Table +#. Examine ARP table (neighbors) #. Examine ip fib Basic Trace Commands @@ -462,12 +462,12 @@ The output will demonstrate FD.io VPP's trace of ping for all packets. After examining the trace, clear it again using vpp# clear trace. -Examine arp tables -------------------- +Examine ARP table (neighbors) +----------------------------- .. code-block:: console - vpp# show ip arp + vpp# show ip neighbors Time IP4 Flags Ethernet Interface 1101.5636 10.10.1.1 D e2:0f:1e:59:ec:f7 host-vpp1out |