A network engineer configures an extended IPv4 Access Control List (ACL) on a Cisco IOS router interface with the following commands:
text
access-list 105 permit tcp 192.168.10.0 0.0.0.255 172.16.1.0 0.0.0.255 eq 22
access-list 105 permit icmp 192.168.10.0 0.0.0.255 172.16.1.0 0.0.0.255 echo
This ACL is applied in the inbound direction on interface GigabitEthernet0/1 (). Which two statements correctly describe how traffic entering interface GigabitEthernet0/1 is processed by this ACL?
- An SSH session initiated from host to destination host will be permitted.Cevap
- HTTP requests (TCP port 80) from host to host will be dropped because of the implicit deny clause.Cevap
- CHTTP requests (TCP port 80) from host to host will be forwarded normally because port 80 is not explicitly denied.
- DICMP echo reply packets returning from host back to host are permitted by the second entry of this ACL.
Cevap
SSH sessions to 172.16.1.10 are permitted by the explicit TCP port 22 permit statement, and HTTP requests to 172.16.1.10 are dropped due to the implicit deny at the end of the ACL.
The extended access list explicitly permits TCP packets destined for port 22 (SSH) originating from toward . Traffic on unlisted destination ports, such as HTTP port 80, does not match either permit rule and is filtered by the implicit deny any clause at the end of the ACL processing sequence.
Adım Adım Çözüm
Anahtar Kavram
Extended IPv4 Access Control List matching logic and the implicit deny clause
Tahmini Süre:1m 30s