4-12
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 4 Access Rules
History for Access Rules
The following example denies traffic with EtherType 0x1256 but allows all others on both interfaces:
hostname(config)#
access-list nonIP ethertype deny 1256
hostname(config)#
access-list nonIP ethertype permit any
hostname(config)#
access-group ETHER in interface inside
hostname(config)#
access-group ETHER in interface outside
The following example uses object groups to permit specific traffic on the inside interface:
!
hostname (config)#
object-group service myaclog
hostname (config-service)#
service-object tcp source range 2000 3000
hostname (config-service)#
service-object tcp source range 3000 3010 destinatio$
hostname (config-service)#
service-object ipsec
hostname (config-service)#
service-object udp destination range 1002 1006
hostname (config-service)#
service-object icmp echo
hostname(config)#
access-list outsideacl extended permit object-group myaclog interface
inside any
History for Access Rules
Feature Name
Platform
Releases
Description
Interface access rules
7.0(1)
Controlling network access through the ASA using ACLs.
We introduced the following command:
access-group
.
Global access rules
8.3(1)
Global access rules were introduced.
We modified the following command:
access-group.
Support for Identity Firewall
8.4(2)
You can now use identity firewall users and groups for the
source and destination. You can use an identity firewall
ACL with access rules, AAA rules, and for VPN
authentication.
We modified the following commands:
access-list
extended
.
EtherType ACL support for IS-IS traffic
8.4(5), 9.1(2)
In transparent firewall mode, the ASA can now pass IS-IS
traffic using an EtherType ACL.
We modified the following command:
access-list ethertype
{
permit
|
deny
}
isis
.
Support for TrustSec
9.0(1)
You can now use TrustSec security groups for the source
and destination. You can use an identity firewall ACL with
access rules.
We modified the following commands:
access-list
extended
.
Содержание 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 ...