summaryrefslogtreecommitdiff
path: root/docs/configuration/system/ip.rst
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2020-12-10 22:10:46 +0100
committerrebortg <github@ghlr.de>2020-12-10 22:10:46 +0100
commitdc2f70f10e05b2df120972f8b31debfa3ade65b2 (patch)
tree31a61175b2de10637fc35f87de843e0696136828 /docs/configuration/system/ip.rst
parentb599646995d2f805709e5eb975ef14eb4ce28a2e (diff)
downloadvyos-documentation-dc2f70f10e05b2df120972f8b31debfa3ade65b2.tar.gz
vyos-documentation-dc2f70f10e05b2df120972f8b31debfa3ade65b2.zip
sort IP commands under configuration
Diffstat (limited to 'docs/configuration/system/ip.rst')
-rw-r--r--docs/configuration/system/ip.rst72
1 files changed, 70 insertions, 2 deletions
diff --git a/docs/configuration/system/ip.rst b/docs/configuration/system/ip.rst
index 74116eb0..78aeef4e 100644
--- a/docs/configuration/system/ip.rst
+++ b/docs/configuration/system/ip.rst
@@ -1,2 +1,70 @@
-ip
-## \ No newline at end of file
+##
+IP
+##
+
+System configuration commands
+-----------------------------
+
+.. cfgcmd:: set system ip disable-forwarding
+
+ Use this command to disable IPv4 forwarding on all interfaces.
+
+.. cfgcmd:: set system ip arp table-size <number>
+
+ Use this command to define the maximum number of entries to keep in
+ the ARP cache (1024, 2048, 4096, 8192, 16384, 32768).
+
+.. cfgcmd:: set system ip multipath layer4-hashing
+
+ Use this command to use Layer 4 information for IPv4 ECMP hashing.
+
+
+Operational commands
+--------------------
+
+show commands
+^^^^^^^^^^^^^
+
+See below the different parameters available for the IPv4 **show** command:
+
+.. code-block:: none
+
+ vyos@vyos:~$ show ip
+ Possible completions:
+ access-list Show all IP access-lists
+ as-path-access-list
+ Show all as-path-access-lists
+ bgp Show Border Gateway Protocol (BGP) information
+ community-list
+ Show IP community-lists
+ extcommunity-list
+ Show extended IP community-lists
+ forwarding Show IP forwarding status
+ groups Show IP multicast group membership
+ igmp Show IGMP (Internet Group Management Protocol) information
+ large-community-list
+ Show IP large-community-lists
+ multicast Show IP multicast
+ ospf Show IPv4 Open Shortest Path First (OSPF) routing information
+ pim Show PIM (Protocol Independent Multicast) information
+ ports Show IP ports in use by various system services
+ prefix-list Show all IP prefix-lists
+ protocol Show IP route-maps per protocol
+ rip Show Routing Information Protocol (RIP) information
+ route Show IP routes
+
+
+reset commands
+^^^^^^^^^^^^^^
+
+And the different IPv4 **reset** commands available:
+
+.. code-block:: none
+
+ vyos@vyos:~$ reset ip
+ Possible completions:
+ arp Reset Address Resolution Protocol (ARP) cache
+ bgp Clear Border Gateway Protocol (BGP) statistics or status
+ igmp IGMP clear commands
+ multicast IP multicast routing table
+ route Reset IP route \ No newline at end of file