13-34
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 13 Inspection of Basic Internet Protocols
IPv6 Inspection
Configure IPv6 Inspection
IPv6 inspection is not enabled by default. You must configure it if you want IPv6 inspection.
Procedure
Step 1
Configure an IPv6 Inspection Policy Map, page 13-34
Step 2
Configure the IPv6 Inspection Service Policy, page 13-35
.
Configure an IPv6 Inspection Policy Map
To identify extension headers to drop or log, or to disable packet verification, create an IPv6 inspection
policy map to be used by the service policy.
Procedure
Step 1
Create an IPv6 inspection policy map.
hostname(config)#
policy-map type inspect ipv6
policy_map_name
hostname(config-pmap)#
Where the
policy_map_name
is the name of the policy map. The CLI enters policy-map configuration
mode.
Step 2
(Optional) Add a description to the policy map.
hostname(config-pmap)#
description
string
Step 3
(Optional) Drop or log traffic based on the headers in IPv6 messages.
a.
Identify the traffic based on the IPv6 header.
hostname(config-pmap)#
match header
type
Where type is one of the following:
•
ah
—Matches the IPv6 Authentication extension header.
•
count gt
number
—Specifies the maximum number of IPv6 extension headers, from 0 to 255.
•
destination-option
—Matches the IPv6 destination-option extension header.
•
esp
—Matches the IPv6 Encapsulation Security Payload (ESP) extension header.
•
fragment
—Matches the IPv6 fragment extension header.
•
hop-by-hop
—Matches the IPv6 hop-by-hop extension header.
•
routing-address count gt
number
—Sets the maximum number of IPv6 routing header type 0
addresses, greater than a number between 0 and 255.
•
routing-type
{
eq
|
range
}
number
—Matches the IPv6 routing header type, from 0 to 255. For
a range, separate values by a space, for example,
30 40
.
b.
Specify the action to perform on matching packets. You can drop the packet and optionally log it,
or just log it. If you do not enter an action, the packet is logged.
hostname(config-pmap)# {
drop
[
log
] |
log
}
Содержание ASA 5508-X
Страница 11: ...P A R T 1 Access Control ...
Страница 12: ......
Страница 60: ...4 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 4 Access Rules History for Access Rules ...
Страница 157: ...P A R T 2 Network Address Translation ...
Страница 158: ......
Страница 204: ...9 46 Cisco ASA Series Firewall CLI Configuration Guide Chapter 9 Network Address Translation NAT History for NAT ...
Страница 232: ...10 28 Cisco ASA Series Firewall CLI Configuration Guide Chapter 10 NAT Examples and Reference DNS and NAT ...
Страница 233: ...P A R T 3 Service Policies and Application Inspection ...
Страница 234: ......
Страница 379: ...P A R T 4 Connection Management and Threat Detection ...
Страница 380: ......
Страница 400: ...16 20 Cisco ASA Series Firewall CLI Configuration Guide Chapter 16 Connection Settings History for Connection Settings ...
Страница 414: ...17 14 Cisco ASA Series Firewall CLI Configuration Guide Chapter 17 Quality of Service History for QoS ...