Reference Guide

Table Of Contents
Example
OS10(config)# userrole default inherit sysadmin
Supported
Releases
10.4.0E(R3P3) or later
Simple Network Management Protocol
Network management stations use Simple Network Management Protocol (SNMP) to retrieve or alter management data
from network elements. Standard and private SNMP management information bases (MIBs) are supported, including all get
requests. A managed object is a datum of management information. A MIB is a database that stores managed objects found in
network elements. MIBs are hierarchically structured and use object identifiers to address managed objects. Managed objects
are also known as object descriptors. For the list supported MIBs refer to the Release Notes of the relevant version of OS10.
OS10 supports SNMP set for SysName on System MIBs.
NOTE: OS10 SNMP supports only IPv4 transport.
SNMP commands
SNMP traps: Enable SNMP notifications to be sent to network management host devices.
snmp-server community
Configures a new community string access. The management station is a member of the same community as the SNMP agent.
Syntax
snmp-server community community-name {ro | rw} acl aclname
Parameters
community-name Enter a text string to act as an SNMP password (up to 20 characters).
ro Enter to set read-only permission.
rw Enter to set read and write permission.
aclname Enter an existing ACL rule name. This option associates an IPv4 ACL to SNMP server
community.
Default Not configured
Command Mode CONFIGURATION
Usage
Information
The community-name parameter indexes this command. If you do not configure this command, you
cannot query SNMP data. The no version of this command removes access to a community.
Example
OS10(config)# snmp-server community public ro
OS10(config)# snmp-server community public ro acl aclrule1
Supported
Releases
10.2.0E or later
snmp-server contact
Configures contact information for troubleshooting this SNMP node.
Syntax
snmp-server contact text
Parameters text Enter an alphanumeric text string (up to 55 characters).
Default Not configured
Command Mode CONFIGURATION
System management 515