InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which Traffic Is Not Filtered By Acl? |
|
Answer» TRAFFIC that is generated by the router itself, ACL is GOING to FILTER only transit traffic. Traffic that is generated by the router itself, ACL is going to filter only transit traffic. |
|
| 2. |
What Is The Default Action Of Acl, If No Condition Matches In Acl? |
|
Answer» Drop traffic. |
|
| 3. |
What Is The Difference Between Access-group And Access-class Command? |
| Answer» | |
| 4. |
What Is The Difference Between Ipv4 Acl And Ipv6 Acl? |
| Answer» | |
| 5. |
What Is The Difference Between Numbered Acl And Named Acl? |
| Answer» | |
| 6. |
What Is The Difference Between Standard Acl And Extended Acl? |
Answer»
|
|
| 7. |
What Are The Advantages Of Extended Acl? |
| Answer» | |
| 8. |
What Are The Advantages Of Standard Acl? |
| Answer» | |
| 9. |
How Many Access-lists Can Be Created On The Router? |
| Answer» | |
| 10. |
What Is The Default Wildcard Mask For Access-list? |
|
Answer» DEFAULT WILD CARD MASK for Access-List is 0.0.0.0 Default Wild Card Mask for Access-List is 0.0.0.0 |
|
| 11. |
What Is The Function Of Access-list? |
|
Answer» Access-List is going to FILTER INCOMING as WELL as OUTGOING traffic on the ROUTER interface. Access-List is going to filter incoming as well as outgoing traffic on the router interface. |
|
| 12. |
What Is At The End Of Each Access List? |
|
Answer» At the end of each ACCESS list, there is an IMPLICIT deny statement denying any PACKET for which the match has not been found in the access list. At the end of each access list, there is an implicit deny statement denying any packet for which the match has not been found in the access list. |
|
| 13. |
How Access Lists Are Processed? |
|
Answer» Access lists are processed in sequential, logical order, evaluating packets from the top down, ONE statement at a time. As soon as a match is made, the permit or DENY option is APPLIED, and the PACKET is not evaluated against any more access list statements. Because of this, the order of the statements within any access list is SIGNIFICANT. There is an implicit “deny” at the end of each access list which means that if a packet does not match the condition on any of the lines in the access list, the packet will be discarded. Access lists are processed in sequential, logical order, evaluating packets from the top down, one statement at a time. As soon as a match is made, the permit or deny option is applied, and the packet is not evaluated against any more access list statements. Because of this, the order of the statements within any access list is significant. There is an implicit “deny” at the end of each access list which means that if a packet does not match the condition on any of the lines in the access list, the packet will be discarded. |
|
| 14. |
How Many Access Lists Can Be Applied To An Interface On A Cisco Router? |
|
Answer» We can ASSIGN only ONE access LIST per interface per protocol per direction which means that when creating an IP access lists, we can have only one inbound access list and one outbound access list per interface. Multiple access lists are permitted per interface, but they must be for a DIFFERENT protocol. We can assign only one access list per interface per protocol per direction which means that when creating an IP access lists, we can have only one inbound access list and one outbound access list per interface. Multiple access lists are permitted per interface, but they must be for a different protocol. |
|
| 15. |
Difference Between #sh Access-list Command And #sh Run Access-list Command? |
| Answer» | |
| 16. |
Difference Between Inbound Access-list And Outbound Access-list? |
|
Answer» When an access-list is APPLIED to inbound PACKETS on INTERFACE, those packets are first processed through ACL and then routed. Any packets that are denied won’t be routed. When an access-list is applied to OUTBOUND packets on interface, those packets are first routed to outbound interface and than processed through ACL. When an access-list is applied to inbound packets on interface, those packets are first processed through ACL and then routed. Any packets that are denied won’t be routed. When an access-list is applied to outbound packets on interface, those packets are first routed to outbound interface and than processed through ACL. |
|
| 17. |
In Which Directions We Can Apply An Access List? |
|
Answer» We can APPLY access list in TWO directions:-
We can apply access list in two directions:- |
|
| 18. |
How To Permit Or Deny Specific Host In Acl? |
|
Answer» 1. USING a wildcard mask "0.0.0.0" EXAMPLE: - 192.168.1.1 0.0.0.0 or 2. Using keyword "Host" Example: - Host 192.168.1.1 1. Using a wildcard mask "0.0.0.0" Example: - 192.168.1.1 0.0.0.0 or 2. Using keyword "Host" Example: - Host 192.168.1.1 |
|
| 19. |
What Is Wildcard Mask? |
|
Answer» Wildcard MASK is used with ACL to specify an individual hosts, a network, or a range of network. WHENEVER a zero is present, it indicates that octet in the address must match the corresponding REFERENCE exactly. Whenever a 255 is present, it indicates those octets NEED not to be evaluated. Wildcard Mask is completely opposite to subnet mask. Example:- For /24
Wildcard mask is used with ACL to specify an individual hosts, a network, or a range of network. Whenever a zero is present, it indicates that octet in the address must match the corresponding reference exactly. Whenever a 255 is present, it indicates those octets need not to be evaluated. Wildcard Mask is completely opposite to subnet mask. Example:- For /24 |
|
| 20. |
Explain Named Acl And Its Advantages Over Number Acl? |
|
Answer» It is just ANOTHER WAY of creating Standard and Extended ACL. In Named ACL names are given to identify access-list. It has following advantage over Number ACL - In Name ACL we can give sequence number which means we can insert a NEW statement in middle of ACL. Example:-
It is just another way of creating Standard and Extended ACL. In Named ACL names are given to identify access-list. It has following advantage over Number ACL - In Name ACL we can give sequence number which means we can insert a new statement in middle of ACL. Example:- |
|
| 21. |
Explain Extended Access List? |
|
Answer» Extended Access List filters the network traffic based on the SOURCE IP ADDRESS, Destination IP address, Protocol Field in the Network layer, Port NUMBER field at the Transport layer. Extended Access List ranges from 100 to 199, In expanded range 2000-2699. Extended Access List should be PLACED as close to source as possible. Since extended access list filters the traffic based on specific addresses (Source IP, Destination IP) and protocols we don’t want our traffic to traverse the entire network just to be denied wasting the bandwidth. Example:-
Extended Access List filters the network traffic based on the Source IP address, Destination IP address, Protocol Field in the Network layer, Port number field at the Transport layer. Extended Access List ranges from 100 to 199, In expanded range 2000-2699. Extended Access List should be placed as close to source as possible. Since extended access list filters the traffic based on specific addresses (Source IP, Destination IP) and protocols we don’t want our traffic to traverse the entire network just to be denied wasting the bandwidth. Example:- |
|
| 22. |
Explain Standard Access List? |
|
Answer» Standard Access List examines only the source IP ADDRESS in an IP packet to PERMIT or deny that packet. It cannot match other field in the IP packet. Standard Access List can be created using the access-list numbers 1-99 or in the expanded RANGE of 1300-1999. Standard Access List must be applied close to destination. As we are filtering based only on source address, if we put the standard access-list close to the source host or network than NOTHING would be forwarded from source. Example:-
Standard Access List examines only the source IP address in an IP packet to permit or deny that packet. It cannot match other field in the IP packet. Standard Access List can be created using the access-list numbers 1-99 or in the expanded range of 1300-1999. Standard Access List must be applied close to destination. As we are filtering based only on source address, if we put the standard access-list close to the source host or network than nothing would be forwarded from source. Example:- |
|
| 23. |
What Are Different Types Of Acl? |
|
Answer» There are TWO main TYPES of ACCESS lists:- There are two main types of Access lists:- |
|
| 24. |
What Is Acl? |
|
Answer» Access Control List is a packet FILTERING METHOD that FILTERS the IP PACKETS based on source and destination address. It is a set of rules and conditions that PERMIT or deny IP packets to exercise control over network traffic. Access Control List is a packet filtering method that filters the IP packets based on source and destination address. It is a set of rules and conditions that permit or deny IP packets to exercise control over network traffic. |
|