Difference between revisions of "Netband Project - SNMPv3"
From Teknologisk videncenter
Line 1: | Line 1: | ||
− | <accesscontrol>NetBand</accesscontrol> | + | <accesscontrol>NetBand</accesscontrol> This page is part of the [[Netband%20Project|Netband Project]]<br> |
− | This page is part of the [[ | ||
− | |||
− | |||
− | |||
− | + | *<span>provides secure <span style="cursor: help;" onmouseout="UnTip()" onmouseover="TagToTip('access')">access</span> to devices by authenticating and encrypting packets over the network.</span> | |
− | </ | ||
− | < | ||
− | + | {| cellspacing="1" cellpadding="1" border="1" width="500" | |
− | Engine ID: 800000090300001BD40F8AA4 | + | |- |
− | storage-type: nonvolatile | + | | v3 <br> |
− | Authentication Protocol: SHA | + | | noAuthNoPriv<br> |
− | Privacy Protocol: DES | + | | Username<br> |
+ | | no<br> | ||
+ | | <br> | ||
+ | |- | ||
+ | | v3<br> | ||
+ | | authNoPriv<br> | ||
+ | | md5 or sha<br> | ||
+ | | no<br> | ||
+ | | <br> | ||
+ | |- | ||
+ | | v3<br> | ||
+ | | authPriv <br> | ||
+ | | md5 or sha<br> | ||
+ | | des<br> | ||
+ | | <br> | ||
+ | |} | ||
+ | |||
+ | <br> | ||
+ | |||
+ | == Configuration == | ||
+ | <pre><span>snmp-server group mrtg-snmp-group v3 priv | ||
+ | |||
+ | snmp-server mrtg-snmp-group v3 auth sha ciscodisco priv des ciscodisco | ||
+ | HQRT1#sh snmp user | ||
+ | Engine ID: 800000090300001BD40F8AA4 | ||
+ | storage-type: nonvolatile active | ||
+ | Authentication Protocol: SHA | ||
+ | Privacy Protocol: DES | ||
Group-name: mrtg-snmp-group | Group-name: mrtg-snmp-group | ||
− | </pre> | + | </pre> |
− | |||
<pre>root@hqmgmt1:~# snmpget -v3 -a sha -u mrtg-user -x des -A ciscodisco -X ciscodisco -l authpriv 10.0.0.11 1.3.6.1.2.1.1.3.0 | <pre>root@hqmgmt1:~# snmpget -v3 -a sha -u mrtg-user -x des -A ciscodisco -X ciscodisco -l authpriv 10.0.0.11 1.3.6.1.2.1.1.3.0 | ||
DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (77270968) 8 days, 22:38:29.68 | DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (77270968) 8 days, 22:38:29.68 | ||
− | + | </pre> | |
− | </pre> | + | == External links == |
− | |||
[http://www.cisco.com/en/US/docs/ios/netmgmt/configuration/guide/nm_cfg_snmp_sup_ps6441_TSD_Products_Configuration_Guide_Chapter.html Cisco IOS Network Management Configuration Guide, Release 12.4T] | [http://www.cisco.com/en/US/docs/ios/netmgmt/configuration/guide/nm_cfg_snmp_sup_ps6441_TSD_Products_Configuration_Guide_Chapter.html Cisco IOS Network Management Configuration Guide, Release 12.4T] |
Revision as of 08:48, 24 April 2009
<accesscontrol>NetBand</accesscontrol> This page is part of the Netband Project
- provides secure access to devices by authenticating and encrypting packets over the network.
v3 |
noAuthNoPriv |
Username |
no |
|
v3 |
authNoPriv |
md5 or sha |
no |
|
v3 |
authPriv |
md5 or sha |
des |
|
Configuration
<span>snmp-server group mrtg-snmp-group v3 priv snmp-server mrtg-snmp-group v3 auth sha ciscodisco priv des ciscodisco HQRT1#sh snmp user Engine ID: 800000090300001BD40F8AA4 storage-type: nonvolatile active Authentication Protocol: SHA Privacy Protocol: DES Group-name: mrtg-snmp-group
root@hqmgmt1:~# snmpget -v3 -a sha -u mrtg-user -x des -A ciscodisco -X ciscodisco -l authpriv 10.0.0.11 1.3.6.1.2.1.1.3.0 DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (77270968) 8 days, 22:38:29.68
External links
Cisco IOS Network Management Configuration Guide, Release 12.4T