diff options
author | rebortg <github@ghlr.de> | 2019-03-21 16:12:32 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2019-03-21 16:12:32 +0100 |
commit | d4e41a26dad9f6bce8667985c1c6bf4406c39a36 (patch) | |
tree | daca6e271e8a3cf6865e74626da6e636d06c0aac /docs/interfaces/dummy.rst | |
parent | a8c38849ae422494c4df1c8b6b9e9849f434bea2 (diff) | |
download | vyos-documentation-d4e41a26dad9f6bce8667985c1c6bf4406c39a36.tar.gz vyos-documentation-d4e41a26dad9f6bce8667985c1c6bf4406c39a36.zip |
add dummy interfaces
Diffstat (limited to 'docs/interfaces/dummy.rst')
-rw-r--r-- | docs/interfaces/dummy.rst | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/interfaces/dummy.rst b/docs/interfaces/dummy.rst new file mode 100644 index 00000000..dc46a4cb --- /dev/null +++ b/docs/interfaces/dummy.rst @@ -0,0 +1,21 @@ +.. _dummy-interface: + +Dummy Interfaces +---------------- + +Dummy interfaces — much like the loopback, except you can have as many as you want. +Dummy interfaces can be used as interfaces that always stay up (in the same fashion to loopbacks in IOS), or for testing purposes. + +Configuration commands: + +.. code-block:: sh + + interfaces + dummy <dum[0-999]> + + address IP address + description Description + disable Disable interface + > ip IPv4 routing parameters + > ipv6 IPv6 routing parameters + redirect Incoming packet redirection destination + > traffic-policy Traffic-policy for interface
\ No newline at end of file |