summaryrefslogtreecommitdiff
path: root/docs/configexamples/ipsec-cisco-route-based.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/configexamples/ipsec-cisco-route-based.rst')
-rw-r--r--docs/configexamples/ipsec-cisco-route-based.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/configexamples/ipsec-cisco-route-based.rst b/docs/configexamples/ipsec-cisco-route-based.rst
index 955c21d4..553c5e2a 100644
--- a/docs/configexamples/ipsec-cisco-route-based.rst
+++ b/docs/configexamples/ipsec-cisco-route-based.rst
@@ -89,6 +89,8 @@ Configuration
VyOS
----
+.. stop_vyoslinter
+
.. code-block:: none
set interfaces ethernet eth0 address '10.0.1.2/30'
@@ -132,9 +134,13 @@ VyOS
set vpn ipsec site-to-site peer CISCO remote-address '10.0.2.2'
set vpn ipsec site-to-site peer CISCO vti bind 'vti1'
+.. start_vyoslinter
+
Cisco
-----
+.. stop_vyoslinter
+
.. code-block:: none
crypto isakmp policy 10
@@ -196,6 +202,7 @@ Cisco
!
ip route 0.0.0.0 0.0.0.0 10.0.2.1
+.. start_vyoslinter
Monitoring
@@ -230,6 +237,8 @@ IPsec SAs:
OSPF Neighbor Status:
+.. stop_vyoslinter
+
.. code-block:: none
vyos@vyos:~$ show ip ospf neighbor
@@ -237,6 +246,8 @@ OSPF Neighbor Status:
Neighbor ID Pri State Up Time Dead Time Address Interface RXmtL RqstL DBsmL
1.1.1.1 1 Full/- 1h29m37s 39.317s 10.100.100.2 vti1:10.100.100.1 0 0 0
+.. start_vyoslinter
+
Routing Table:
.. code-block:: none
@@ -268,6 +279,8 @@ Routing Table:
Monitoring on Cisco side
------------------------
+.. stop_vyoslinter
+
IKE SAs:
.. code-block:: none
@@ -378,6 +391,8 @@ Routing Table:
C 192.168.11.0/24 is directly connected, GigabitEthernet0/2
L 192.168.11.1/32 is directly connected, GigabitEthernet0/2
+.. start_vyoslinter
+
Checking Connectivity
---------------------