Hi all,
I am trying to prepare for SCP exam and I had confused about a question concern access list topic as below:
Refer to the following configuration snippet of a Cisco IOS router:
snmp-server community private RO 60
snmp-server host 192.168.15.4 private
access-list 60deny 192.168.12.0 255.255.240.0
access-list 60 permit snmp 192.168.15.4
The network management system (NMS) IP address is 192.168.15.4, and it is receiving
SNMP traps from the router, but it is not able to poll the router.
Why is the NMS unable to poll the router?
A. SNMP is not enabled on the router.
B. No public community string is configureD.
C. The access-list is denying SNMP access from the NMS.
D. The NMS requires a read-write community string.
the answer is C ... but I see command that said '' access-list 60 permit snmp 192.168.15.4 '' in router configuration and that's mean snmp its already permitted and router accepted snmp traps also !! so why router deny the poll from NMS ? and why the answer is C?
Thanks for prompt reply 