Peer Vpn Gateway Configuration; Ipsec Over Pppoe Between Secure Router And Cisco - Avaya 1000 Series Configuration Manual

Secure router
Hide thumbs Also See for 1000 Series:
Table of Contents

Advertisement

PPP Over Ethernet Client
ip negotiated
protocol pppoe
pppoe ethernet 0
ppp authentication pap sent-username test password test
exit
ip route 0.0.0.0 0.0.0.0 test 10
# IKE and IPSec policy configuration
crypto
ike policy test 2.2.2.2
local-id domain-name client.tasman.com
local-address 0.0.0.0
key testing12345
exit policy
ipsec policy test 2.2.2.2
match address 10.10.0.0 255.255.0.0 10.1.1.0
255.255.255.0
exit policy
exit crypto

Peer VPN Gateway configuration

#Corporate n/w interface configuration
interface ethernet 1
ip address 10.10.44.91 255.255.255.0
crypto trusted
exit ethernet
#internet interface configuration
interface bundle wan1
link t1 1
encapsulation ppp
ip address 2.2.2.2 24
crypto untrusted
exit
ip route 0.0.0.0 0.0.0.0 2.2.2.1 1
crypto
ike policy test 0.0.0.0
remote-id domain-name client.tasman.com
local-address 2.2.2.2
key testing12345
exit
ipsec policy test 0.0.0.0
match address 10.10.0.0 255.255.0.0 10.1.1.0
255.255.255.0
exit policy
exit crypto

IPSec over PPPoE between Secure router and Cisco

Note:
In this example, the Secure Router is configured as a PPPoE client.
290
Avaya Secure Router 1000 Series Configuration Guide
December 2010

Advertisement

Table of Contents
loading

Table of Contents