Could you help me and look these running configs over for improvements
This is my first attempt (successful?)at ASA configuration
Everything seems to work great except the tunnel is only transferring at 220-230Kbps
ASA #1 is a 5510 8.2(2)
Inside 10.0.0.0/24
Ouside Bonded T1 speed tests good consistent @ 2-2.5Mbps
ASA #2 is a 5505 8.2(2)
Inside 10.0.6.0/24
Outside Fiber speed tests good @ 1Mbps up and 10 Mbps down
Tested VPN afterhours with no users on network
ASA #1 5510
: Saved
:
ASA Version 8.2(2)
!
hostname xxxxTull
domain-name xxxxx
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxxxxx encrypted
names
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 12.xxx.xxx.194 255.255.255.248
!
interface Ethernet0/1
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet0/2
nameif inside
security-level 100
ip address 10.0.0.4 255.255.255.0
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
management-only
!
ftp mode passive
dns server-group DefaultDNS
domain-name xxxxxxx
access-list outside_access_in extended permit tcp any host 12.xxx.xxx.194 eq xxxxxx
access-list Tull-to-Atl extended permit ip 10.0.0.0 255.255.255.0 10.0.6.0 255.255.255.0
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list Tull-to-Atl
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface xxxx 10.0.0.21 xxxxx netmask 255.255.255.255
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 12.xxx.xxx.193 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable 447
http 192.168.1.0 255.255.255.0 management
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set UpComTull esp-3des esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto map tullahoma 10 match address Tull-to-Atl
crypto map tullahoma 10 set peer 69.xxx.xxx.33
crypto map tullahoma 10 set transform-set UpComTull
crypto map tullahoma 10 set security-association lifetime seconds 36000
crypto map tullahoma interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh xxx.xxx.xxx.xxx 255.255.255.255 outside
ssh xxx.xxx.xxx.xxx 255.255.255.0 outside
ssh 10.0.6.0 255.255.255.0 inside
ssh 10.0.0.0 255.255.255.0 inside
ssh timeout 20
console timeout 0
dhcpd dns 10.0.0.20 10.0.0.4
!
dhcpd address 10.0.0.100-10.0.0.199 inside
dhcpd enable inside
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username xxxxxxx password xxxxxxxxx encrypted privilege 15
tunnel-group 69.xxx.xxx.33 type ipsec-l2l
tunnel-group 69.xxx.xxx.33 ipsec-attributes
pre-shared-key *****
isakmp keepalive threshold 15 retry 10
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:94bb9620a1c9640cf52c2a6df8736cec
: end
ASA #2 5505
: Saved
:
ASA Version 8.2(2)
!
hostname xxxxxxxAtl
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxx encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 10.0.6.4 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 69.xxx.xxx.33 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
access-list ATL-to-Tull extended permit ip 10.0.6.0 255.255.255.0 10.0.0.0 255.255.255.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list ATL-to-Tull
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 69.xxx.xxx.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable 447
http 192.168.1.0 255.255.255.0 inside
http 10.0.6.0 255.255.255.0 inside
http xxx.xxx.xxx.xxx 255.255.255.255 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set UpComAtl esp-3des esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto map atlanta 10 match address ATL-to-Tull
crypto map atlanta 10 set peer 12.xxx.xxx.194
crypto map atlanta 10 set transform-set UpComAtl
crypto map atlanta 10 set security-association lifetime seconds 36000
crypto map atlanta interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
client-update enable
telnet timeout 5
ssh 10.0.6.0 255.255.255.0 inside
ssh 10.0.0.0 255.255.255.0 inside
ssh xxx.xxx.xxx.xxx 255.255.255.255 outside
ssh xxx.xxx.xxx.xxx 255.255.255.0 outside
ssh timeout 20
console timeout 0
dhcpd auto_config outside
!
dhcpd address 10.0.6.100-10.0.6.119 inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username xxxxxxxx password xxxxxxxxxxxx encrypted privilege 15
tunnel-group 12.xxx.xxx.194 type ipsec-l2l
tunnel-group 12.xxx.xxx.194 ipsec-attributes
pre-shared-key *****
isakmp keepalive threshold 15 retry 10
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:4be6288ae37f2642219ee8a6fb1a2cf6
: end
This is my first attempt (successful?)at ASA configuration
Everything seems to work great except the tunnel is only transferring at 220-230Kbps
ASA #1 is a 5510 8.2(2)
Inside 10.0.0.0/24
Ouside Bonded T1 speed tests good consistent @ 2-2.5Mbps
ASA #2 is a 5505 8.2(2)
Inside 10.0.6.0/24
Outside Fiber speed tests good @ 1Mbps up and 10 Mbps down
Tested VPN afterhours with no users on network
ASA #1 5510
: Saved
:
ASA Version 8.2(2)
!
hostname xxxxTull
domain-name xxxxx
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxxxxx encrypted
names
!
interface Ethernet0/0
nameif outside
security-level 0
ip address 12.xxx.xxx.194 255.255.255.248
!
interface Ethernet0/1
shutdown
no nameif
no security-level
no ip address
!
interface Ethernet0/2
nameif inside
security-level 100
ip address 10.0.0.4 255.255.255.0
!
interface Ethernet0/3
shutdown
no nameif
no security-level
no ip address
!
interface Management0/0
nameif management
security-level 100
ip address 192.168.1.1 255.255.255.0
management-only
!
ftp mode passive
dns server-group DefaultDNS
domain-name xxxxxxx
access-list outside_access_in extended permit tcp any host 12.xxx.xxx.194 eq xxxxxx
access-list Tull-to-Atl extended permit ip 10.0.0.0 255.255.255.0 10.0.6.0 255.255.255.0
pager lines 24
logging asdm informational
mtu outside 1500
mtu inside 1500
mtu management 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list Tull-to-Atl
nat (inside) 1 0.0.0.0 0.0.0.0
static (inside,outside) tcp interface xxxx 10.0.0.21 xxxxx netmask 255.255.255.255
access-group outside_access_in in interface outside
route outside 0.0.0.0 0.0.0.0 12.xxx.xxx.193 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable 447
http 192.168.1.0 255.255.255.0 management
http 10.0.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set UpComTull esp-3des esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto map tullahoma 10 match address Tull-to-Atl
crypto map tullahoma 10 set peer 69.xxx.xxx.33
crypto map tullahoma 10 set transform-set UpComTull
crypto map tullahoma 10 set security-association lifetime seconds 36000
crypto map tullahoma interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
telnet timeout 5
ssh xxx.xxx.xxx.xxx 255.255.255.255 outside
ssh xxx.xxx.xxx.xxx 255.255.255.0 outside
ssh 10.0.6.0 255.255.255.0 inside
ssh 10.0.0.0 255.255.255.0 inside
ssh timeout 20
console timeout 0
dhcpd dns 10.0.0.20 10.0.0.4
!
dhcpd address 10.0.0.100-10.0.0.199 inside
dhcpd enable inside
!
dhcpd address 192.168.1.2-192.168.1.254 management
dhcpd enable management
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username xxxxxxx password xxxxxxxxx encrypted privilege 15
tunnel-group 69.xxx.xxx.33 type ipsec-l2l
tunnel-group 69.xxx.xxx.33 ipsec-attributes
pre-shared-key *****
isakmp keepalive threshold 15 retry 10
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:94bb9620a1c9640cf52c2a6df8736cec
: end
ASA #2 5505
: Saved
:
ASA Version 8.2(2)
!
hostname xxxxxxxAtl
enable password xxxxxxxxxx encrypted
passwd xxxxxxxxx encrypted
names
!
interface Vlan1
nameif inside
security-level 100
ip address 10.0.6.4 255.255.255.0
!
interface Vlan2
nameif outside
security-level 0
ip address 69.xxx.xxx.33 255.255.255.0
!
interface Ethernet0/0
switchport access vlan 2
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Ethernet0/4
!
interface Ethernet0/5
!
interface Ethernet0/6
!
interface Ethernet0/7
!
ftp mode passive
access-list ATL-to-Tull extended permit ip 10.0.6.0 255.255.255.0 10.0.0.0 255.255.255.0
pager lines 24
logging asdm informational
mtu inside 1500
mtu outside 1500
icmp unreachable rate-limit 1 burst-size 1
no asdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 0 access-list ATL-to-Tull
nat (inside) 1 0.0.0.0 0.0.0.0
route outside 0.0.0.0 0.0.0.0 69.xxx.xxx.1 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
timeout tcp-proxy-reassembly 0:01:00
dynamic-access-policy-record DfltAccessPolicy
aaa authentication ssh console LOCAL
http server enable 447
http 192.168.1.0 255.255.255.0 inside
http 10.0.6.0 255.255.255.0 inside
http xxx.xxx.xxx.xxx 255.255.255.255 outside
no snmp-server location
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
crypto ipsec transform-set UpComAtl esp-3des esp-md5-hmac
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto map atlanta 10 match address ATL-to-Tull
crypto map atlanta 10 set peer 12.xxx.xxx.194
crypto map atlanta 10 set transform-set UpComAtl
crypto map atlanta 10 set security-association lifetime seconds 36000
crypto map atlanta interface outside
crypto isakmp identity address
crypto isakmp enable outside
crypto isakmp policy 10
authentication pre-share
encryption aes
hash sha
group 2
lifetime 86400
client-update enable
telnet timeout 5
ssh 10.0.6.0 255.255.255.0 inside
ssh 10.0.0.0 255.255.255.0 inside
ssh xxx.xxx.xxx.xxx 255.255.255.255 outside
ssh xxx.xxx.xxx.xxx 255.255.255.0 outside
ssh timeout 20
console timeout 0
dhcpd auto_config outside
!
dhcpd address 10.0.6.100-10.0.6.119 inside
dhcpd enable inside
!
threat-detection basic-threat
threat-detection statistics access-list
no threat-detection statistics tcp-intercept
webvpn
username xxxxxxxx password xxxxxxxxxxxx encrypted privilege 15
tunnel-group 12.xxx.xxx.194 type ipsec-l2l
tunnel-group 12.xxx.xxx.194 ipsec-attributes
pre-shared-key *****
isakmp keepalive threshold 15 retry 10
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map type inspect dns preset_dns_map
parameters
message-length maximum client auto
message-length maximum 512
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
!
service-policy global_policy global
prompt hostname context
Cryptochecksum:4be6288ae37f2642219ee8a6fb1a2cf6
: end