Enterasys Networks Security Router X-PeditionTM User Manual

Page 365

Advertising
background image

Configuration Examples

XSR User’s Guide 14-43

XSR(config-if<F2>)#ip address 63.81.64.200 255.255.255.0
XSR(config-if<F2>)#no shutdown

7.

Add a VPN point-to-point GRE interface with a heartbeat of nine seconds, enable XSR3250A
to
initiate an outbound tunnel (

set active

command), set the IP address of the remote VPN

gateway (63.81.64.100), and redirect all multicast packets to a unicast address:

XSR(config)#interface vpn1 point-to-point
XSR(config-int-vpn)#ip multicast-redirect 192.168.1.2
XSR(config-int-vpn)#tunnel “XSR3000A”
XSR(config-tms-tunnel)#set protocol gre
XSR(config-tms-tunnel)#set active
XSR(config-tms-tunnel)#set peer 63.81.64.100
XSR(config-tms-tunnel)#set heartbeat 3 3
XSR(config-tms-tunnel)#ip address 192.168.1.1 255.255.255.0
XSR(config-tms-tunnel)#ip ospf dead-interval 4
XSR(config-tms-tunnel)#ip ospf hello-interval 1
XSR(config-tms-tunnel)#ip ospf cost 100

8.

Configure a default static route to the next hop Internet router:

XSR(config)#ip route 0.0.0.0 0.0.0.0 63.81.64.1

9.

Enable OSPF on the trusted and VPN interfaces:

XSR(config)#router ospf 1
XSR(config-router)#network 172.16.84.0 0.0.0.255 area 0.0.0.0
XSR(config-router)#network 192.168.1.0 0.0.0.255 area 0.0.0.0

Advertising