System SNMP
The following attributes are supported for SNMP Configuration:
.png?Policy=eyJTdGF0ZW1lbnQiOlt7IlJlc291cmNlIjoiaHR0cHM6Ly9kemY4dnF2MjRlcWhnLmNsb3VkZnJvbnQubmV0L3VzZXJmaWxlcy80MTcwMy81NDk1Mi9ja2ZpbmRlci9pbWFnZXMvcXUvMjAyNS9pbWFnZSg4KS5wbmciLCJDb25kaXRpb24iOnsiRGF0ZUxlc3NUaGFuIjp7IkFXUzpFcG9jaFRpbWUiOjE3NjIwOTAwMjZ9fX1dfQ__&Signature=bNbvvSrC-FSMs0p7xTQTuaitaw8kU15c9kyzRxjXVTh0XXqA8EeF0VG~hRUbIXfXeKJHTuEbm3pwxJiNrJb7GMhvoOyjtWckqPEBrjJsYZjwS4djHCv13YHf-O4o~vWIee0e7IU~dXXPX-WgmJiDYNDOMLzb~f295x~hzRyhyFT3BiRXOAwyM2kP97-4J5WAsVnw2Gp6IAcyojtga9RhjS5zIQkaZu95Hn6gDjbNZBI7wQwiighRnq26FIpUGlUqO~G6krh-PCWk84emvLzyYegCa3z8eVIbBu1o7pwAWZo2vPrPUjOF5f6OSmz6myK-2i6650kix96Em0OkWAiitg__&Key-Pair-Id=K2TK3EG287XSFC)
System SNMP Attributes
| Attribute | Values | Default | Req | Description |
|---|---|---|---|---|
| Admin-state | true | false | False | Y | Whether or not to enable the SNMP agent for polling and traps. |
| Snmp-engine-id | Container | |||
| Engine-id-format | ipv4 | ipv6 | mac-address | text |
Ipv4 |
|
|
| User List | Container | |||
| Communiity-string | String | N/A | Y | The snmpv2 community string used to access the agent. |
| Role | admin | read | write | Admin | N | What access does the user have to the configurable SNMP attributes. |
| Username | String | N/A | Y | All “accounts” on the SNMP agent must include a username to uniquely identify that association. |
| Auth-password | String | N/A | Y | The password to be used for authenticating an SNMPv3 user. |
| Auth-protocol | auth_none | md5 | sha1 | sha224 | sha256 | sha384 | sha512 |
Sha1 | N | When using snmpv3 defines the protocol for hashing the user password during authentication. |
| Priv-protocol | aes128 | aes192 | aes192-cisco | aes256 | aes256-cisco | cbc-des | priv-none |
Aes128 | N | The protocol to use for encryption of the snmp data exchanged between the snmp server and client to protect the contents. |
| Security-level | auth-nopriv | auth-priv | noauth-nopriv |
Noauth-nopriv | N | The methodology for authentication and authorization of SNMPv3 clients. auth-nopriv – authenticate user with password, data is unencrypted. auth-priv – Authenticate user and use encryption of SNMP data. noauth-nopriv – used when SNMPv2, no password for login, and no encryption of user data. |
| Snmp-version | v1 | v2c | v3 | V2c | N | Which SNMP version to use with the client. SNMPv1 is not recommended. SNMPv3 is preferred due to authentication and privacy options. |
Note 1: * = required parameter
- Command Path – tolt>system>snmp>config>
- Module – tolt
- Container – system
- Container – snmp
- Container – config
- Types –
- *Admin-state – Whether or not to enable the SNMP agent for polling and traps.
- true | false (default)
- Snmp-engine-id – Container
- Engine-id-format – How to name the snmp agent.
ipv4 – Use the IPv4 address as the name.
ipv6 – Use the IPv6 address as the name
mac-address – Use the mac as the name.
text – Use a user supplied text string.- ipv4 (default) | ipv6 | mac-address | text
- Engine-id-format – How to name the snmp agent.
- User List – Container
- *Communiity-string – The snmpv2 community string used to access the agent.
- string
- Role – What access does the user have to the configurable SNMP attributes.
- admin (default) | read | write
- *Username – All “accounts” on the SNMP agent must include a username to uniquely identify that association.
- string
- *Auth-password – The password to be used for authenticating an SNMPv3 user.
- string
- Auth-protocol – When using snmpv3 defines the protocol for hashing the user password during authentication.
- auth_none | md5 | sha1 (default) | sha224 | sha256 | sha384 | sha512
- Priv-protocol – The protocol to use for encryption of the snmp data exchanged between the snmp server and client to protect the contents.
- aes128 (default) | aes192 | aes192-cisco | aes256 | aes256-cisco | cbc-des | priv-none
- Security-level – The methodology for authentication and authorization of SNMPv3 clients.
auth-nopriv – authenticate user with password, data is unencrypted.
auth-priv – Authenticate user and use encryption of SNMP data.
noauth-nopriv – used when SNMPv2, no password for login, and no encryption of user data.- auth-nopriv | auth-priv | noauth-nopriv (default)
- Snmp-version – Which SNMP version to use with the client. SNMPv1 is not recommended. SNMPv3 is preferred due to authentication and privacy options..
- v1 | v2c (default) | v3
- *Admin-state – Whether or not to enable the SNMP agent for polling and traps.
Enable SNMP Polling
- Command Path – tolt>system>snmp>config>
- Module – tolt
- Container – system
- Container – snmp
- Container – config
- Types – Example Parameters
- Admin-state enabled
- From theMDS1-ESUA<Config># command line, input tolt system snmp config admin-state enabled, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system snmp config admin-state enabled <enter> MDS1-ESUA<config># commit <enter> Commit complete. MDS1-ESUA<config># _ |
Create SNMPv2 User
- Command Path – tolt>system >snmp>config>
- Module – tolt
- Container – system
- Container – snmp
- Container – config
- Types – Example Parameters
- Container – user-list
- user-list
- Index – 1
- username admin
- snmp-version v2c
- role admin
- community-string Tellabs-1
- user-list
- Container – user-list
- From the MDS1-ESUA<Config> # command line, input tolt system ntp config user-list 1, and press Enter.
- Input community-string Tellabs-1 role admin snmp-version v2c username admin, and press Enter.
- Input commit and press Enter. Outputs similar to the following are displayed:
MDS1-ESUA<Config># tolt system snmp config user-list 1 <enter> MDS1-ESUA<config-user-list-1># community-string Tellabs-1 role admin snmp-version v2c username admin <enter> MDS1-ESUA<config-user-list-1># commit <enter> Commit complete. MDS1-ESUA<config-user-list-1># exit <enter> MDS1-ESUA<Config># _ |
FEEDBACK: Are you happy with this material?
Thank you Your feedback helps us to continually improve our content.
On this page