![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/8/87/887619b9-ad82-4108-b8bb-15d7e7a23b9d/887619b9-ad82-4108-b8bb-15d7e7a23b9d-bg2bf.png)
MIB Reference
Polycom, Inc. 681
STATUS current
DESCRIPTION “Number of endpoints that are on line.”
::= { cmaStatusDeviceEndpoint 4 }
cmaEndpointCountOffline OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION “Number of endpoints that are off line.”
::= { cmaStatusDeviceEndpoint 5 }
cmaEndpointCountInCall OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION “Number of endpoints that are in a call.”
::= { cmaStatusDeviceEndpoint 6 }
CmaEndpointStatusTableEntry ::= SEQUENCE
{
cmaEndpointIndex CmaDefaultTableIndexRange,
cmaEndpointType CmaEndpointType,
cmaEndpointId Integer32,
cmaEndpointOwner OCTET STRING,
cmaEndpointIsdnVideoNumber OCTET STRING,
cmaEndpointInetAddressType InetAddressType,
cmaEndpointInetAddress InetAddress,
cmaEndpointStatus CmaDeviceStatus, -- online or offline
cmaEndpointInCall TruthValue,
cmaEndpointGatekeeperRegStatus CmaDeviceRegistrationStatus,
cmaEndpointGabRegStatus CmaDeviceRegistrationStatus,
cmaEndpointPresenceRegStatus CmaDeviceRegistrationStatus,
cmaEndpointSipRegStatus CmaDeviceRegistrationStatus,
cmaEndpointManagementStatus CmaDeviceManagementStatus,
cmaEndpointErrorCount Integer32,
cmaEndpointErrors OCTET STRING,
cmaEndpointWarningCount Integer32,
cmaEndpointWarnings OCTET STRING,
cmaEndpointHelpRequest TruthValue,
cmaEndpointExchangeStatus CmaDeviceRegistrationStatus,
cmaEndpointPeripheralIconState CmaPeripheralIconState,
cmaEndpointPeripheralStatus CmaPeripheralPairingStatus,
cmaEndpointSoftwareVersion OCTET STRING,
cmaEndpointSerialNumber OCTET STRING,
cmaEndpointAvailableToSchedule TruthValue,
cmaEndpointRegisteredAliases OCTET STRING,
cmaEndpointSipUri OCTET STRING,
cmaEndpointGatekeeperAddress InetAddress,
cmaEndpointSipServerAddress InetAddress
}
cmaEndpointStatusTable OBJECT-TYPE
SYNTAX SEQUENCE OF CmaEndpointStatusTableEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION “Endpoint status table. Contains identification
and status information for endpoints.”
::= { cmaStatusDeviceEndpoint 7 }
cmaEndpointStatusTableEntry OBJECT-TYPE