hostname r1
buggy
!
logging file debug ../binTmp/zzz22r1-log.run
!
crypto ipsec ips1
key $v10$RUZ3MnJKRWRxRkdEZ0M4MHVtM2Z3TW1BYWZ3cVhubytQc2JNSFBaMHVtTT1NNnZEVjhRZGlXRFFwcFZLaktmOHhqb0t0eUdBZVJLL1VlNDhrd0tJNVNzPQ==
exit
!
crypto ipsec ips2
key $v10$RUZ3MnJKRWRxRkdEZ0M4MHVtM2Z3TW1BYWZ3cVhubytQc2JNSFBaMHVtTT1NNnZEVjhRZGlXRFFwcFZLaktmOHhqb0t0eUdBZVJLL1VlNDhrd0tJNVNzPQ==
exit
!
vrf definition tester
exit
!
vrf definition v1
rd 1:1
exit
!
interface ethernet1
no description
vrf forwarding v1
ipv4 address 1.1.1.1 255.255.255.0
no shutdown
no log-link-change
exit
!
interface tunnel1
no description
tunnel vrf v1
tunnel protection ips2
tunnel source ethernet1
tunnel destination 1.1.1.2
tunnel mode wireguard
vrf forwarding v1
ipv4 address 2.2.2.1 255.255.255.0
no shutdown
no log-link-change
exit
!
interface tunnel2
no description
tunnel vrf v1
tunnel protection ips1
tunnel source tunnel1
tunnel destination 2.2.2.2
tunnel mode wireguard
vrf forwarding v1
ipv4 address 3.3.3.1 255.255.255.0
ipv6 address 1234::1 ffff::
no shutdown
no log-link-change
exit
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
server telnet tester
security protocol telnet
no exec authorization
no login authentication
vrf tester
exit
!
!
end