Merge pull request #16 from rebortg/interfaces

add dummy interfaces
This commit is contained in:
Christian Poessinger 2019-03-22 08:12:20 +01:00 committed by GitHub
commit 5d6ab100a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 0 deletions

21
docs/interfaces/dummy.rst Normal file
View File

@ -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

View File

@ -50,6 +50,7 @@ respective sections.
:hidden:
addresses
dummy
ethernet
wireless
bridging