Netgear FVS318v1 – Prosafe Wireless N VPN Firewall Manual De Referência

Página de 222
Reference Manual for the Model FVS318 Broadband  ProSafe VPN Firewall 
F-6
NETGEAR VPN Configuration FVS318 or FVM318 to Cisco IOS
M-10146-01
The following is an example Cisco ISO Configuration file.
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname centralrouter
!
logging buffered 4096 debugging
enable secret 5 $1$8rrD$L9v.3jriubHGCQn3Vuw.Y1
!
username all
memory-size iomem 20
mmi polling-interval 60
no mmi auto-configure
no mmi pvc
mmi snmp-timeout 180
ip subnet-zero
no ip source-route
!
!
!
crypto isakmp policy 1
 encr 3des
 authentication pre-share
 group 5
 lifetime 28800
crypto isakmp key hr5xb84l6aa9r6 address 14.15.16.17
!
!
crypto ipsec transform-set netgearmap esp-3des esp-sha-hmac
!
crypto map netgearmap 10 ipsec-isakmp
 description vpn tunnel to netgear firewall router
 set peer 14.15.16.17
 set transform-set netgear
 set pfs group5
 match address 115
!
!
!
!