![Cisco ASA 5508-X Configuration Manual Download Page 58](http://html.mh-extra.com/html/cisco/asa-5508-x/asa-5508-x_configuration-manual_63708058.webp)
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
.
Summary of Contents for ASA 5508-X
Page 11: ...P A R T 1 Access Control ...
Page 12: ......
Page 157: ...P A R T 2 Network Address Translation ...
Page 158: ......
Page 233: ...P A R T 3 Service Policies and Application Inspection ...
Page 234: ......
Page 379: ...P A R T 4 Connection Management and Threat Detection ...
Page 380: ......