CCNA • Practice Exam 61
Free CCNA practice exam — 20 questions with explanations. Set 61. No signup required.
You are connected to R1 via the console. An extended ACL named BLOCK_SMTP has been applied inbound on interface GigabitEthernet0/1, but users on the 192.168.10.0/24 network cannot send email to the SMTP server at 203.0.113.10. Additionally, the ACL is blocking all other traffic that should be permitted. Examine the running configuration and fix the ACL so that SMTP traffic (TCP port 25) from the 192.168.10.0/24 network to the SMTP server is permitted, and all other IP traffic is allowed.
R1# show running-config | section interface GigabitEthernet0/1
interface GigabitEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip access-group BLOCK_SMTP in
duplex auto
speed auto
!
R1# show access-lists BLOCK_SMTP
Extended IP access list BLOCK_SMTP
10 deny tcp any any eq 25
20 permit ip any anyR1# show running-config | section interface GigabitEthernet0/1
interface GigabitEthernet0/1
ip address 192.168.10.1 255.255.255.0
ip access-group BLOCK_SMTP in
duplex auto
speed auto
!
R1# show access-lists BLOCK_SMTP
Extended IP access list BLOCK_SMTP
10 deny tcp any any eq 25
20 permit ip any any