Skip to content

Commit

Permalink
Merge pull request #469 from srividya0208/l2tp
Browse files Browse the repository at this point in the history
Correction in command syntax "set vpn l2tp remote-access dns-servers"
  • Loading branch information
c-po committed Mar 5, 2021
2 parents 8a5286b + 9b6f4d6 commit 49d28e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration/vpn/l2tp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ parameter to the client.

.. code-block:: none
set vpn l2tp remote-access dns-servers server-1 '198.51.100.8'
set vpn l2tp remote-access dns-servers server-2 '198.51.100.4'
set vpn l2tp remote-access name-server '198.51.100.8'
set vpn l2tp remote-access name-server '198.51.100.4'
Established sessions can be viewed using the **show vpn remote-access**
operational command, or **show l2tp-server sessions**
Expand Down

0 comments on commit 49d28e4

Please sign in to comment.