ACL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2007 12:07 PM - edited 03-03-2019 05:23 PM
how many types of ACLs are there?
can someone provide me good template to write an ACL?
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2007 12:20 PM
There are sereral types of ACLs, the most commonly used are standard ACLs and Extended ACLs.. and are apply many different ways depending on network topology and at what point you want to block or allow traffic to go throught.
Refer to this link
Examples of ACLs.
http://www.cisco.com/en/US/tech/tk648/tk361/technologies_configuration_example09186a0080100548.shtml
HTH
Jorge

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2007 12:25 PM
To start with there are 2 types:
Standard: ACL No. from 1 - 99
these acls are used to filter traffic from source.
Extended: Acl No. 100 - 199
these acls are used to filter traffic on the basis of source, destination & port No.
Standard: access-list 102 permit host x.x.x.x
Extended: access-list 102 permit tcp host x.x.x.x host x.x.x.x eq port No.
