Specifications

5-8
Cisco ONS 15216 EDFA2 Operations Guide
78-13908-02
Chapter 5 SNMP MIB Installation and Configuration
Enabling SNMP Remote Management Community Strings
cerent15216EdfaCommNetMask 0.0.0.0
cerent15216EdfaCommStatus 0
cerent15216EdfaCommStatus OBJECT-TYPE
SYNTAX INTEGER
{
active(1),
notInService(2),
notReady(3),
createAndGo(4),
createAndWait(5),
destroy(6)
}
MAX-ACCESS read-create
DESCRIPTION
::= { cerent15216EdfaCommunityEntry 7 }
Table 5-4 displays the definitions for the community entry values.
Display CommunityEntry
Command: snmp row display local cerent15216EdfaCommunityEntry
Syntax: snmp row display local cerent15216EdfaCommunityEntry community index
Description: After creating a community string, use this command to view its parameters. The number
in the command refers to the community index number created in the previous section.
Example 5-5 cerent15216EdfaCommunityEntry Display Command
hostname:ONS15216 EDFA2> snmp row display local cerent15216EdfaCommunityEntry 1
CLASS cerent15216Edfa-AGENT-MIB.cerent15216EdfaCommunityEntry ::=
Table 5-4 Creating a Community Entry
Data Prompt Description
cerent15216EdfaCommIndex Community Index: An index that uniquely identifies a
particular SNMP community. This community index is
part of the command. In Example 5-4, it is “1”.
cerent15216EdfaCommName Community Name: The community string.
cerent15216EdfaCommViewIndex View Index: The view index specifies which MIBs this
particular community string can access.
cerent15216EdfaCommPrivileges Privileges: A bitmap of access privileges that govern
what management operations a particular community
can perform. These privileges are expressed as a sum
of values, where each value represents a particular
operation. Refer to Table 5-5 for the SNMP Operation
Decimal Values.
cerent15216EdfaCommSrcIPAddr Source IP Address: The IP address from which network
management traffic for this community originates.
cerent15216EdfaCommNetMask NetMask: The subnet mask for the source IP address.
cerent15216EdfaCommStatus Status: The status of this conceptual row in the
community table.Use createAndGo to create a new
row. Use active to modify an existing row.