VPN
XSR(config)#crypto map acme 91
XSR(config)#crypto map acme 90
Configuring VPN at Interface Mode and Setting Up RIP
The following commands configure the LAN physical ports as follows: GigabitEthernet port 1 is designated Internal LAN, with the specified IP address/subnet as the designated network. GigabitEthernet port 2 is named VPN Cloud, assigned crypto map acme with associated ACLs, and directed not to transmit or receive RIP updates. Also, RIP routing and four IP routes are configured as well as a VPN interface for AAA service.
XSR(config)#interface gigabitethernet 1
XSR(config)#interface gigabitethernet 2
XSR(config)#interface vpn 57
XSR(config)#router rip
XSR(config)#ip route 0.0.0.0 0.0.0.0 112.16.244.9
XSR(config)#ip route 112.16.72.0/24 112.16.244.9
XSR(config)#ip route 112.16.76.0/24 112.16.244.7
XSR(config)#ip route 112.16.80.0/24 112.16.244.5
XSR Getting Started Guide