IPPM-REPORTING-MIB

File: IPPM-REPORTING-MIB.mib (81957 bytes)

Imported modules

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

Imported symbols

mib-2 MODULE-IDENTITY NOTIFICATION-TYPE
OBJECT-TYPE Integer32 zeroDotZero
Counter64 Unsigned32 InetAddressType
InetAddress SnmpAdminString RowStatus
StorageType TEXTUAL-CONVENTION MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP

Defined Types

IppmOwnerString  
The owner namespace is defined in the INDEX of a table as a couple of 2 objects where the type of the first one is IppmOwnerString and the type of the second is IppmOwnerIndex. IppmOwnerString is an OwnerString which length is limited to 32 bytes.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..32)  

IppmOwnerIndex  
The owner namespace is defined in the INDEX of a table as a couple of 2 objects where the type of first one is IppmOwnerString and the type of the second is IppmOwnerIndex. An object of type IppmOwnerIndex uniquely identifies a row of a table inside an owner namespace. Inside one namespace several objects of type IppmOwnerIndex coexist and share the IppmOwnerIndex range of values to provide an unique instance identifier.
TEXTUAL-CONVENTION    
  Unsigned32 1..65535  

TimeUnit  
A enumerated list of time units.
TEXTUAL-CONVENTION    
  INTEGER week(1), day(2), hour(3), minute(4), second(5), millisecond(6), microsecond(7), nanosecond(8)  

IppmStandardMetrics  
Each standard metric is identified in the IPPM-METRICS- REGISTRY under the node rfc in chronological order. In order to allow for several metrics to be calculated in a single measure, there is a need to describe in a bit string the metrics to be measured. This textual convention defines an octet string that gathers in a bit string a sequence of bits. The bit order corresponds to the order of the metric identifiers in the registry. The first bit of the string has the index 0. The index 1 corresponds to the first metric of the registry (instantaneousUnidirectionalConnectivity ). Example: One-way-Delay(6) is identified as the leaf number 6 of the node rfc of the registry. One-way-Packet-Loss(12) is identified as the leaf number 12 of the node rfc of the registry. A network measure performing both One-way- Delay(6) and One-way-Packet-Loss(12) will be described as '0001000001000000'b, '1040'B.
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..64)  

IppmMetricsRegistryIndex  
IppmMetricsRegistryIndex defines an unambiguous index for each standardized metric. It identifies a metric, and as such its value is the value of the node of the metric in the IPPM registry. This value is the same in any implementation of the IPPM REPORTING MIB. Example: In the IPPM-METRICS-REGISTRY, onewayPacketLossAverage is registered as the node 14 of ippmMetricsRegistry.metrics.rfc. Consequently the index of the metric onewayPacketLossAverage in the IppmMetricsTable will always be '14'. At large an instance, which type is IppmMetricsRegistryIndex and which value is '14', points to the metric onewayPacketLossAverage.
TEXTUAL-CONVENTION    
  Unsigned32 1..65535  

GMTTimeStamp  
The time value at which a measure or an event took place. field octets contents range ----- ------ -------- ----- 1 1-4 second since 1 Jan 1900 0H00* 0..2^31 - 1 2 5-8 fractional part of the second* 0..2^32 - 1 * the value is in network-byte order The timestamp format is the NTP timestamp format [RFC 1305]. The reference of time is GMT.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

PacketType  
This textual convention is a display string used to describe the protocol encapsulation list of a packet, and is used as the value of the SYNTAX clause for the type of the Src and Dst of an IPPM measure. The RFC2895 specifies a macro named PROTOCOL-IDENTIFIER for the definition of protocol identifiers, while its companion document, the RFC2896 defines a set of protocol identifiers. PacketType is defined as a display string. It consists of a list of dot separated protocol names. Each protocol name has been previously defined using the macro PROTOCOL-IDENTIFIER of the RFC 2895. Examples: The RFC2896 defines the protocol identifiers 'ether2', 'ip', 'ipip4', 'udp', 'tcp', 'telnet'... The PacketType of the source address corresponding to telnet is the string 'ip.tcp.telnet'. The PacketType of the source address corresponding to UDP packets sent in an IP tunnel is the string 'ip.ipip4.udp'. Note: An IPPM measure is active, so generally a PacketType value does not describe the link layer (i.e. ether2...). Valid Internet packets are sent from Src to Dst. Then the choice of the link layer relies on the Internet stack.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..512)  

PacketTypeAddress  
This textual convention is a Display string used to describe the parameters of the protocol encapsulation list of a packet, basically the address. PacketTypeAddress is defined as a display string. It consists in a list of blank separated addresses that reflect the encapsulation of the PacketType. Each parameter in the list corresponds to a parameter of a PROTOCOL-IDENTIFIER of the PacketType. Example: The PacketType 'ip.ipip4' has 2 parameters. A valid PacketTypeAddress value is '192.168.1.1 128.2.6.7'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..512)  

IppmMetricResultFilter  
Given that not all results from a metric measurement are pertinent, and that the size of the history must be limited whenever possible, the TC IppmMetricResultFilter defines basic filters to limit the among of data collected: Filter's parameters are the 2 fields ippmAggrMeasureLowThreshold and ippmAggrMeasureLowThreshold of the aggregated measure setup. A filter determines if the result of the current aggregation has to be stored: LogInBandValue: The value is stored if it is lower than the high threshold of the aggregated measure setup and greater than the low threshold of of the aggregated measure setup. LogOutBandValue: The value is stored if it is greater than the high threshold of the aggregated measure setup or lower than the low threshold of the aggregated measure setup. LogAboveValue: The value is stored if it is greater than the high threshold of the aggregated measure setup. LogBelowValue: The value is stored if it is lower than the low metric threshold field of the aggregated measure setup. logUpAndDownValue: This filter stores contiguous results that are on opposite sides of the up and down metric thresholds: A result is stored if it is the first result aggregated: If it is greater than the high threshold and lower than the low threshold then its value is set to the value of the low threshold; A result greater than the high threshold is stored if the previous result is lower than the low threshold; A result lower than the low threshold is stored if the previous result is greater than the high threshold;
TEXTUAL-CONVENTION    
  INTEGER logInBandValue(1), logOutBandValue(2), logAboveValue(3), logBelowValue(4), logUpAndDownValue(5)  

IppmSynchronizationEntry  
SEQUENCE    
  ippmSynchronizationIndex Unsigned32
  ippmSynchronizationTime GMTTimeStamp
  ippmSynchronizationStratum Unsigned32
  ippmSynchronizationResolution Unsigned32

IppmPointOfMeasureEntry  
SEQUENCE    
  ippmPointOfMeasureIndex Unsigned32
  ippmPointOfMeasureMgmtAddrType InetAddressType
  ippmPointOfMeasureMgmtAddress InetAddress
  ippmPointOfMeasureTestAddrType InetAddressType
  ippmPointOfMeasureTestAddress InetAddress
  ippmPointOfMeasureMetrics IppmStandardMetrics

IppmMetricsEntry  
SEQUENCE    
  ippmMetricsIndex IppmMetricsRegistryIndex
  ippmMetricsType INTEGER
  ippmMetricsUnit INTEGER
  ippmMetricsDescription SnmpAdminString

IppmOwnersEntry  
SEQUENCE    
  ippmOwnersOwner IppmOwnerString
  ippmOwnersGrantedMetrics IppmStandardMetrics
  ippmOwnersQuota Unsigned32
  ippmOwnersIpAddressType InetAddressType
  ippmOwnersIpAddress InetAddress
  ippmOwnersEmail SnmpAdminString
  ippmOwnersStatus RowStatus

IppmHistoryEntry  
SEQUENCE    
  ippmHistoryMeasureOwner IppmOwnerString
  ippmHistoryMeasureIndex IppmOwnerIndex
  ippmHistoryMetricIndex IppmMetricsRegistryIndex
  ippmHistorySequence Unsigned32
  ippmHistoryTimestamp GMTTimeStamp
  ippmHistoryValue Integer32

IppmNetMeasureEntry  
SEQUENCE    
  ippmNetMeasureOwner IppmOwnerString
  ippmNetMeasureIndex IppmOwnerIndex
  ippmNetMeasureName SnmpAdminString
  ippmNetMeasureMetrics IppmStandardMetrics
  ippmNetMeasureBeginTime GMTTimeStamp
  ippmNetMeasureCollectionRateUnit TimeUnit
  ippmNetMeasureCollectionRate Unsigned32
  ippmNetMeasureDurationUnit TimeUnit
  ippmNetMeasureDuration Unsigned32
  ippmNetMeasureHistorySize Unsigned32
  ippmNetMeasureFailureMgmtMode INTEGER
  ippmNetMeasureResultsMgmt INTEGER
  ippmNetMeasureSrcPacketType PacketType
  ippmNetMeasureSrc PacketTypeAddress
  ippmNetMeasureDstPacketType PacketType
  ippmNetMeasureDst PacketTypeAddress
  ippmNetMeasureTxMode INTEGER
  ippmNetMeasureTxPacketRateUnit TimeUnit
  ippmNetMeasureTxPacketRate Unsigned32
  ippmNetMeasureMedOrBurstSize Unsigned32
  ippmNetMeasureDevOrIntBurstSize Unsigned32
  ippmNetMeasureLossTimeout Unsigned32
  ippmNetMeasureL3PacketSize Unsigned32
  ippmNetMeasureDataPattern OCTET STRING
  ippmNetMeasureTotalPktsRecv Counter64
  ippmNetMeasureLastUpdate GMTTimeStamp
  ippmNetMeasureOperState INTEGER

IppmAggrMeasureEntry  
SEQUENCE    
  ippmAggrMeasureOwner IppmOwnerString
  ippmAggrMeasureIndex IppmOwnerIndex
  ippmAggrMeasureName SnmpAdminString
  ippmAggrMeasureMetrics IppmStandardMetrics
  ippmAggrMeasureHistoryOwner IppmOwnerString
  ippmAggrMeasureHistoryIndex IppmOwnerIndex
  ippmAggrMeasureHistoryMetric IppmMetricsRegistryIndex
  ippmAggrMeasureFilter IppmMetricResultFilter
  ippmAggrMeasureLowThreshold Unsigned32
  ippmAggrMeasureHighThreshold Unsigned32
  ippmAggrMeasureBeginTime GMTTimeStamp
  ippmAggrMeasureAggrPeriodUnit TimeUnit
  ippmAggrMeasureAggrPeriod Unsigned32
  ippmAggrMeasureDurationUnit TimeUnit
  ippmAggrMeasureDuration Unsigned32
  ippmAggrMeasureHistorySize Unsigned32
  ippmAggrMeasureStorageType StorageType
  ippmAggrMeasureAdminState INTEGER
  ippmAggrMeasureFastReport OBJECT IDENTIFIER
  ippmAggrMeasureResultsMgmt INTEGER
  ippmAggrMeasureLastUpdate GMTTimeStamp
  ippmAggrMeasureOperState INTEGER
  ippmAggrMeasureNbPktsTreated Counter64
  ippmAggrMeasureStatus RowStatus

Defined Values

ippm 1.3.6.1.2.1.1
This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in TCP/IP-based internets. In particular, it specifies the objects used for managing the results of the IPPM metrics measurements, alarms and reporting of measurement results.
MODULE-IDENTITY    

ippmNotifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

ippmMibObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

ippmSystem 1.3.6.1.2.1.1.1.1
OBJECT IDENTIFIER    

ippmOwners 1.3.6.1.2.1.1.1.2
OBJECT IDENTIFIER    

ippmHistory 1.3.6.1.2.1.1.1.3
OBJECT IDENTIFIER    

ippmNetMeasure 1.3.6.1.2.1.1.1.4
OBJECT IDENTIFIER    

ippmAggrMeasure 1.3.6.1.2.1.1.1.5
OBJECT IDENTIFIER    

ippmConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

ippmSystemTime 1.3.6.1.2.1.1.1.1.1
The current time of the system running the IPPM REPORTING MIB SNMP agent. When the agent is running in proxy mode, it is the current time of the proxy agent. When the agent is located in the probe, it is the current time of the probe agent.
Status: current Access: read-only
OBJECT-TYPE    
  GMTTimeStamp  

ippmSystemSynchronizationType 1.3.6.1.2.1.1.1.1.2
ippmSystemSynchronizationType describes the mechanism used to synchronize the system running the IPPM REPORTING MIB SNMP agent. Other(0) The synchronization process must be defined in the ippmSystemSynchonizationDescription. Ntp(1) The system is synchronized using the network time protocol. The NTP synchronization must be described in the ippmSystemSynchonizationDescription. Gps(2) The system is synchronized using the GPS clocks. Cdma(3) The system is synchronized using the CDMA clocks.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(0), ntp(1), gps(2), cdma(3)  

ippmSystemSynchronizationDesc 1.3.6.1.2.1.1.1.1.3
The description of the synchronization process of the system running the IPPM REPORTING MIB SNMP agent.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ippmSystemClockResolution 1.3.6.1.2.1.1.1.1.4
ippmSystemClockResolution provides the precision of the clock used for the measures . The unit is the nanosecond. For example, the clock on an old Unix host might advance only once every 10 msec, and thus have a resolution of 10 msec. So its resolution is 10000000 nanoseconds and the value of ippmSystemClockResolution is 10000000.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ippmSystemOperationalStatus 1.3.6.1.2.1.1.1.1.5
This object describes the status of the system running the IPPM REPORTING MIB SNMP agent. It does not describe end point measurement status: unknown(0) means the service is unknown. up(1) means the service is operational and available for general use. down(2) means the agent is not available for use.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), up(1), down(2)  

ippmSystemAggregatedMetrics 1.3.6.1.2.1.1.1.1.6
ippmSystemAggregatedMetrics lists the aggregated metrics that are performed in the SNMP agent instead of in the point of measure.
Status: current Access: read-only
OBJECT-TYPE    
  IppmStandardMetrics  

ippmSynchronizationTable 1.3.6.1.2.1.1.1.1.7
This table registers the event related to the synchronization of the points of measure. Each event is described in an ippmSynchronizationEntry. ippmSynchronizationTable is mandatory. ippmSynchronizationTable content is read only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmSynchronizationEntry

ippmSynchronizationEntry 1.3.6.1.2.1.1.1.1.7.1
An entry describes a modification of the synchronization status.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmSynchronizationEntry  

ippmSynchronizationIndex 1.3.6.1.2.1.1.1.1.7.1.1
An index that identifies the synchronization events in chronological order. 65535 is an arbitrary size. It is not recommended to keep permanently a history of 65535 events.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ippmSynchronizationTime 1.3.6.1.2.1.1.1.1.7.1.2
The time when the synchronization event occurs.
Status: current Access: read-only
OBJECT-TYPE    
  GMTTimeStamp  

ippmSynchronizationStratum 1.3.6.1.2.1.1.1.1.7.1.3
The stratum level of the clock computed when the synchronization event occurs.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ippmSynchronizationResolution 1.3.6.1.2.1.1.1.1.7.1.4
The new time resolution computed after the synchronization event occurred.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

ippmPointOfMeasureTable 1.3.6.1.2.1.1.1.1.8
This table is the list of measurement end points available in the measurement system. Proxy mode: It is the list of the measurement end points of the set of probes for which the IPPM agent provides an SNMP interface. IPPM MIB implemented in a probe: It is the list of the measurement end points of the probe. The ippmPointOfMeasureTable content is read only. This implies that the measurement software handles the table internally ippmPointOfMeasureTable is mandatory.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmPointOfMeasureEntry

ippmPointOfMeasureEntry 1.3.6.1.2.1.1.1.1.8.1
An entry may be the management address of some middleware in charge of the management of a set of probes. It may the management address of a probe that contains several line cards. An entry describes the capability of a point of measure. ippmPointOfMeasureMetrics lists the metrics handles by the point of measure.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmPointOfMeasureEntry  

ippmPointOfMeasureIndex 1.3.6.1.2.1.1.1.1.8.1.1
A local index that identifies an entry in the point of measure table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..65535  

ippmPointOfMeasureMgmtAddrType 1.3.6.1.2.1.1.1.1.8.1.2
The address type associated with the management address.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ippmPointOfMeasureMgmtAddress 1.3.6.1.2.1.1.1.1.8.1.3
The management address on the point of measure
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress Size(1..128)  

ippmPointOfMeasureTestAddrType 1.3.6.1.2.1.1.1.1.8.1.4
Defines the address type of the measurement interface of the point of measure.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

ippmPointOfMeasureTestAddress 1.3.6.1.2.1.1.1.1.8.1.5
Specifies the address of the measurement interface for the point of measure.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

ippmPointOfMeasureMetrics 1.3.6.1.2.1.1.1.1.8.1.6
ippmPointOfMeasureMetrics lists the metrics this point of measure implements.
Status: current Access: read-only
OBJECT-TYPE    
  IppmStandardMetrics  

ippmMetricsTable 1.3.6.1.2.1.1.1.1.9
This table is mandatory. It describes the current implementation. Each IPPM standardized metric must be described in the table. ippmMetricsTable content is read only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmMetricsEntry

ippmMetricsEntry 1.3.6.1.2.1.1.1.1.9.1
An entry describes the static capabilities of a metric implementation.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmMetricsEntry  

ippmMetricsIndex 1.3.6.1.2.1.1.1.1.9.1.1
ippmMetricsIndex defines an unambiguous index for each standardized metric. It identifies a metric, and as such its value is the value of the node of the metric in the IPPM registry. This value is the same in any implementation of the IPPM REPORTING MIB. Example: In the IPPM-METRICS-REGISTRY, onewayPacketLossAverage is registered as the node 14 of ippmMetricsRegistry.metrics.rfc. Consequently the index of the metric onewayPacketLossAverage in the IppmMetricsTable will always be '14'
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmMetricsRegistryIndex  

ippmMetricsType 1.3.6.1.2.1.1.1.1.9.1.2
Indicates the metric type, whether it is network or aggregated.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER network(0), aggregated(1)  

ippmMetricsUnit 1.3.6.1.2.1.1.1.1.9.1.3
The unit used in the current entity for the results of the measurement of this metric.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER noUnit(0), second(1), millisecond(2), microsecond(3), nanosecond(4), percentage(5), packet(6), byte(7), kilobyte(8), megabyte(9)  

ippmMetricsDescription 1.3.6.1.2.1.1.1.1.9.1.4
A textual description of the metric implementation following the exact name of this metric in the registry. For example: oneWayDelay: OWD Metric .
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ippmOwnersTable 1.3.6.1.2.1.1.1.2.1
A management entity wishing to access or aggregate remote Ippm measurements in an agent must previously be registered in the ippmOwnersTable. This table is read-create and contains at least the owner 'monitor'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmOwnersEntry

ippmOwnersEntry 1.3.6.1.2.1.1.1.2.1.1
The description of the resources granted to an SNMP application. For example, an instance of ippmOwnersOwner with an IppmOwnerString 'acme', which represents the 14th owner created in ippmOwnersTable would be named ippmOwnersEntryOwner.14.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnersEntry  

ippmOwnersOwner 1.3.6.1.2.1.1.1.2.1.1.1
The owner described by this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerString  

ippmOwnersGrantedMetrics 1.3.6.1.2.1.1.1.2.1.1.2
Defines the metrics granted to an owner for which measurements can be performed.
Status: current Access: read-create
OBJECT-TYPE    
  IppmStandardMetrics  

ippmOwnersQuota 1.3.6.1.2.1.1.1.2.1.1.3
The maximum number of records that this owner may have in the history table and in the report table.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmOwnersIpAddressType 1.3.6.1.2.1.1.1.2.1.1.4
The IP address type of the management entity corresponding to this owner. InetAddressType is restricted to ipv4(1),ipv6(2)and dns(16).
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

ippmOwnersIpAddress 1.3.6.1.2.1.1.1.2.1.1.5
The IP address of the management entity corresponding to this owner. For example, the IP address of the management console used to send SNMP requests.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress Size(1..128)  

ippmOwnersEmail 1.3.6.1.2.1.1.1.2.1.1.6
The email address of the management entity corresponding to this owner.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

ippmOwnersStatus 1.3.6.1.2.1.1.1.2.1.1.7
The status of this table entry. Once this status is set to active, the corresponding entry in the table may not be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ippmHistoryTable 1.3.6.1.2.1.1.1.3.1
The table containing the measurement results.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmHistoryEntry

ippmHistoryEntry 1.3.6.1.2.1.1.1.3.1.1
An ippmHistoryEntry entry is one of the results of a measure identified by ippmHistoryMeasureOwner, ippmHistoryMeasureIndex, ippmHistoryMetricIndex and ippmHistorySequence. In the index : + ippmHistoryMeasureOwner identifies the owner of the measure; + ippmHistoryMeasureIndex identifies the measure in the owner namespace; + ippmHistoryMetricIndex identifies the metric measured by the measure. The metric is described in the corresponding entry of the ippmMetricsTable; + ippmHistorySequence is the sequence number of the measurement result for an entry in the history table.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmHistoryEntry  

ippmHistoryMeasureOwner 1.3.6.1.2.1.1.1.3.1.1.1
The owner of the measure that produced this result. The measure is either an ippmNetMeasure or an ippmAggrMeasure.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerString  

ippmHistoryMeasureIndex 1.3.6.1.2.1.1.1.3.1.1.2
The owner index of the measure that produced this result. The measure is either an entry of the ippmNetMeasureTable or of the ippmAggrMeasureTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerIndex  

ippmHistoryMetricIndex 1.3.6.1.2.1.1.1.3.1.1.3
ippmHistoryMetricIndex identifies the metric measured by the measure. The metric is described in the corresponding entry of the ippmMetricsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmMetricsRegistryIndex  

ippmHistorySequence 1.3.6.1.2.1.1.1.3.1.1.4
ippmHistorySequence is the sequence number of the measurement results for a metric. Network metrics: It's the sequence number of a measurement packet. Typically, it identifies the order of the packet in the stream of packets sent by the source. Aggregated metrics: It is the sequence order of the aggregation computed.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

ippmHistoryTimestamp 1.3.6.1.2.1.1.1.3.1.1.5
The timestamp when the measurement occurred.
Status: current Access: read-only
OBJECT-TYPE    
  GMTTimeStamp  

ippmHistoryValue 1.3.6.1.2.1.1.1.3.1.1.6
The observed value of the measurement.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

ippmHistoryPathToResults 1.3.6.1.2.1.1.1.3.2
It is typically an URL describing the file location where bulk results are logged.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

ippmNetMeasureTable 1.3.6.1.2.1.1.1.4.1
An entry is a measurement that performs network measures and provides results. It performs several metric measurements per packet exchange. Each step of a measure produces a singleton result per metric. The time of the measurement and the value of the metric are saved in the ippmHistoryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmNetMeasureEntry

ippmNetMeasureEntry 1.3.6.1.2.1.1.1.4.1.1
The IppmNetMeasureTable is mandatory, and its content is read only. It means that the measurement software handles the table internally. The setup of the network measure is not permitted through the IPPM REPORTING MIB. As an example, OWAP provides a setup protocol to setup and tear down networks measures. The ippmNetMeasureMetrics is set to a list of metrics to be computed from the same raw packet exchange. Each step of measurement delivers a singleton per metric. Results are timestamped and saved in the ippmHistoryTable. One may create aggregated measures by using the results of network measures.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmNetMeasureEntry  

ippmNetMeasureOwner 1.3.6.1.2.1.1.1.4.1.1.1
The owner of the network measure.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerString  

ippmNetMeasureIndex 1.3.6.1.2.1.1.1.4.1.1.2
The owner index of the network measure.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerIndex  

ippmNetMeasureName 1.3.6.1.2.1.1.1.4.1.1.3
The name of the metric instance(s) as defined in ippmNetMeasureMetrics. It illustrates the specificity of the metric(s) and includes the metric(s) and the PacketType. Example: IP-TCP-HTTP-One-way-Delay: free text
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

ippmNetMeasureMetrics 1.3.6.1.2.1.1.1.4.1.1.4
ippmNetMeasureMetrics defines the metrics to compute within this measure. Only network metrics of the same type are allowed in this field (e.g. poisson-based metrics and periodic-based metrics are incompatibles, while one-way delay and packet loss are generally processed simultaneously: a very bad delay is potentially a very good packet loss). Results are saved in the ippmHistoryTable. Results of a metric are identified using an index of type IppmMetricsRegistryIndex. Example: Given a multi-metrics measure of One-way-Delay(6) and One-way- Packet-Loss(12). The value of the field ippmNetMeasureMetrics is '0001000001000000'b, '1040'B. Results are logged in the ippmHistoryTable where One-way-Delay singletons have a value of ippmMetricsIndex of 6 while One-way-Packet-Loss singletons have a value of ippmMetricsIndex of 12.
Status: current Access: read-create
OBJECT-TYPE    
  IppmStandardMetrics  

ippmNetMeasureBeginTime 1.3.6.1.2.1.1.1.4.1.1.5
Specifies the time at which the measurement begins.
Status: current Access: read-create
OBJECT-TYPE    
  GMTTimeStamp  

ippmNetMeasureCollectionRateUnit 1.3.6.1.2.1.1.1.4.1.1.6
Specifies the unit of the measurement period.
Status: current Access: read-create
OBJECT-TYPE    
  TimeUnit  

ippmNetMeasureCollectionRate 1.3.6.1.2.1.1.1.4.1.1.7
Gives the period used to collect singletons from the point of measures. This value is used as the cycle period in the report.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureDurationUnit 1.3.6.1.2.1.1.1.4.1.1.8
Specifies the measurement duration unit.
Status: current Access: read-create
OBJECT-TYPE    
  TimeUnit  

ippmNetMeasureDuration 1.3.6.1.2.1.1.1.4.1.1.9
Specifies the measurement duration.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureHistorySize 1.3.6.1.2.1.1.1.4.1.1.10
Specifies the maximum number of results saved for each metric of this measure. Overflow condition will be managed by the object ippmNetMeasureResultsMgmt.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureFailureMgmtMode 1.3.6.1.2.1.1.1.4.1.1.11
This object defines whether this row (and the measure controlled by this row) is restarted automatically, manually, or discarded upon failure, or reboot of the measurement system: 'auto' The measure is restarted automatically. 'manual' The measure has to be restarted manually. 'discarded' The measure and it results are discarded.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER auto(1), manual(2), discarded(3)  

ippmNetMeasureResultsMgmt 1.3.6.1.2.1.1.1.4.1.1.12
Action to take when the log is full. The measurement system owner may choose to either wrap, in which case the agent writes over existing records. The user may choose to suspend writing to the log in the event that he wishes to archive the data. The resume action causes the agent to begin to write in the log, and assumes the data has been cleared. This object indicates the way the measurement results are managed when the owner quota has been exceeded: 'wrap' continue the measurement and erase the older entries in the history. 'suspend' stop the measure and keep the results in the history.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER wrap(1), suspend(2)  

ippmNetMeasureSrcPacketType 1.3.6.1.2.1.1.1.4.1.1.13
Defines the type P of the source address of the packets sent by the measure.
Status: current Access: read-create
OBJECT-TYPE    
  PacketType  

ippmNetMeasureSrc 1.3.6.1.2.1.1.1.4.1.1.14
Specifies the address of the source of the measure. It is represented as a list of parameters corresponding to those of the PROTOCOL IDENTIFIER set in ippmNetMeasureSrcPacketType.
Status: current Access: read-create
OBJECT-TYPE    
  PacketTypeAddress  

ippmNetMeasureDstPacketType 1.3.6.1.2.1.1.1.4.1.1.15
Defines the type P of the destination address of the packets sent by the measure.
Status: current Access: read-create
OBJECT-TYPE    
  PacketType  

ippmNetMeasureDst 1.3.6.1.2.1.1.1.4.1.1.16
Specifies the address of the destination of the measure. It is represented as a list of parameters corresponding to those of the PROTOCOL IDENTIFIER set in ippmNetMeasureDstPacketType.
Status: current Access: read-create
OBJECT-TYPE    
  PacketTypeAddress  

ippmNetMeasureTxMode 1.3.6.1.2.1.1.1.4.1.1.17
The transmit mode used to send the packets: 'other' The rule used to send the packets is unknown. 'periodic' Packets are sent periodically at ippmNetMeasureTxPacketRate rate. 'poisson' Packets are sent using a Poisson law, the median is the value of ippmNetMeasureDevOrIntBurstSize, the deviation is ippmNetMeasureMedOrBurstSize. 'multiburst' Packets are sent bursty at ippmNetMeasureTxPacketRate. The size of the burst is made of ippmNetMeasureMedOrBurstSize packets. Between 2 consecutive bursts, transmission stops during the time needed to send ippmNetMeasureDevOrIntBurstSize.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER other(0), periodic(1), poisson(2), multiburst(3)  

ippmNetMeasureTxPacketRateUnit 1.3.6.1.2.1.1.1.4.1.1.18
The packet rate unit used to send the packets.
Status: current Access: read-create
OBJECT-TYPE    
  TimeUnit  

ippmNetMeasureTxPacketRate 1.3.6.1.2.1.1.1.4.1.1.19
The rate the packets are sent.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureMedOrBurstSize 1.3.6.1.2.1.1.1.4.1.1.20
Multi-burst mode: This field represents the burst size in number of packets. Poisson mode: This field indicates the number of packets sent, on average, during each period corresponding to the median. The median is therefore MedOrBurstSize*TxPacketRateUnit/TxPacketRate. Example: If TxPacketRateUnit/TxPacketRate is 100 packets/second, and if MedOrBurstSize, the number of packets sent during the period corresponding to the median is 50 packets, then the median equals 50*1/100 = 1/2 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureDevOrIntBurstSize 1.3.6.1.2.1.1.1.4.1.1.21
Multi-burst mode: This field indicates the gap between 2 bursts, in number of packets. Example: If TxPacketRateUnit/TxPacketRate is 100 packets/second, and DevOrIntBurstSize equals 50 packets, then the gap between 2 bursts is equal to 50*1/100, or 1/2 second. Poisson mode: This field indicates the typical difference between the packets of the period corresponding to the median.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureLossTimeout 1.3.6.1.2.1.1.1.4.1.1.22
Specifies the delay after which the packet is considered lost by the sink.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureL3PacketSize 1.3.6.1.2.1.1.1.4.1.1.23
Specifies the size of the packets counted at the IP network layer in regards to the PacketType definition. Example: For a PacketType 'ip ipip4' the L3 size will be the size of the packet at ipip4 level.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmNetMeasureDataPattern 1.3.6.1.2.1.1.1.4.1.1.24
The pattern used to fill the payload of the packet.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING  

ippmNetMeasureTotalPktsRecv 1.3.6.1.2.1.1.1.4.1.1.25
Reports the current number of packets received since the beginning of the measure. This parameters is useful to monitor the measure and it is needed to compute statistics.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ippmNetMeasureLastUpdate 1.3.6.1.2.1.1.1.4.1.1.26
The time when the last aggregation was computed.
Status: current Access: read-only
OBJECT-TYPE    
  GMTTimeStamp  

ippmNetMeasureOperState 1.3.6.1.2.1.1.1.4.1.1.27
Reports the operational status of the network measure.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), running(1), stopped(2)  

ippmAggrMeasureTable 1.3.6.1.2.1.1.1.5.1
An aggregated measure summarizes the results of previous network or aggregated measures. The results are saved in the ippmHistoryTable. Each step of the calculation for the measure produces a singleton result per metric.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IppmAggrMeasureEntry

ippmAggrMeasureEntry 1.3.6.1.2.1.1.1.5.1.1
Typically, the configuration operation creates and sets the value of the fields of a new ippmAggrMeasureEntry. ippmAggrMeasureOwner and ippmAggrMeasureIndex identify the instance created. The field ippmAggrMeasureMetrics identifies the metric to compute. As such its ippmMetricsType should be 'aggregated'. The measure aggregates the results of a measure identified by ippmAggrMeasureHistoryOwner, ippmAggrMeasureHistoryIndex and ippmAggrMeasureHistoryMetric. The measure to aggregate belongs to ippmNetMeasureTable or ippmAggrMeasureTable. The aggregation starts at ippmAggrMeasureBeginTime and ends after ippmAggrMeasureDuration. An aggregated result is computed for each ippmMeasureCollectionRate tick and saved in the ippmHistoryTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmAggrMeasureEntry  

ippmAggrMeasureOwner 1.3.6.1.2.1.1.1.5.1.1.1
The owner who has configured this entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerString  

ippmAggrMeasureIndex 1.3.6.1.2.1.1.1.5.1.1.2
The index of the aggregated measure. The value is managed by the owner.
Status: current Access: not-accessible
OBJECT-TYPE    
  IppmOwnerIndex  

ippmAggrMeasureName 1.3.6.1.2.1.1.1.5.1.1.3
The name of the instance of the metric. It illustrates the specificity of the metric and includes the metric and the typeP. example: IP-port-HTTP-connectivity: free text.
Status: current Access: read-create
OBJECT-TYPE    
  SnmpAdminString  

ippmAggrMeasureMetrics 1.3.6.1.2.1.1.1.5.1.1.4
ippmAggrMeasureMetrics defines the metrics to compute within this aggregated measure. Only aggregated metrics of the same type are allowed in this field (e.g. Measurement of minimum, average and maximum metrics are generally processed simultaneously on the same network measure). Results are saved in the ippmHistoryTable. Results of a metric are identified using an index of type IppmMetricsRegistryIndex. Example: Given a multi-aggregation of One-way-Delay-Median(9) and One-way-Delay-Minimum(10). The value of the field ippmAggrMeasureMetrics is '0000011000000000'b, '0600'B. Results are logged in the ippmHistoryTable where One-way-Delay-Median singletons have a value of ippmMetricsIndex of 9 while One-way-Delay-Minimum singletons have a value of ippmMetricsIndex of 10. NOTE WELL: It is not recommended to use the multi aggregation capability in conjunction with the filter feature.
Status: current Access: read-create
OBJECT-TYPE    
  IppmStandardMetrics  

ippmAggrMeasureHistoryOwner 1.3.6.1.2.1.1.1.5.1.1.5
The owner of the measure to summarize.
Status: current Access: read-create
OBJECT-TYPE    
  IppmOwnerString  

ippmAggrMeasureHistoryIndex 1.3.6.1.2.1.1.1.5.1.1.6
The owner index of the measure to summarize.
Status: current Access: read-create
OBJECT-TYPE    
  IppmOwnerIndex  

ippmAggrMeasureHistoryMetric 1.3.6.1.2.1.1.1.5.1.1.7
The metric of the measure to summarize.
Status: current Access: read-create
OBJECT-TYPE    
  IppmMetricsRegistryIndex  

ippmAggrMeasureFilter 1.3.6.1.2.1.1.1.5.1.1.8
ippmAggrMeasureFilter defines the kind of filter to apply on a result to determine if the result is stored or not. The parameters of the filter are ippmAggrMeasureLowThreshold and ippmAggrMeasureHighThreshold. Thresholds have the same unit as the metric value. In the following examples we consider an aggregated measure. Its low threshold is set to 80.its high threshold is set to 100. The aggregation produced a flow of 12 aggregated results {40 30 60 85 140 130 190 95 50 90 30 20}. If the filter is set to 'logInBandValue' then the results 85, 95, 90 will be stored. If the filter is set to 'logOutBandValue' then the results 40 30 60 140 130 190 50 30 20 will be stored. If the filter is set to 'logAboveValue' then the results 140 130 190 will be stored. If the filter is set to 'logBelowValue' then the results 40 30 60 50 30 20 will be stored. If the filter is set to 'logUpAndDownValue' then the results 40, 140, 50 will be stored.
Status: current Access: read-create
OBJECT-TYPE    
  IppmMetricResultFilter  

ippmAggrMeasureLowThreshold 1.3.6.1.2.1.1.1.5.1.1.9
An event is generated when the result of the measure of the metric is lower that the value of ippmAggrMeasureLowThreshold. The threshold has the same unit as the metric. The metric unit is recorded in the object ippmMetricsUnit of this metric entry in the ippmMetricsTable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmAggrMeasureHighThreshold 1.3.6.1.2.1.1.1.5.1.1.10
An event is generated when the result of the measure of the metric exceeds the value of ippmAggrMeasureHighThreshold. The threshold has the same unit as the metric. The metric unit is recorded in the object ippmMetricsUnit of this metric entry in the ippmMetricsTable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmAggrMeasureBeginTime 1.3.6.1.2.1.1.1.5.1.1.11
Specifies the time at which the aggregated measure starts.
Status: current Access: read-create
OBJECT-TYPE    
  GMTTimeStamp  

ippmAggrMeasureAggrPeriodUnit 1.3.6.1.2.1.1.1.5.1.1.12
Specifies the unit of the aggregated measure period.
Status: current Access: read-create
OBJECT-TYPE    
  TimeUnit  

ippmAggrMeasureAggrPeriod 1.3.6.1.2.1.1.1.5.1.1.13
Specifies the amount of time between 2 measurement action intervals. The action is specific to the semantic of the measure. Network metrics: The ippmNetMeasureClockPattern transforms the flow of periodical instants as a flow of unpredictable instants of measurement packet emission. As the source and the sink share the definition of the clock of the measure, and as the sending timestamp is part of the measurement packet, the sink has the information to verify that the stream of packets generated by the source respects the clock law. Aggregated metrics: They are performed periodically on a sequence of results of other measures. The period corresponds to the interval between two successive computations of the metric. The value of ippmHistoryTimestamp result of a aggregated metric computed corresponds to the value of the ippmHistoryTimestamp of the last metric result of the sequence used to compute the aggregated metric.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmAggrMeasureDurationUnit 1.3.6.1.2.1.1.1.5.1.1.14
Specifies the unit of the measure duration.
Status: current Access: read-create
OBJECT-TYPE    
  TimeUnit  

ippmAggrMeasureDuration 1.3.6.1.2.1.1.1.5.1.1.15
Specifies the duration of the measure.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmAggrMeasureHistorySize 1.3.6.1.2.1.1.1.5.1.1.16
Specifies the maximum number of results saved for each metric of this measure. Overflow condition will be managed by the object ippmAggrMeasureResultsMgmt.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

ippmAggrMeasureStorageType 1.3.6.1.2.1.1.1.5.1.1.17
This object defines whether this row and the measure controlled by this row are kept in volatile storage and lost upon reboot or if this row is backed up by non-volatile or permanent storage. Possible values are: other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5).
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

ippmAggrMeasureResultsMgmt 1.3.6.1.2.1.1.1.5.1.1.18
This object displays the way the history of the aggregated measure is managed. 'wrap' continue the measure and erase the older entries in the history. 'suspend' stop the measure and keep the results in the history.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER wrap(1), suspend(2)  

ippmAggrMeasureAdminState 1.3.6.1.2.1.1.1.5.1.1.19
This object controls the activity of the aggregated measure. 'start' The aggregated measure is started. 'stop' The aggregated measure is stopped.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER start(0), stop(1)  

ippmAggrMeasureFastReport 1.3.6.1.2.1.1.1.5.1.1.20
A fast report is required in order to verify quickly that a measure is running well. 'fast report' feature is active if ippmAggrMeasureFastReport is not null and points to a notification. A fast report consists of sending by email to the owner of the measure, a table of the results of all the metrics computed by this aggregated measure. The owner email address is read from the ippmOwnersTable. ippmAggrMeasureFastReport identifies the notification which defines the header of the report. The results part of the report is made of a column of results per metrics. Results are separated using commas. To avoid disaster, an aggregated measure using a fast report must have a cycle of aggregation greater than or equal to 1 second and should not sent more than an email every 5 minutes and should not sent more than 12 emails.
Status: current Access: read-create
OBJECT-TYPE    
  OBJECT IDENTIFIER  

ippmAggrMeasureLastUpdate 1.3.6.1.2.1.1.1.5.1.1.21
The time when the last aggregated measure was computed.
Status: current Access: read-only
OBJECT-TYPE    
  GMTTimeStamp  

ippmAggrMeasureOperState 1.3.6.1.2.1.1.1.5.1.1.22
Reports the operational status of the aggregated measure.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(0), running(1), stopped(2)  

ippmAggrMeasureNbPktsTreated 1.3.6.1.2.1.1.1.5.1.1.23
Reports the current number of packets used to calculate the aggregation since the start of the measure. This parameters is useful to monitor the measure and it is needed to compute statistics.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

ippmAggrMeasureStatus 1.3.6.1.2.1.1.1.5.1.1.24
The status of this entry. Once the entry status is set to active, the associate entry cannot be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

ippmAggrMeasureReport 1.3.6.1.2.1.1.0.1
A notification sent because the value of the measure is under the high threshold value and greater than the low threshold value. The notification contains the instances of the ippmHistoryValue object that exceeded the threshold. The notification contains the instances of the ippmHistoryTimestamp identifying the time the event occurred. ippmHistoryPathToResults is a link to the file name, which contains detailed results corresponding to this event.
Status: current Access: read-create
NOTIFICATION-TYPE    

ippmAggrMeasureHistoryFull 1.3.6.1.2.1.1.0.2
A notification sent when the size of the history of a metric of a aggregated measure exceeds ippmAggrMeasureHistorySize. The agent will then manage the reports according to the policy described in ippmAggrMeasureResultsMgmt.
Status: current Access: read-create
NOTIFICATION-TYPE    

ippmNetMeasureHistoryFull 1.3.6.1.2.1.1.0.3
A notification sent when the size of the history of a metric of a network measure exceeded ippmNetMeasureHistorySize. Then the agent manages the records according to the policy described in ippmNetMeasureResultsMgmt.
Status: current Access: read-create
NOTIFICATION-TYPE    

ippmCompliances 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

ippmGroups 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

ippmProxyInterDomainCompliances 1.3.6.1.2.1.1.2.1.1
The compliance statement for SNMP entities which implement the IPPM MIB as a proxy in interdomain. The implementation of the VACM control is mandatory.
Status: current Access: read-only
MODULE-COMPLIANCE    

ippmProxyCompliance 1.3.6.1.2.1.1.2.1.2
The compliance statement for SNMP entities which implement the IPPM MIB as a proxy.
Status: current Access: read-only
MODULE-COMPLIANCE    

ippmEmbeddedCompliance 1.3.6.1.2.1.1.2.1.3
The compliance statement for SNMP entities which implement the IPPM MIB in a probe.
Status: current Access: read-only
MODULE-COMPLIANCE    

ippmSystemGroup 1.3.6.1.2.1.1.2.2.1
The IPPM System Group
Status: current Access: read-only
OBJECT-GROUP    

ippmNetMeasureGroup 1.3.6.1.2.1.1.2.2.2
The IPPM Network Measure Group
Status: current Access: read-only
OBJECT-GROUP    

ippmHistoryGroup 1.3.6.1.2.1.1.2.2.3
The IPPM History Group
Status: current Access: read-only
OBJECT-GROUP    

ippmAggrMeasureGroup 1.3.6.1.2.1.1.2.2.4
The IPPM AggregatedMeasure Group
Status: current Access: read-only
OBJECT-GROUP    

ippmOwnersGroup 1.3.6.1.2.1.1.2.2.5
The IPPM Owners Group
Status: current Access: read-only
OBJECT-GROUP    

ippmNotificationGroup 1.3.6.1.2.1.1.2.2.6
The IPPM Notification Group
Status: current Access: read-only
NOTIFICATION-GROUP