A SERVICE OF

logo

MIB Reference
Polycom, Inc. 663
::= { cmaConfigSnmp 5 }
snmpV3SecurityUser OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION “SNMP v3 security user name.”
::= { cmaConfigSnmp 6 }
snmpAuthenticationType OBJECT-TYPE
SYNTAX SnmpAuthenticationType
MAX-ACCESS read-only
STATUS current
DESCRIPTION “SNMP v3 authentication type.”
::= { cmaConfigSnmp 7 }
snmpEncryptionType OBJECT-TYPE
SYNTAX SnmpEncryptionType
MAX-ACCESS read-only
STATUS current
DESCRIPTION “SNMP v3 encryption type.”
::= { cmaConfigSnmp 8 }
snmpV3LocalEngineId OBJECT-TYPE
SYNTAX OCTET STRING (SIZE(0..255))
MAX-ACCESS read-only
STATUS current
DESCRIPTION “SNMP v3 local engine ID.”
::= { cmaConfigSnmp 9 }
SnmpNoticationRecipientTableEntry ::= SEQUENCE
{
recipientIndex CmaDefaultTableIndexRange,
recipientIPAddressType InetAddressType,
recipientIPAddress InetAddress,
recipientPort InetPortNumber,
recipientTransportType SnmpTransportType,
recipientNotificationType SnmpNotificationType,
recipientSnmpVersion SnmpVersionType,
recipientSecurityUser OCTET STRING,
recipientAuthenticationType SnmpAuthenticationType,
recipientEncryptionType SnmpEncryptionType
}
snmpNotificationRecipientTable OBJECT-TYPE
SYNTAX SEQUENCE OF SnmpNoticationRecipientTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “SNMP notification recipients table. Each entry contains the parameters for
an agent that receives notifications from the CMA server.”
::= { cmaConfigSnmp 10 }
snmpNoticationRecipientTableEntry OBJECT-TYPE
SYNTAX SnmpNoticationRecipientTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “SNMP notification recipient table entry.”
INDEX { recipientIndex }
::= { snmpNotificationRecipientTable 1 }