enumerations
The enumerations table provides a means of looking up a human-readable string value by providing a numerical value. Each enumeration is defined as a key-value pair. The enumerations table belongs to the category mapping.
Description
The following table describes the enumerations table.
| Column Name | Type | Constraints | Description |
|---|---|---|---|
| enumGroup | 100-character string | Primary key with enumKey Not null |
Groups together all the key-name pairs that form part of a single enumeration. |
| enumKey | 32-bit integer | Primary key with enumGroup Not null |
Integer value used as the key by the enumeration. |
| enumValue | 100-character string | Not null | Human-readable string value that corresponds to the key. |
| enumDescription | 100-character string | Brief description of the enumeration. |
Summary
The following table summarizes the information in the enumerations table.
| Enumeration group | Description | Example |
|---|---|---|
| accessProtocol | Address protocol. | 3 = Ipv6 |
| altitudeUnits | Positional data unit. | 5 = Miles |
| ASN | BGP ASN assignment lookups. | 8406 = Cablecom |
| cardIfConnectorTypeEnabled | Interface connector type. | 3 = RJ45 |
| cdmAdminState | CDM style administrative state of the entity. | 2 = Enabled |
| cdmCardConfiguration | CDM style card configuration state. | 2 = Configured |
| cdmDataLinkLayerDiscovery | CDM style data link layer protocol. | 4 = LLDP |
| cdmDuplex | CDM style duplex state. | 2 = Auto |
| cdmEncapsulation | CDM-style encapsulation setting. | 17 = frame-relay |
| cdmIpAddressType | CDM-style IP address type. | 7 = Multicast |
| cdmMediaType | CDM-style media type. | 3 = gbic |
| cdmPhysType | CDM-style physical entity type. | 8 = sensor |
| cdmSlotState | CDM-style slot state. | 3 = connected |
| cdmSwitchPortMode | CDM-style switch port mode. | 3 = Trunk |
| cefcFRUPowerAdminStatus | Administrative status for a PSU | 1 = on |
| cefcFRUPowerOperStatus | Operational status of a PSU | 8 = failed |
| cefcModuleAdminStatus | Administrative status of a card | 1 = enabled |
| cefcModuleOperStatus | Operational status of a card | 2 = ok |
| cefcModuleResetReason | Reason for card reset | 2 = powerUp |
| cefcPowerRedundancyMode | Redundancy mode of PSUs | 2 = redundant |
| cpwOperStatus | Operational status of a virtual circuit. | 1 = up , Ready to pass packets |
| cpwVcType | Virtual circuit type. | 9 = atmVccCell |
| discoveryProtocol | Method used for network discovery. | 5 = Telnet |
| discoverySource | Source of network discovery data. | 5 = Collector |
| dot3StatsDuplexStatus | Duplex type. | 3 = FullDuplex |
| duplexToLegacyNcim | Legacy duplex method used with NCIM. | 1 = fullDuplex |
| entPhysicalClass | Entity MIB type of an entity | 10 = port |
| entPhysicalIsFRU | Indication of whether a component is field replaceable | 1 = true |
| entSensorScale | Scale of a sensor | 11 = mega |
| entSensorStatus | Status of a sensor | 1 = OK |
| entSensorThresholdEvaluation | Indication of whether to evaluate sensor threshold-crossing | 1 = true |
| entSensorThresholdNotificationEnable | Indication of whether threshold-crossing should be notified | 1 = true |
| entSensorThresholdRelation | Sensor relationship type to evaluate | 1 = lessThan |
| entSensorThresholdSeverity | Severity of a sensor threshold-crossing | 20 = major |
| entSensorType | Type of sensor | 3 = voltsAC |
| ifAdminStatus | Administrative status of an interface | 1 = up |
| ifOperStatus | Operational status of an interface | 1 = up |
| ifOperStatusToOperationalStatus | Mapping used to translate SNMP ifOperStatus values into CDM OperationalStatus style values | 1 = started |
| ifType | Type of interface | 24 = softwareLoopback |
| ipForwarding | Is IP forwarding on? | 2 = not-forwarding |
| jnxVpnPwStatus | Status of the JNX VPN. | 2 = up |
| mscType | MSC type. | 3 = MSCS |
| ncimDuplexToCdm | Duplex method used from NCIM to CDM | 2 = fullDuplex |
| OperationalStatusEnum | Operational status | 2 = started |
| ospfIfState | OSPF interface state. | 2 = loopback |
| ospfIfType | OSPF interface type | 3 = pointToPoint |
| protocolEndPoint | Protocal endpoint value | 3 = layer3 |
| ranTechnologyType | Radio access network technology type | 4 = UMTS |
| sysServices | Open Systems Interconnection (OSI) layers supported by a device | 5 = physical(1) network(3) |
| terminationPointType | Type of termination type. | 2 = ctp , connection termination point |
| transceiverType | Type of transceiver. | 3 = Dedicated |
| TruthValue | Boolean values. | 2 = 0 , false |
| TruthValueString | Textual equivalent of Boolean values. | 2 = false |