Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. R2(config-if)#tunnel protection ipsec profile myprofil
  2.  
  3. R2(config-if)#
  4. *May 25 10:19:33.432: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is ON
  5. *May 25 10:19:35.248: %IOSXE-3-PLATFORM: R0/0: cpp_cp: QFP:0.0 Thread:000 TS:00000000734849689650 %IPSEC-3-RECVD_PKT_NOT_IPSEC: Rec'd packet not an IPSEC packet, dest_addr= 8.8.11.2, src_addr= 8.8.10.2, prot= 47
  6. *May 25 10:19:39.258: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel0, changed state to down
  7. *May 25 10:19:39.263: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.1.3.1 (Tunnel0) is down: interface down
  8.  
  9. R1(config)#interface tunnel0
  10.  
  11. R1(config-if)#no tunnel mode ipsec ipv4
  12.  
  13. R1(config-if)#
  14. *May 25 10:17:33.718: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel0, changed state to up
  15. *May 25 10:17:48.674: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.1.3.2 (Tunnel0) is up: new adjacency
  16.  
  17. R1(config-if)#tunnel protection ipsec profile myprofil
  18.  
  19. R1(config-if)#
  20. *May 25 10:19:38.001: %CRYPTO-6-ISAKMP_ON_OFF: ISAKMP is ON
  21. *May 25 10:19:43.023: %LINEPROTO-5-UPDOWN: Line protocol on Interface Tunnel0, changed state to down
  22. *May 25 10:19:43.029: %DUAL-5-NBRCHANGE: EIGRP-IPv4 100: Neighbor 10.1.3.2 (Tunnel0) is down: interface down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement