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!