From a0a07c6ab314311909ee3c808d13a712cfba2fb2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sat, 23 Nov 2019 10:42:03 +0100 Subject: interfaces: update base interface definitions and links --- docs/interfaces/dummy.rst | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) (limited to 'docs/interfaces/dummy.rst') 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 - + 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 + -- cgit v1.2.3