1

I'm trying to set up a LAN-to-LAN IPsec tunnel and at one endpoint I have an old CISCO 871W running IOS 12.3(8)YI2. The command "tunnel mode ipsec ipv4" doesn't work:

router#configure terminal 
Enter configuration commands, one per line.  End with CNTL/Z.
router(config)#interface tunnel 1
router(config-if)#tunnel mode ipsec ipv4
                                   ^
% Invalid input detected at '^' marker.

router(config-if)#tunnel mode ?
  aurp    AURP TunnelTalk AppleTalk encapsulation
  cayman  Cayman TunnelTalk AppleTalk encapsulation
  dvmrp   DVMRP multicast tunnel
  eon     EON compatible CLNS tunnel
  gre     generic route encapsulation protocol
  ipip    IP over IP encapsulation
  iptalk  Apple IPTalk encapsulation
  nos     IP over IP encapsulation (KA9Q/NOS compatible)

Any ideas why? Thanks!

1 Answers1

2

The Cisco IOS Interface and Hardware Component Command Reference tells us that this command was introduced in 12.3(14)T which is quite old, but unfortunately your IOS version is just a tiny bit older than that.

Edit: unless you can upgrade the router, depending on your use case (and what the other router supports), you can instead use:

hertitu
  • 337
  • 1
  • 6