mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 15:33:56 +00:00
doc: Modify documentation to reflect new configure changes
This is the document changes to reflect the configure option making `terminal` optional. Signed-off-by: Dinesh Dutt <dd.ps4u@gmail.com>
This commit is contained in:
parent
dc1c13c019
commit
982589a31a
@ -287,8 +287,8 @@ Terminal Mode Commands
|
|||||||
|
|
||||||
Write current configuration to configuration file.
|
Write current configuration to configuration file.
|
||||||
|
|
||||||
.. index:: configure terminal
|
.. index:: configure [terminal]
|
||||||
.. clicmd:: configure terminal
|
.. clicmd:: configure [terminal]
|
||||||
|
|
||||||
Change to configuration mode. This command is the first step to
|
Change to configuration mode. This command is the first step to
|
||||||
configuration.
|
configuration.
|
||||||
|
@ -123,7 +123,7 @@ but this time, the route command will apply to the VRF.
|
|||||||
.. code-block:: frr
|
.. code-block:: frr
|
||||||
|
|
||||||
# case with VRF
|
# case with VRF
|
||||||
configure terminal
|
configure
|
||||||
vrf r1-cust1
|
vrf r1-cust1
|
||||||
ip route 10.0.0.0/24 10.0.0.2
|
ip route 10.0.0.0/24 10.0.0.2
|
||||||
exit-vrf
|
exit-vrf
|
||||||
|
Loading…
Reference in New Issue
Block a user