Hello,
I trying to setup snmp on my 6400.
I've created a user :
User name = community_user,
Password expiration = None,
Password allow to be modified date = None,
Account lockout = None,
Password bad attempts = 0,
Read Only for domains = None,
Read/Write for domains = None,
Snmp allowed = YES,
Snmp authentication = NONE,
Snmp encryption = NONE
Security:
show snmp security
snmp security = no security
Map:
show snmp community map
Community mode : enabled
status community string user name
--------+--------------------------------+--------------------------------
enabled comstring2 community_user
->
show snmp station
ipAddress/udpPort status protocol user
---------------------------------------------------+---------+--------+-------
172.2.120.3/162 enable v1 community_user
Is this enough?
I want to read bandwidths on ports with PRTG Traffic grapher.
So far I cannot connect.
The Paessler snmp tester cannot find interfaces
tnx
frank
snmp question
-
one6f
Re: snmp question
How did you create the user?
Try:
The first command sets the read-write passwords for snmp queries and enables snmp with no authentication.
you have created a community_user, but they can't do anything.Read Only for domains = None,
Read/Write for domains = None,
Try:
Code: Select all
user snmpuser read-write all password snmppass no auth
aaa authentication snmp local
snmp security no security
snmp community map mode enable
snmp community map public user snmpuser on
snmp station 1.2.3.4 snmpuser v1 enable