HP-UX IPSec version A.02.01 Administrator's Guide
Interoperability
Cisco
Appendix B246
Example
In the following topology, the HP-UX system with address 192.1.114.218
creates an IPsec tunnel to the Cisco router with address 192.1.114.2. The
HP-UX system uses the tunnel communicates with hosts in the
192.1.113.0 subnet.
Figure B-1 End to Gateway Tunnel with Cisco Router
The following output from the IOS show config command shows the
configuration on the Cisco router:
crypto isakmp policy 1
hash md5
authentication pre-share crypto isakmp key Hello! address 192.1.114.218
crypto ipsec transform-set 3des-md5-tunnel esp-3des 3esp-md5-hmac
crypto map example 5 ipsec-isakmp
set peer 192.1.114.218
set transform-set 3des-md5-tunnel
match address 185
interface FastEthernet0
ip address 192.1.114.2 255.255.255.0
no ip mroute-cache
full-duplex
crypto map example
access-list 185 permit ip 192.1.113.0 0.0.0.255 host 192.1.114.218