3-12
Cisco ASA Series Firewall CLI Configuration Guide
Chapter 3 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 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 ...