CISCO-OUTAGE-MONITOR-MIB

File: CISCO-OUTAGE-MONITOR-MIB.mib (35196 bytes)

Imported modules

SNMPv2-SMI INET-ADDRESS-MIB SNMPv2-TC
SNMPv2-CONF SNMP-FRAMEWORK-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Unsigned32 Counter32 InetAddressType
InetAddress TEXTUAL-CONVENTION DateAndTime
TruthValue MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP SnmpAdminString ciscoMgmt

Defined Types

OutageMonObjectType  
Represents different monitored object types: interface - this object supports monitoring of both physical and logical interfaces, which is defined in IF-MIB. physicalEntity - this object supports monitoring of physical entities contained by the system, including chassis, slots, modules, ports, power supplies, and fan, which is defined in ENTITY-MIB. swProcess - this object supports monitoring of software processes, which is defined in CISCO-PROCESS-MIB. remoteObject - this object supports monitoring of remote objects including remote customer devices or interfaces. The object is defined by users via CLI configuration. logicalEntity - this object supports monitoring of any logical entities contained by the system, including router device, IOS software on each LC or RP, and CPU utilization object, which can be defined by outage monitoring program.
TEXTUAL-CONVENTION    
  INTEGER interface(1), physicalEntity(2), swProcess(3), remoteObject(4), logicalEntity(5)  

COutageHistoryEntry  
SEQUENCE    
  cOutageEventIndex Unsigned32
  cOutageEventObjectType OutageMonObjectType
  cOutageEventMonObjectIndex Unsigned32
  cOutageEventTypeIndex Unsigned32
  cOutageEventTime DateAndTime
  cOutageEventInterval Unsigned32

COutageEventTypeMapEntry  
SEQUENCE    
  cOutageEventTypeMapIndex Unsigned32
  cOutageEventTypeName SnmpAdminString
  cOutageEventTypeDescrText SnmpAdminString

COutageObjectEntry  
SEQUENCE    
  cOutageObjectType OutageMonObjectType
  cOutageMonitoredObjectIndex Unsigned32
  cOutageCurrentStatus INTEGER
  cOutageAOTSinceMeasureStarted Unsigned32
  cOutageNAFSinceMeasureStarted Unsigned32
  cOutageRecordingStartTime DateAndTime

COutageCpmMapEntry  
SEQUENCE    
  cOutageCpmMapIndex Unsigned32
  cOutageCpmCPUTotalIndex Unsigned32
  cOutageCpmProcessPID Unsigned32

COutageRemoteObjMapEntry  
SEQUENCE    
  cOutageRemoteObjMapIndex Unsigned32
  cOutageRemoteObjIDType InetAddressType
  cOutageRemoteObjID InetAddress
  cOutageRemoteObjDescrText SnmpAdminString

COutageLogicalObjMapEntry  
SEQUENCE    
  cOutageLogicalObjMapIndex Unsigned32
  cOutageLogicalObjDescrText SnmpAdminString

Defined Values

ciscoOutageMIB 1.3.6.1.4.1.9.9.280
This MIB module describes, stores, and reports outage related information generated by individual hardware and software components comprising a router. They includes physical interfaces, logical interfaces, physical entities such as chassis, slots, modules, ports, power supplies, and fan, software processes running on each card, and logical entity, which can be defined by outage monitoring program, which are IOS software for each LC and RP, router device, and CPU utilization. The outage related information comprises entity or interface up and down, process start and abnormal or normal termination, unusually high CPU utilization caused, for example, by Denial of Service (DoS) attack, etc. The outage related event can be collected by means of Cisco's fault manager, Cisco's event manager, and syslog messages, etc. An outage manager maintains the following outage data for each component. 1) Accumulated Outage Time (AOT): total outage time of a component from the beginning of the measurement. 2) Number of Accumulated Failure (NAF): total number of failure instance from the beginning of the measurement. 3) Recording Start Time (RST): the date-time that the measurement process began against the object. Using aforementioned outage data, users can calculate and correlate to derive availability information as follows: 1) Component Availability: the probability that a component will operate when needed. = (1 - (Outage Time / Duration)) 2) DPM (Defects per Million): measure(s) of the defects of the system that have an immediate impact on the end-user. = ([AOTi / (Measurement Interval)] x 10**6) 3) MTTR(Mean Time To Recovery): expected average time to restore a failed component. = (AOTi / NAFi) 4) MTBF (Mean Time Between Failure): expected average time between failures of a component. = (T2 - RSTi) / NAFi 5) MTTF (Mean Time To Failure): the mean time to failure once the device starts working. = (MTBFi - MTTRi = (T2 - RSTi - AOTi) / NAFi) measurement 1 |<----------------->| | | System Up @------|-------------------|----> Time RSTi T2 At the beginning RSTi: tmp_AOT = AOTi (from the MIB polling); At the end T2: Duration = Current Time(T2) - RSTi; Outage Time = AOTj - tmp_AOT;
MODULE-IDENTITY    

ciscoOutageMIBObjects 1.3.6.1.4.1.9.9.280.1
OBJECT IDENTIFIER    

cOutageBasicInfo 1.3.6.1.4.1.9.9.280.1.1
OBJECT IDENTIFIER    

cOutageHistory 1.3.6.1.4.1.9.9.280.1.2
OBJECT IDENTIFIER    

cOutageDescription 1.3.6.1.4.1.9.9.280.1.3
OBJECT IDENTIFIER    

cOutageMonObject 1.3.6.1.4.1.9.9.280.1.4
OBJECT IDENTIFIER    

cOutageCpmMapping 1.3.6.1.4.1.9.9.280.1.5
OBJECT IDENTIFIER    

cOutageRmtMapping 1.3.6.1.4.1.9.9.280.1.6
OBJECT IDENTIFIER    

cOutageLntMapping 1.3.6.1.4.1.9.9.280.1.7
OBJECT IDENTIFIER    

cOutageApplVersion 1.3.6.1.4.1.9.9.280.1.1.1
outage monitoring application version string. The format will be: 'Version.Release.Patch-Level: Textual-Description' For example: '1.0.0: Initial Outage Monitor Application'
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cOutageNotificationsSent 1.3.6.1.4.1.9.9.280.1.1.2
The number of outage notifications that have been sent. This number may include notifications that were prevented from being transmitted due to reasons such as resource limitations and/or non-connectivity. If one is receiving notifications, one can periodically poll this object to determine if any notifications were missed. If missed, a poll of the cOutageHistoryTable might be necessary.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cOutageNotificationsEnabled 1.3.6.1.4.1.9.9.280.1.1.3
This object indicates whether outage notifications will or will not be sent when an outage related event is generated by the device. Disabling notifications does not prevent outage event from being added to the cOutageHistoryTable.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cOutageNotificationFilterEnabled 1.3.6.1.4.1.9.9.280.1.1.4
This object indicates whether certain outage related event notifications will or will not be sent when the cOutageNotificationsEnabled is TRUE. In the event structure, it is possible to have certain hierarchies such that an event causes several related events. The original event is called a root event and other related events are called sub-events. If it is enabled, only a root event notification will be sent out and all other related sub-events will be filtered out. The cOutageHistoryTable maintains only the root event. However, it does not prevent the object entries from being updated in the cOutageObjectTable. The filtering policy, which correlates a root event and the following sub-events, may vary and can be controlled by the configuration.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cOutageFilteredEvents 1.3.6.1.4.1.9.9.280.1.1.5
The number of events which were filtered out. This object can be utilized to determine how many following events got filtered out related to the notified event.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cOutageHistTableSize 1.3.6.1.4.1.9.9.280.1.2.1
The upper limit on the number of entries that the cOutageHistoryTable may contain.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cOutageHistMsgsFlushed 1.3.6.1.4.1.9.9.280.1.2.2
The number of entries that have been removed from the cOutageHistoryTable in order to make room for new entries. The value of this object starts at '0' and monotonically increases for each flushed message. If the value of this object is '4294967295', the value will become '0'. This object can be utilized to determine whether your polling frequency on the history table is fast enough and/or the size of your history table is large enough such that you are not missing events.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cOutageHistoryTable 1.3.6.1.4.1.9.9.280.1.2.3
A table of outage related events generated by this router. Conceptual row entries are dynamically added into this table when outage related events occur. Entries are stored in FIFO order. When the maximum number of entries has been reached in the table, the oldest entry in the table is removed immediately. When a table is reduced to a smaller size N, the oldest entries are immediately removed from the table leaving a maximum of N entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COutageHistoryEntry

cOutageHistoryEntry 1.3.6.1.4.1.9.9.280.1.2.3.1
This entry contains information about an outage related event which has been generated by this router.
Status: current Access: not-accessible
OBJECT-TYPE    
  COutageHistoryEntry  

cOutageEventIndex 1.3.6.1.4.1.9.9.280.1.2.3.1.1
An arbitrary non-zero integer value that uniquely identifies a COutageHistoryEntry in the table. The value of this table starts at '1' and monotonically increases for each object failure and recovery event received by the agent. If the value of this object is '4294967295', the agent will reset it to '1' upon receiving the next event.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cOutageEventObjectType 1.3.6.1.4.1.9.9.280.1.2.3.1.2
This object specifies the monitored object's type. It comprises interface(1), physicalEntity(2), swProcess(3), remoteObject(4), and logicalEntity(5). The detailed description has been presented above in the OutageMonObjectType definition.
Status: current Access: read-only
OBJECT-TYPE    
  OutageMonObjectType  

cOutageEventMonObjectIndex 1.3.6.1.4.1.9.9.280.1.2.3.1.3
This object identifies a specific index of the monitored object based upon the cOutageEventObjectType. If it is interface(1), it correlates the object with ifIndex in ifTable in the IF-MIB. If it is physicalEntity(2), it correlates the object with entPhysicalIndex in entPhysicalTable in the ENTITY-MIB. If it is swProcess(3), the value corresponds to an entry in the cOutageCpmMapTable, which correlates the object with cpmCPUTotalIndex and cpmProcessPID in cpmProcessTable in the CISCO-PROCESS-MIB. If it is remoteObject(4), the value corresponds to an entry in the cOutageRemoteObjMapTable, which correlates the object with its ID and description. If it is logicalEntity(5), the value corresponds to an entry in the cOutageLogicalObjMapTable, which correlates the object with the description. It also correlates the event entry with a specific entry in cOutageObjectTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageEventTypeIndex 1.3.6.1.4.1.9.9.280.1.2.3.1.4
The type of outage related event. The value corresponds to an entry in the cOutageEventTypeMapTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageEventTime 1.3.6.1.4.1.9.9.280.1.2.3.1.5
This object specifies the date and time of the event was generated. The value of sysUpTime, which is reinitialized during the router boot-up, is not sufficient, since it shall be able to measure the outage time of the router failure over the measurement period.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cOutageEventInterval 1.3.6.1.4.1.9.9.280.1.2.3.1.6
Object that identifies the time duration between transitions in available state of a component. According to the cOutageEventTypeIndex, If the event type is up, the interval time from the last down time is TTR (Time To Recovery). Otherwise, the interval time from the last up is TTF (Time To Failure).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageEventTypeMapTable 1.3.6.1.4.1.9.9.280.1.3.1
A table containing information about cOutageEventTypeMapIndex value mapping. Each conceptual row specifies a unique mapping between a cOutageEventTypeMapIndex value, and an outage related event type.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COutageEventTypeMapEntry

cOutageEventTypeMapEntry 1.3.6.1.4.1.9.9.280.1.3.1.1
A mapping between an event type and an event description.
Status: current Access: not-accessible
OBJECT-TYPE    
  COutageEventTypeMapEntry  

cOutageEventTypeMapIndex 1.3.6.1.4.1.9.9.280.1.3.1.1.1
This object uniquely identifies an event description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cOutageEventTypeName 1.3.6.1.4.1.9.9.280.1.3.1.1.2
The name of the outage related event.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..128)  

cOutageEventTypeDescrText 1.3.6.1.4.1.9.9.280.1.3.1.1.3
This object specifies a human-readable message describing information about the outage related event.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cOutageObjectTable 1.3.6.1.4.1.9.9.280.1.4.1
A table of monitored object entries generated by this router, which include interface, physical entry, and software process. The conceptual row entries are initially established during the monitoring start-up procedure based upon configuration set-up. The entries are also dynamically added into this table when a new object is detected. The entry information will be updated, when the outage related event occurs. The entry will be removed only by configuration reset.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COutageObjectEntry

cOutageObjectEntry 1.3.6.1.4.1.9.9.280.1.4.1.1
An entry containing outage related information applicable to a particular measurement object.
Status: current Access: not-accessible
OBJECT-TYPE    
  COutageObjectEntry  

cOutageObjectType 1.3.6.1.4.1.9.9.280.1.4.1.1.1
This object specifies the monitored object's type. It comprises interface(1), physicalEntity(2), swProcess(3), remoteObject(4), and logicalEntity(5). The detailed description has been presented above in the OutageMonObjectType definition.
Status: current Access: not-accessible
OBJECT-TYPE    
  OutageMonObjectType  

cOutageMonitoredObjectIndex 1.3.6.1.4.1.9.9.280.1.4.1.1.2
This object identifies a specific index of the monitored object based upon the cOutageObjectType. If it is interface(1), it correlates the object with ifIndex in ifTable in the IF-MIB. If it is PhysicalEntity(2), it correlates the object with entPhysicalIndex in entPhysicalTable in the ENTITY-MIB. If it is SWProcess(3), the value corresponds to an entry in the cOutageCpmMapTable, which correlates the object with cpmCPUTotalIndex and cpmProcessPID in cpmProcessTable in the CISCO-PROCESS-MIB. If it is remoteObject(4), the value corresponds to an entry in the cOutageRemoteObjMapTable, which correlates the object with its ID and description. If it is logicalEntity(5), the value corresponds to an entry in the cOutageLogicalObjMapTable, which correlates the object with the description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cOutageCurrentStatus 1.3.6.1.4.1.9.9.280.1.4.1.1.3
The current operational state of the monitored object. The Up(1) state indicates that the monitored object is actively or passively running in the normal condition. The Down(2) state indicates that the monitored object is experiencing some degree of outage.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

cOutageAOTSinceMeasureStarted 1.3.6.1.4.1.9.9.280.1.4.1.1.4
The total outage time in second of a component from the beginning of the measurement. The table stores the outage time up to the last recovery event. However, a request comes in during the down status of a component, the report adds the outage time between the last failure to the current.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageNAFSinceMeasureStarted 1.3.6.1.4.1.9.9.280.1.4.1.1.5
The total number of failure instances from the beginning of the measurement. Every failure event of a component adds 1 to this object.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageRecordingStartTime 1.3.6.1.4.1.9.9.280.1.4.1.1.6
This object specifies the date and time of the object to start outage recording. The instance value of this cOutageRecordingStartTime value is initialized to the time when the monitored object is added into this cOutageObjectTable.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

cOutageCpmMapTable 1.3.6.1.4.1.9.9.280.1.5.1
A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is swProcess. Each conceptual row specifies a unique mapping between a cOutageMonitoredObjectIndex value, and cpmCPUTotalIndex and cpmProcessPID in cpmProcessTable in the CISCO-PROCESS-MIB.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COutageCpmMapEntry

cOutageCpmMapEntry 1.3.6.1.4.1.9.9.280.1.5.1.1
A mapping between an object index and a pair of cpm indexes.
Status: current Access: not-accessible
OBJECT-TYPE    
  COutageCpmMapEntry  

cOutageCpmMapIndex 1.3.6.1.4.1.9.9.280.1.5.1.1.1
This object uniquely identifies cpmCPUTotalIndex and cpmProcessPID in CISCO-PROCESS-MIB. The cpmCPUTotalIndex is used for the cpmCPUTotalTable reference. A pair of { cpmCPUTotalIndex, cpmProcessPID } is used for the cpmProcessTable reference.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cOutageCpmCPUTotalIndex 1.3.6.1.4.1.9.9.280.1.5.1.1.2
An index that uniquely represents a CPU in cpmCPUTotalTable in CISCO-PROCESS-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageCpmProcessPID 1.3.6.1.4.1.9.9.280.1.5.1.1.3
This object contains the process ID. It identifies an entry combined with cpmCPUTotalIndex in cpmProcessTable in CISCO-PROCESS-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cOutageRemoteObjMapTable 1.3.6.1.4.1.9.9.280.1.6.1
A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is remoteObject. Each conceptual row specifies a unique mapping between a cOutageMonitoredObjectIndex value, and a remote object related information such as the object ID and the object description. Using IP ICMP protocol to monitor the remote object, the object ID can be Network Layer Address, which has been configured by users via configuration file or CLI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COutageRemoteObjMapEntry

cOutageRemoteObjMapEntry 1.3.6.1.4.1.9.9.280.1.6.1.1
A mapping between a remote object and a remote object description.
Status: current Access: not-accessible
OBJECT-TYPE    
  COutageRemoteObjMapEntry  

cOutageRemoteObjMapIndex 1.3.6.1.4.1.9.9.280.1.6.1.1.1
This object uniquely identifies a remote object description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cOutageRemoteObjIDType 1.3.6.1.4.1.9.9.280.1.6.1.1.2
Represents the type of address stored in cOutageRemoteObjID.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

cOutageRemoteObjID 1.3.6.1.4.1.9.9.280.1.6.1.1.3
This object represents the Network Layer Address of the remote object, which is configured by users via configuration file or CLI. It could be an IP address or DNS depends on users input.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

cOutageRemoteObjDescrText 1.3.6.1.4.1.9.9.280.1.6.1.1.4
This object specifies a human-readable message describing information about the monitored remote components such as router name or interface name, etc.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cOutageLogicalObjMapTable 1.3.6.1.4.1.9.9.280.1.7.1
A table containing information about cOutageMonitoredObjectIndex value mapping, when the cOutageObjectType is logicalEntity. Each conceptual row specifies a unique mapping between a cOutageMonitoredObjectIndex value, and a logical entity object related information such as the object description.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    COutageLogicalObjMapEntry

cOutageLogicalObjMapEntry 1.3.6.1.4.1.9.9.280.1.7.1.1
A mapping between a logical entity object and a logical entity object description.
Status: current Access: not-accessible
OBJECT-TYPE    
  COutageLogicalObjMapEntry  

cOutageLogicalObjMapIndex 1.3.6.1.4.1.9.9.280.1.7.1.1.1
This object uniquely identifies a logical entity object description.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cOutageLogicalObjDescrText 1.3.6.1.4.1.9.9.280.1.7.1.1.2
This object specifies a human-readable message describing a detailed information about the monitored logical entity.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ciscoOutageMIBNotificationPrefix 1.3.6.1.4.1.9.9.280.2
OBJECT IDENTIFIER    

ciscoOutageMIBNotifications 1.3.6.1.4.1.9.9.280.2.0
OBJECT IDENTIFIER    

ciscoOutageEvent 1.3.6.1.4.1.9.9.280.2.0.1
The agent generates this notification when an outage related event on a monitored object is detected. The sending of this notification can be enabled/disabled via the cOutageNotificationsEnabled object.
Status: current Access: read-only
NOTIFICATION-TYPE    

ciscoOutageMIBConformance 1.3.6.1.4.1.9.9.280.3
OBJECT IDENTIFIER    

ciscoOutageMIBCompliances 1.3.6.1.4.1.9.9.280.3.1
OBJECT IDENTIFIER    

ciscoOutageMIBGroups 1.3.6.1.4.1.9.9.280.3.2
OBJECT IDENTIFIER    

ciscoOutageMIBCompliance 1.3.6.1.4.1.9.9.280.3.1.1
The compliance statement for Cisco agents which implement the Cisco Outage MIB. This is deprecated and new compliance ciscoOutageMIBComplianceRev1 is added.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

ciscoOutageMIBComplianceRev1 1.3.6.1.4.1.9.9.280.3.1.2
The compliance statement for Cisco agents which implement the Cisco Outage MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

ciscoOutageBasicGroup 1.3.6.1.4.1.9.9.280.3.2.1
A collection of managed objects providing basic outage notification and configuration information including notification status and event filtering status.
Status: current Access: read-only
OBJECT-GROUP    

ciscoEventHistoryGroup 1.3.6.1.4.1.9.9.280.3.2.2
A collection of managed objects providing detected outage related event history information.
Status: current Access: read-only
OBJECT-GROUP    

ciscoEventDescrGroup 1.3.6.1.4.1.9.9.280.3.2.3
A collection of managed objects defining the description of outage related events.
Status: current Access: read-only
OBJECT-GROUP    

ciscoObjectOutageGroup 1.3.6.1.4.1.9.9.280.3.2.4
A collection of managed objects providing accumulated outage data. This group is deprecated in favour of ciscoObjectOutageGroupRev.
Status: deprecated Access: read-only
OBJECT-GROUP    

ciscoCpmMappingGroup 1.3.6.1.4.1.9.9.280.3.2.5
A collection of managed objects defining the mapping of two cpm indexes.
Status: current Access: read-only
OBJECT-GROUP    

ciscoRmtMappingGroup 1.3.6.1.4.1.9.9.280.3.2.6
A collection of managed objects defining the description of remote objects.
Status: current Access: read-only
OBJECT-GROUP    

ciscoOutageNotificationsGroup 1.3.6.1.4.1.9.9.280.3.2.7
A collection of notifications.
Status: current Access: read-only
NOTIFICATION-GROUP    

ciscoObjectOutageGroupRev 1.3.6.1.4.1.9.9.280.3.2.8
A collection of managed objects providing accumulated outage data information.
Status: current Access: read-only
OBJECT-GROUP    

ciscoLntMappingGroup 1.3.6.1.4.1.9.9.280.3.2.9
A managed object defining the description of logical entity objects.
Status: current Access: read-only
OBJECT-GROUP