December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to enable SNMPv3 on your router for security purposes.
SNMPv3 supports three modes of operation, each with different security features. These modes are summarized in Table 17-1. The following configuration commands enable SNMPv3 with no authentication and no encryption services (noAuthNoPriv):
Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#snmp-server viewTESTV3mib-2 includeRouter(config)#snmp-server groupNOTSAFEv3 noauth readRouter(config)#TESTV3snmp-server userWEAK NOTSAFEv3Router(config)#endRouter#
Use the following configuration commands to enable SNMPv3 with MD5 authentication and no encryption services (authNoPriv):
Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#snmp-server viewTESTV3mib-2 includeRouter(config)#snmp-server groupORAROV3v3 auth readRouter(config)#TESTV3snmp-server usercking ORAROV3v3 auth md5daytona19yRouter(config)#endRouter#
And you can enable SNMPv3 with MD5 authentication and DES encryption services (authPriv) as follows:
Router#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router(config)#snmp-server viewTESTV3mib-2 includeRouter(config)#snmp-server groupORAROV3v3 auth readRouter(config)#TESTV3snmp-server userbpugsley ORAROV3v3 auth md5hockeyrulespriv des56Router(config)#shortguyendRouter#
At the time of writing this book, the IETF had ...
Read now
Unlock full access