Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Update Sample OSPFv3 config with VRF authored by thl-cmk's avatar thl-cmk
...@@ -17,19 +17,6 @@ key chain key-ospf ...@@ -17,19 +17,6 @@ key chain key-ospf
cryptographic-algorithm hmac-sha-512 cryptographic-algorithm hmac-sha-512
! !
router ospfv3 10 router ospfv3 10
!
address-family ipv6 unicast
passive-interface default
no passive-interface Vlan1
redistribute eigrp 10 tag 100
router-id 3.3.3.30
event-log size 100
log-adjacency-changes
area 0 authentication key-chain key-ospf
area 3 authentication key-chain key-ospf
area 3 virtual-link 2.2.2.30
area 3 virtual-link 1.1.1.30
exit-address-family
! !
address-family ipv6 unicast vrf LOOP address-family ipv6 unicast vrf LOOP
passive-interface default passive-interface default
... ...
......