From e063b6ad4c82b9b3dcdff855bc0b88adee31d367 Mon Sep 17 00:00:00 2001 From: Robert Göhler Date: Sat, 30 Nov 2019 13:29:42 +0100 Subject: config overview: migrate to reserved address space --- docs/configuration-overview.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/configuration-overview.rst') diff --git a/docs/configuration-overview.rst b/docs/configuration-overview.rst index c4fc36e0..2c7a086e 100644 --- a/docs/configuration-overview.rst +++ b/docs/configuration-overview.rst @@ -17,7 +17,7 @@ using the show configuration command. interfaces { ethernet eth0 { address dhcp - hw-id 00:0c:29:44:3b:0f + hw-id 00:53:dd:44:3b:0f } loopback lo { } @@ -78,7 +78,7 @@ running configuration. vyos@vyos:~$ show configuration commands set interfaces ethernet eth0 address 'dhcp' - set interfaces ethernet eth0 hw-id '00:0c:29:44:3b:0f' + set interfaces ethernet eth0 hw-id '00:53:dd:44:3b:0f' set interfaces loopback 'lo' set service ssh port '22' set system config-management commit-revisions '20' @@ -170,7 +170,7 @@ replacements and ``-`` for deletions. ethernet eth0 { description MY_OLD_DESCRIPTION disable - hw-id 52:54:00:0e:82:d9 + hw-id 00:53:dd:44:3b:03 } loopback lo { } @@ -186,7 +186,7 @@ replacements and ``-`` for deletions. + address dhcp > description MY_NEW_DESCRIPTION - disable - hw-id 52:54:00:0e:82:d9 + hw-id 00:53:dd:44:3b:03 } loopback lo { } @@ -198,7 +198,7 @@ using ``show | commands`` vyos@vyos# show interfaces ethernet eth0 | commands set address dhcp - set hw-id 00:0c:29:44:3b:0f + set hw-id 00:53:ad:44:3b:03 These commands are also relative to the level you are inside and only relevant configuration blocks will be displayed when entering a sub-level. @@ -208,7 +208,7 @@ configuration blocks will be displayed when entering a sub-level. [edit interfaces ethernet eth0] vyos@vyos# show address dhcp - hw-id 00:0c:29:44:3b:0f + hw-id 00:53:ad:44:3b:03 Exiting from the configuration mode is done via the ``exit`` command from the top level, executing `exit` from within a sub-level takes you back to the top -- cgit v1.2.3