Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


access-list cisco IP Called ACLs

Jul 26,2009 by alperen

image

IP Called ACLs

IP called ACLs were alien in Cisco IOS Software Release 11.2. This allows accepted and continued ACLs to be accustomed names instead of numbers.

This is the command syntax architecture for IP called ACLs.

ip access-list {extended|standard} name

This is a TCP example:

permit|deny tcp antecedent source-wildcard [operator [port]]

destination destination-wildcard [operator [port]] [established]

[precedence precedence] [tos tos] [log] [time-range time-range-name]

This is an archetype of the use of a called ACL in adjustment to block all cartage except the Telnet affiliation from host 10.1.1.2 to host 172.16.1.1.

interface Ethernet0/0

ip abode 10.1.1.1 255.255.255.0

ip access-group in_to_out in

ip access-list continued in_to_out

admittance tcp host 10.1.1.2 host 172.16.1.1 eq telnet


364 times read

Related news

» Types of IP ACLs access-list cisco
by alperen posted on Jul 26,2009
» IP-ICMP-TCP-UDP access-list cisco
by alperen posted on Jul 26,2009
» Lock and Key (Dynamic ACLs) access-list cisco
by alperen posted on Jul 26,2009
» Turbo ACLs access-list cisco
by alperen posted on Jul 26,2009
» Reflexive ACLs access-list cisco
by alperen posted on Jul 26,2009
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author