Access control list (ACL) is a list of permissions attached to an object. An ACL specifies which users or system processes are granted access to objects, as well as what operations are allowed on given objects or you can say for each rule we have two conditions and that is Permit or Deny.
Access List |
Access-list (ACL) is a set of rules defined for controlling the network traffic and reducing network attack. ACLs are used to filter traffic based on the set of rules defined for the incoming or out going of the network.
Types of ACL:
- Standard Access List:
- Extended Access List:
Standard Access List-
These are the Access-list which are made using the source IP address only. These ACLs permit or deny the entire protocol suite. They don’t distinguish between the IP traffic such as TCP, UDP, Https etc. By using numbers 1-99 or 1300-1999, router will understand it as a standard ACL and the specified address as source IP address.
Extended Access List-
These are the ACL which uses both source and destination IP address. In these type of ACL, we can also mention which IP traffic should be allowed or denied. These use range 100-199 and 2000-2699.
There are two categories of Access List which is below:
Numbered access list-
The access list which cannot be deleted specifically once created i.e if we want to remove any rule from an Access-list then this is not permitted in the case of numbered access list. If we try to delete a rule from access list then the whole access list will be deleted. The numbered access list can be used with both standard and extended access list.
Named access list-
In these type an access list name is assigned to identify an access list. It is allowed to delete a named access list unlike numbered access list. Like numbered access list, these can be used with both standard and extended access list.
Features of Access List:
- The set of rules defined are matched serial wise, E.g. matching starts with the first line, then 2nd, then 3rd and so forth.
- Defined Packets are matched once and until it matches the given rule. Once a rule is matched then no further comparison takes place and that rule will be performed.
- There is an implicit deny at the end of every ACL, E.g., if no condition or rule matches then the packet will be discarded.
The access-list should be applied to inbound or outbound of the interface:
Inbound access lists – When an access list is applied on inbound packets of the interface then first the packets will processed according to the access list and then routed to the outbound interface.
Outbound access lists – When an access list is applied on outbound packets of the interface then first the packet will be routed and then processed at the outbound interface.
Inbound access lists – When an access list is applied on inbound packets of the interface then first the packets will processed according to the access list and then routed to the outbound interface.
Outbound access lists – When an access list is applied on outbound packets of the interface then first the packet will be routed and then processed at the outbound interface.
Advantage of Access List:
- It Improve network performance.
- It Provides an security as administrator can configure the access list according to the needs and deny the unwanted packets from entering the network.
- ACL Provides control over the traffic as it can permit or deny according to the need of network.
Comments
Post a Comment