diff options
Diffstat (limited to 'docs/interfaces/dummy.rst')
-rw-r--r-- | docs/interfaces/dummy.rst | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/docs/interfaces/dummy.rst b/docs/interfaces/dummy.rst index dc46a4cb..8a24d4db 100644 --- a/docs/interfaces/dummy.rst +++ b/docs/interfaces/dummy.rst @@ -1,21 +1,25 @@ .. _dummy-interface: -Dummy Interfaces ----------------- +Dummy +----- -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. +Dummy interfaces are much like the loopback interface, 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 Cisco 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 + vyos@vyos# set interfaces dummy dum0 + Possible completions: + + address IP address + description Interface description + disable Disable interface + > ip IPv4 routing parameters + > ipv6 IPv6 routing parameters + redirect Incoming packet redirection destination + > traffic-policy + Traffic-policy for interface + |