This is an old revision of the document!
SNMP
MIB Browser - http://ireasoning.com/mibbrowser.shtml
SNMP v3
Cisco Config
snmp-server view MYVIEW iso included snmp-server group myGroupName_RO v3 priv read MYVIEW access 2 snmp-server user myUserName myGroupName _RO v3 auth sha pa$$word priv aes 128 myEncryptionKey! access 2
Note: the 'access 2' in above config refers to access list 2 - where the IP address of the client is detailed.
How to view the SNMP user details once configured
router#show snmp user User name: myUserName Engine ID: 500000000000000000000001 storage-type: nonvolatile active access-list: 2 Authentication Protocol: SHA Privacy Protocol: AES128 Group-name: myGroupName_RO