13-9
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 13 Troubleshooting Connections and Resources
Testing Your Configuration
The
global
keyword applies the policy map to all interfaces, and
interface
applies the policy to one
interface. Only one global policy is allowed. You can override the global policy on an interface by
applying a service policy to that interface. You can only apply one policy map to each interface.
Step 5
Increase the rate limit on ICMP Unreachable messages so that the ASA will appear on trace route output.
icmp unreachable rate-limit
rate
burst-size
size
Example
hostname(config)# icmp unreachable rate-limit 50 burst-size 1
The rate limit can be 1-100, with 1 being the default. The burst size is meaningless, but must be 1-10.
Example
The following example decrements TTL for all traffic globally and increase the ICMP unreachable limit
to 50.
hostname(config)#
class-map global-policy
hostname(config-cmap)#
match any
hostname(config-cmap)#
exit
hostname(config)#
policy-map global_policy
hostname(config-pmap)#
class global-policy
hostname(config-pmap-c)#
set connection decrement-ttl
hostname(config-pmap-c)#
exit
hostname(config)#
icmp unreachable rate-limit 50 burst-size 6
Determine Packet Routes
Use Traceroute to help you to determine the route that packets will take to their destination. A traceroute
works by sending UDP packets to a destination on an invalid port. Because the port is not valid, the
routers along the way to the destination respond with an ICMP Time Exceeded Message, and report that
error to the ASA.
The traceroute shows the result of each probe sent. Every line of output corresponds to a TTL value in
increasing order. The following table explains the output symbols.
Output Symbol
Description
*
No response was received for the probe within the timeout period.
nn
msec
For each node, the round-trip time (in milliseconds) for the specified number of
probes.
!N.
ICMP network unreachable.
!H
ICMP host unreachable.
!P
ICMP unreachable.
!A
ICMP administratively prohibited.
?
Unknown ICMP error.
Содержание ASA 5512-X
Страница 5: ...P A R T 1 Service Policies and Access Control ...
Страница 6: ......
Страница 50: ...3 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 3 Access Rules History for Access Rules ...
Страница 51: ...P A R T 2 Network Address Translation ...
Страница 52: ......
Страница 126: ...5 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 5 NAT Examples and Reference DNS and NAT ...
Страница 127: ...P A R T 3 Application Inspection ...
Страница 128: ......
Страница 255: ...P A R T 4 Connection Settings and Quality of Service ...
Страница 256: ......
Страница 288: ...12 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 12 Quality of Service History for QoS ...
Страница 303: ...P A R T 5 Advanced Network Protection ...
Страница 304: ......
Страница 339: ...P A R T 6 ASA Modules ...
Страница 340: ......
Страница 398: ...17 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 17 ASA CX Module History for the ASA CX Module ...