I'm config access-list on Cisco Router and this information is not show with SNMP.
step 1 : Config access-list and [show access-list]!

step 2 : I use CISCO-ACL-MIB With "iReasoning MIB Browser" i'm connected to device and not get output from access-list.

*I use GNS3 and my Configration:
R1#show running-config Building configuration... Current configuration : 1684 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 no ip icmp rate-limit unreachable ! ip cef no ip domain lookup ! ! ip tcp synwait-time 5 ! interface FastEthernet0/0 ! interface FastEthernet0/1 ! serial restart-delay 0 ! interface Vlan1 ip address 172.16.98.63 255.255.255.0 ! router ospf 1 log-adjacency-changes network 10.0.0.0 0.255.255.255 area 1 ! no ip http server no ip http secure-server ! access-list 10 deny 10.0.0.0 0.255.255.255 access-list 122 deny icmp 10.0.0.0 0.255.255.255 host 1.1.1.24 echo-reply snmp-server community public RW no cdp log mismatch duplex ! control-plane ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 exec-timeout 0 0 privilege level 15 logging synchronous line vty 0 4 login ! ! end 