Table Of Contents
Network Diagram Scalability Testbed and Configuration Files
Head-end VPN Router
Branch VPN Router—Frame Relay
Branch VPN Router—HDLC
Network Diagram Scalability Testbed and Configuration Files
This appendix contains configurations that were used during a V3PN performance and scalability evaluation based on the network illustrated in Figure A-1. Specific configurations address the following devices and supporting networking functions:
•
Head-end VPN Router
•
Branch VPN Router—Frame Relay
•
Branch VPN Router—HDLC
Figure A-1 V3PN Solution Testbed Diagram
Head-end VPN Router
The configuration below was taken from the Cisco 7200 VPN Router being used as a head-end. In this configuration, QoS was enabled on a separate WAN aggregation device, not on the same router terminating VPN tunnels.
As the configuration is extremely large in its entirety (due to the repetition involved to configure all 244 branches being terminated), repetitive commands were removed and noted.
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
no service password-encryption
boot system flash disk0:c7200-ik2s-mz.121-9.E.bin
logging buffered 65535 debugging
clock summer-time EDT recurring
ip ssh authentication-retries 3
xsm privilege configuration level 15
xsm privilege monitor level 1
crypto isakmp key bigsecret address 192.168.244.2
crypto isakmp key bigsecret address 192.168.242.2
crypto isakmp key bigsecret address 192.168.1.2
crypto ipsec transform-set vpn-test esp-3des esp-sha-hmac
crypto mib ipsec flowmib history tunnel size 200
crypto mib ipsec flowmib history failure size 200
crypto map static-map local-address FastEthernet1/0
crypto map static-map 1 ipsec-isakmp
set security-association lifetime seconds 86400
set transform-set vpn-test
match address vpn-static1
crypto map static-map 2 ipsec-isakmp
set security-association lifetime seconds 86400
set transform-set vpn-test
match address vpn-static2
crypto map static-map 244 ipsec-isakmp
set security-association lifetime seconds 86400
set transform-set vpn-test
match address vpn-static244
buffers small permanent 2048
buffers small max-free 10240
buffers small min-free 512
buffers middle permanent 2048
buffers middle max-free 10240
buffers middle min-free 512
buffers big permanent 2048
buffers big max-free 10240
buffers verybig permanent 2048
buffers verybig max-free 10240
buffers verybig min-free 512
buffers large permanent 2048
buffers large max-free 10240
buffers large min-free 512
buffers huge permanent 128
buffers huge max-free 512
ip address 10.57.2.255 255.255.255.255
ip address 10.62.1.197 255.255.255.252
ip summary-address eigrp 1 10.0.0.0 255.0.0.0 5
tunnel source 192.168.252.1
tunnel destination 192.168.1.2
ip address 10.62.2.197 255.255.255.252
ip summary-address eigrp 1 10.0.0.0 255.0.0.0 5
tunnel source 192.168.252.1
tunnel destination 192.168.2.2
ip address 10.63.130.193 255.255.255.252
ip summary-address eigrp 1 10.0.0.0 255.0.0.0 5
tunnel source 192.168.252.1
tunnel destination 192.168.244.2
interface FastEthernet0/0
description FastEthernet0/0
ip address 172.26.156.18 255.255.254.0
interface FastEthernet1/0
description FastEthernet1/0
ip address 192.168.252.1 255.255.255.0
interface FastEthernet1/1
description FastEthernet1/1
ip address 10.57.2.1 255.255.255.252
ip address 192.168.253.10 255.255.255.252
passive-interface FastEthernet0/0
passive-interface FastEthernet1/0
eigrp log-neighbor-changes
ip route 0.0.0.0 0.0.0.0 192.168.252.2
ip route 172.26.0.0 255.255.0.0 172.26.156.1
ip access-list extended vpn-static1
permit gre host 192.168.252.1 host 192.168.1.2
ip access-list extended vpn-static10
permit gre host 192.168.252.1 host 192.168.10.2
ip access-list extended vpn-static100
permit gre host 192.168.252.1 host 192.168.100.2
ip access-list extended vpn-static244
permit gre host 192.168.252.1 host 192.168.244.2
snmp-server community private RW
snmp-server community public RO
ntp clock-period 17179932
Branch VPN Router—Frame Relay
The configuration shown below is from a Cisco 2651 VPN Router that was configured for V3PN. The Layer-2 technology used in this case was Frame Relay at a 1280 Kbps link speed.
! No configuration change since last restart
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
no service password-encryption
logging buffered 32768 debugging
clock summer-time EDT recurring
ip audit po max-events 100
class-map match-all call-setup
class-map match-any mission-critical
class-map match-all voice
crypto isakmp key bigsecret address 192.168.252.1
crypto isakmp key bigsecret address 192.168.251.1
crypto ipsec transform-set vpn-test esp-3des esp-sha-hmac
crypto map static-map local-address Serial0/0.1
crypto map static-map 10 ipsec-isakmp
set transform-set vpn-test
match address vpn-static1
crypto map static-map 20 ipsec-isakmp
set transform-set vpn-test
match address vpn-static2
fax interface-type fax-mail
mta receive maximum-recipients 0
ip address 10.63.21.254 255.255.255.255
ip address 10.63.21.194 255.255.255.252
ip summary-address eigrp 1 10.63.21.0 255.255.255.0 5
tunnel source 192.168.181.2
tunnel destination 192.168.252.1
ip address 10.63.21.198 255.255.255.252
ip summary-address eigrp 1 10.63.21.0 255.255.255.0 5
tunnel source 192.168.181.2
tunnel destination 192.168.251.1
interface FastEthernet0/0
description FastEthernet0/0
ip address 172.26.157.181 255.255.254.0
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
frame-relay traffic-shaping
interface Serial0/0.1 point-to-point
ip address 192.168.181.2 255.255.255.252
frame-relay interface-dlci 101
interface FastEthernet0/1
description FastEthernet0/1
ip address 10.63.21.1 255.255.255.128
passive-interface Serial0/0
passive-interface Serial0/0.1
passive-interface FastEthernet0/1
eigrp log-neighbor-changes
ip default-gateway 192.168.181.1
ip route 0.0.0.0 0.0.0.0 192.168.181.1
ip route 10.63.21.200 255.255.255.255 10.63.21.2
ip access-list extended vpn-static1
permit gre host 192.168.181.2 host 192.168.252.1
ip access-list extended vpn-static2
permit gre host 192.168.181.2 host 192.168.251.1
map-class frame-relay 1280kb
no frame-relay adaptive-shaping
frame-relay mincir 1216000
service-policy output 1280kb
snmp-server engineID local 000000090200000628DBD3E0
snmp-server community private RW
snmp-server community public RO
ntp clock-period 17208540
Branch VPN Router—HDLC
The configuration shown below is from a Cisco 1751 VPN Router that was configured for V3PN. The Layer-2 technology used in this case was HDLC at an E1 link speed.
! No configuration change since last restart
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
no service password-encryption
logging buffered 65535 debugging
clock summer-time EDT recurring
ip audit po max-events 100
ip ssh authentication-retries 3
class-map match-all call-setup
class-map match-any mission-critical
class-map match-all voice
crypto isakmp key bigsecret address 192.168.251.1
crypto isakmp key bigsecret address 192.168.252.1
crypto ipsec transform-set vpn-test esp-3des esp-sha-hmac
crypto map static-map local-address Serial1/0
crypto map static-map 10 ipsec-isakmp
set transform-set vpn-test
match address vpn-static1
crypto map static-map 20 ipsec-isakmp
set transform-set vpn-test
match address vpn-static2
ip address 10.63.100.254 255.255.255.255
ip address 10.63.100.198 255.255.255.252
ip summary-address eigrp 1 10.63.100.0 255.255.255.0 5
tunnel source 192.168.236.2
tunnel destination 192.168.251.1
ip address 10.63.100.194 255.255.255.252
ip summary-address eigrp 1 10.63.100.0 255.255.255.0 5
tunnel source 192.168.236.2
tunnel destination 192.168.252.1
ip address 172.26.157.253 255.255.254.0
interface FastEthernet0/0
description FastEthernet0/0
ip address 10.63.100.1 255.255.255.128
ip address 192.168.236.2 255.255.255.252
service-policy output 2048kb
eigrp log-neighbor-changes
ip route 0.0.0.0 0.0.0.0 192.168.236.1
ip route 172.18.0.0 255.255.0.0 172.26.156.1
ip route 172.26.0.0 255.255.0.0 172.26.156.1
ip access-list extended vpn-static1
permit gre host 192.168.236.2 host 192.168.251.1
ip access-list extended vpn-static2
permit gre host 192.168.236.2 host 192.168.252.1
snmp-server engineID local 0000000902000003E38D8C20
snmp-server community private RW
snmp-server community public RO
ntp clock-period 17180765