summaryrefslogtreecommitdiff
path: root/docs/configexamples/ipsec-cisco-route-based.rst
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-04-21 15:18:07 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-04-21 15:18:07 +0300
commit5d4cdc95200e8ef8fa9ef0f52c5607b76e980692 (patch)
treece366d63b36ee32b8175ec6fe9009b9db671a173 /docs/configexamples/ipsec-cisco-route-based.rst
parent7dc1c055340cff3acf941ee63ede798fcc566dfb (diff)
downloadvyos-documentation-5d4cdc95200e8ef8fa9ef0f52c5607b76e980692.tar.gz
vyos-documentation-5d4cdc95200e8ef8fa9ef0f52c5607b76e980692.zip
fix: suppress linter for real/protocol IPs in config examples
The following files were touched by the WebP image PR and exposed pre-existing lint violations — real IPs needed for authenticity or actual protocol addresses (OSPF router-IDs, MAC-embedded IPv6): - inter-vrf-routing-vrf-lite.rst: 195.51.100.1, 198.51.0.0/16 - ipsec-cisco-route-based.rst: 1.1.1.1, 2.2.2.2, 1.0.0.0 (Cisco loopback/OSPF RID) - ipsec-pa-route-based.rst: 1.1.1.1, 2.2.2.2 (PA/VyOS OSPF RIDs) - lac-lns.rst: 8.8.8.8 (DNS example) - pppoe-ipv6-basic.rst: ::64 (prefix format illustration) - bridge.rst: 33:33::16:50:0 (MAC address in firewall log) 🤖 Generated by [robots](https://vyos.io)
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
---------------------