Difference between revisions of "Netband Project - SNMPv3"

From Teknologisk videncenter
Jump to: navigation, search
(Configuration)
Line 5: Line 5:
 
{| cellspacing="1" cellpadding="1" border="1" width="500"
 
{| cellspacing="1" cellpadding="1" border="1" width="500"
 
|-
 
|-
| v3 <br>
+
| Level
 
| noAuthNoPriv<br>
 
| noAuthNoPriv<br>
 
| Username<br>
 
| Username<br>
Line 11: Line 11:
 
| <br>
 
| <br>
 
|-
 
|-
| v3<br>
+
| Authentication
 
| authNoPriv<br>
 
| authNoPriv<br>
 
| md5 or sha<br>
 
| md5 or sha<br>
Line 17: Line 17:
 
| <br>
 
| <br>
 
|-
 
|-
| v3<br>
+
| Encryption
 
| authPriv <br>
 
| authPriv <br>
 
| md5 or sha<br>
 
| md5 or sha<br>

Revision as of 09:51, 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.
Level noAuthNoPriv
Username
no

Authentication authNoPriv
md5 or sha
no

Encryption authPriv
md5 or sha
des


Configuration

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