Collapse AllExpand All

2.20. SNMP Support HG 3500 / HG 3575 Previous topic Parent topic Child topic Next topic

The HG 3500 / HG 3575 module supports the request of data via SNMP.The standards MIB (MIB-2) and two Private Enterprises MIB-s for company specific gateway data are supported:

MIB-2:

  1. (1) System Group (RFC1213)
    • (2) Interfaces Group (RFC2233)
    • (3) AT Group (RFC1213)
    • (4) IP Group (RFC2011/RFC1213)
    • (5) ICMP Group (RFC2011)
    • (6) TCP Group (RFC2012)
    • (7) UDP Group (RFC2013)
    • (8) EGP Group (RFC1213)
    • (10) Transmission Group (RFC2127)
    • (11) SNMP Group (RFC1213)
    • (16) RMON Group (RFC1757)
    • (30) ianaifType (IANA)
    • (31) ifMIB Group (RFC2233)
    SNI specific (hg3550) MIB:
    • (1) Error Sig Group
    • (2) Control Group
    • (3) Monitoring Group
    • (4) Statistics Group
    • (5) Send Alarm with Values (traps)
    • (6) File Overflow (traps)
    • (7) All Serve Group
    • (8) Ethernet Statistics Group
    • (9) QOS Statistics Group
    • (10) B-Channel Statistics Group
    • (11) Notification Group (traps)
    • (12) IP Phone Group
    • (13) RG2500 MIB (platform, management, global data, traps, ...)
    Company specific (hg3550 v11) MIB:
    • (2) I&C Admin MIB (systemOID)
    Notes
    To make the MIB-s known to a MIB browser, the following files are required:

MIB-2 parts:

  • mib-2.my: standard MIB-II (1.3.6.1.2.1.1-11)
  • iana.my: IANAifType (1.3.6.1.2.1.30)
  • my_rmon2.my: RMON MIB (1.3.6.1.2.1.16.19)
  • rfc2127.my: ISDN-MIB (1.3.6.1.2.1.10.20)
  • rfc2233.my: IF-MIB (1.3.6.1.2.1.2 and 1.3.6.1.2.1.31)
SNI specific (hg3550) MIB parts:
  • hg1500.my: HG3550 MIB (1.3.6.1.4.1.231.7.2.7.1-12)
  • ar2500_platform.my: Platform MIB (1.3.6.1.4.1.231.7.2.7.13.1)
  • ar2500_management.my: Management MIB (1.3.6.1.4.1.231.7.2.7.13.2)
  • cg2500.my: CG2500 MIB (1.3.6.1.4.1.231.7.2.7.13.3)
Company specific (hg3550 v11) MIB parts:
  • hg3550_v11.my: system OID for hg3550 V2 (1.3.6.1.4.1.4329.2.24)
These files are part of each official production, packed in a zip file.
The SNMP MIBs can be downloaded via the SNMP Configurator, tab SNMP Control of the OpenScape 4000 Assistant (Diagnostics > Faul Management) or via sftp from the directory /opt/ncc/mib.
For all information on Object Identifiers (OID) please refer to https://wpb.global-intra.net/comwiki/bin/view.pl/Standardization/OIDs.
You can find more information on the SNMP Configurator in the online help or in the OpenScape 4000 Assistant documentation for Simple Network Management Protocol.
The SNMP Signaling of specific Eventlog messages can be controlled under the Reaction Table in WBM: Maintenance > Traces & Events > Events > Reaction Table.
Some MIB objects and MIB files have old, historical names. These MIB objects and MIB files have been created earlier, for previous products (CG2500, AR2500, HG1500 etc.). These objects and files could been inherited for the new products with minor (or without any) changes, thus the old, unchanged object and file names are continuously used in the new products (HG 3500, HG 3575) too.
The following tables describe the details of the supported objects, sorted by object ID. The last table contains a repeated and collected list of the SNMP traps in the MIB object tree.
The SNMP traps are marked by “TRAP” in the Syntax column. They are collected and repeated in the last table.
The Access column contains shortcuts of the object data access possibilities:
  • RO: Read-Only
  • RW: Read-Write
  • RC: Read-Create
If no Access shortcut is present, then the object is not a data container object, thus it is not directly accessible.
The texts in the Description column are generally extracted from the MIB source files, thus they may contain references to old, historical product names. These are valid for the current products too.
For more information see the referenced MIB files.

Table 12. Data in the standard MIB-2

Object-ID
Object name
Syntax
Access
Description
1.3.6.1.2.1.1
system
   
System MIB, see mib-2.my
1.3.6.1.2.1.1.1
sysDescr
DisplayString (SIZE (0..255))
RO
Textual description of the system, including the full name and version identification of the system's hardware type, software operating-system, and networking software
1.3.6.1.2.1.1.2
sysObjectID
OBJECT IDENTIFIER
RO
The vendor's authoritative identification of the network management subsystem contained in the entity
1.3.6.1.2.1.1.3
sysUpTime
TimeTicks
RO
The time (in hundredths of a second) since the network management portion of the system was last re-initialized
1.3.6.1.2.1.1.4
sysContact
DisplayString (SIZE (0..255))
RW
The textual identification of the contact person for this managed node, together with information on how to contact this person
1.3.6.1.2.1.1.5
sysName
DisplayString (SIZE (0..255))
RW
An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name
1.3.6.1.2.1.1.6
sysLocation
DisplayString (SIZE (0..255))
RW
The physical location of this node
1.3.6.1.2.1.1.7
sysServices
INTEGER (0..127)
RO
A value which indicates the set of services that this entity primarily offers
 
1.3.6.1.2.1.2
interfaces
   
Interfaces MIB, see mib-2.my and rfc2233.my
1.3.6.1.2.1.2.1
ifNumber
INTEGER
RO
The number of network interfaces (regardless of their current state) present on this system.
1.3.6.1.2.1.2.2
ifTable
SEQUENCE OF IfEntry
 
A list of interface entries. The number of entries is given by the value of ifNumber.
1.3.6.1.2.1.2.2.1
ifEntry
IfEntry
 
An entry containing management information applicable to a particular interface.
1.3.6.1.2.1.2.2.1.1
ifIndex
INTEGER
RO
A unique value, greater than zero, for each interface.
1.3.6.1.2.1.2.2.1.2
ifDescr
DisplayString (SIZE (0..255))
RO
A textual string containing information about the interface.
1.3.6.1.2.1.2.2.1.3
ifType
INTEGER
RO
The type of interface.
1.3.6.1.2.1.2.2.1.4
ifMtu
INTEGER
RO
The size of the largest packet which can be sent/received on the interface, specified in octets.
1.3.6.1.2.1.2.2.1.5
ifSpeed
Gauge
RO
An estimate of the interface's current bandwidth in bits per second.
1.3.6.1.2.1.2.2.1.6
ifPhysAddress
PhyCountersAddress
RO
The interface's address at its protocol sub-layer.
1.3.6.1.2.1.2.2.1.7
ifAdminStatus
INTEGER
RW
The desired state of the interface.
- up(1) ready to pass packets
- down(2)
- testing(3) in some test mode
1.3.6.1.2.1.2.2.1.8
ifOperStatus
INTEGER
RO
The current operational state of the interface.
- up(1) ready to pass packets
- down(2)
- testing(3) in some test mode
- unknown(4) status can not be determined for some reason.
- dormant(5)
- notPresent(6) some component is missing
- lowerLayerDown(7) down due to state of lower-layer interface(s)
1.3.6.1.2.1.2.2.1.9
ifLastChange
TimeTicks
RO
The value of sysUpTime at the time the interface entered its current operational state.
1.3.6.1.2.1.2.2.1.10
ifInOctets
Counter
RO
The total number of octets received on the interface, including framing characters.
1.3.6.1.2.1.2.2.1.11
ifInUcastPkts
Counter
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
1.3.6.1.2.1.2.2.1.12
ifInNUcastPkts
Counter
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast or broadcast address at this sub-layer.
deprecated
1.3.6.1.2.1.2.2.1.13
ifInDiscards
Counter
RO
The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol.
1.3.6.1.2.1.2.2.1.14
ifInErrors
Counter
RO
For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol.
1.3.6.1.2.1.2.2.1.15
ifInUnknownProtos
Counter
RO
For packet-oriented interfaces, the number of packets received via the interface which were discarded because of an unknown or unsupported protocol.
1.3.6.1.2.1.2.2.1.16
ifOutOctets
Counter
RO
The total number of octets transmitted out of the interface, including framing characters.
1.3.6.1.2.1.2.2.1.17
ifOutUcastPkts
Counter
RO
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
1.3.6.1.2.1.2.2.1.18
ifOutNUcastPkts
Counter
RO
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
deprecated
1.3.6.1.2.1.2.2.1.19
ifOutDiscards
Counter
RO
The number of outbound packets which were chosen to be discarded even though no errors had been detected to prevent their being transmitted.
1.3.6.1.2.1.2.2.1.20
ifOutErrors
Counter
RO
For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors.
1.3.6.1.2.1.2.2.1.21
ifOutQLen
Gauge
RO
The length of the output packet queue (in packets).
1.3.6.1.2.1.2.2.1.22
ifSpecific
OBJECT IDENTIFIER
RO
A reference to MIB definitions specific to the particular media being used to realize the interface.
deprecated
 
1.3.6.1.2.1.3
at
   
Address Translation MIB, see mib-2.my
Note: This group is deprecated by MIB-II. That is, it is being included solely for compatibility with MIB-I nodes, and will most likely be excluded from MIB-III nodes
1.3.6.1.2.1.3.1
atTable
SEQUENCE OF AtEntry
 
The MIB module to describe generic objects for network interface sub-layers. This MIB is an updated version of MIB-II's ifTable, and incorporates the extensions defined in RFC 1229.
1.3.6.1.2.1.3.1.1
atEntry
AtEntry
 
Each entry contains one NetworkAddress to `physical' address equivalence
1.3.6.1.2.1.3.1.1.1
atIfIndex
INTEGER
RW
The interface on which this entry's equivalence is effective
1.3.6.1.2.1.3.1.1.2
atPhysAddress
PhysAddress
RW
The media-dependent `physical' address
1.3.6.1.2.1.3.1.1.3
atNetAddress
NetworkAddress
RW
The NetworkAddress (e.g., the IP address) corresponding to the media-dependent `physical' address
 
1.3.6.1.2.1.4
ip
   
IP MIB, see mib-2.my
1.3.6.1.2.1.4.1
ipForwarding
INTEGER
RW
The indication of whether this entity is acting as an IP gateway in respect to the forwarding of datagrams received by, but not addressed to, this entity
forwarding(1): acting as a gateway
not-forwarding(2): NOT acting as a gateway
1.3.6.1.2.1.4.2
ipDefaultTTL
INTEGER
RW
The default value inserted into the Time-To-Live field of the IP header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol
1.3.6.1.2.1.4.3
ipInReceives
Counter
RO
The total number of input datagrams received from interfaces, including those received in error
1.3.6.1.2.1.4.4
ipInHdrErrors
Counter
RO
The number of input datagrams discarded due to errors in their IP headers, including bad checksums, version number mismatch, other format errors, time-to-live exceeded, errors discovered in processing their IP options, etc.
1.3.6.1.2.1.4.5
ipInAddrErrors
Counter
RO
The number of input datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity
1.3.6.1.2.1.4.6
ipForwDatagrams
Counter
RO
The number of input datagrams for which this entity was not their final IP destination, as a result of which an attempt was made to find a route to forward them to that final destination
1.3.6.1.2.1.4.7
ipInUnknownProtos
Counter
RO
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol
1.3.6.1.2.1.4.8
ipInDiscards
Counter
RO
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but which were discarded (e.g., for lack of buffer space)
1.3.6.1.2.1.4.9
ipInDelivers
Counter
RO
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP)
1.3.6.1.2.1.4.10
ipOutRequests
Counter
RO
The total number of IP datagrams which local IP user-protocols (including ICMP) supplied to IP in requests for transmission
1.3.6.1.2.1.4.11
ipOutDiscards
Counter
RO
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but which were discarded (e.g., for lack of buffer space)
1.3.6.1.2.1.4.12
ipOutNoRoutes
Counter
RO
The number of IP datagrams discarded because no route could be found to transmit them to their destination
1.3.6.1.2.1.4.13
ipReasmTimeout
INTEGER
RO
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity
1.3.6.1.2.1.4.14
ipReasmReqds
Counter
RO
The number of IP fragments received which needed to be reassembled at this entity
1.3.6.1.2.1.4.15
ipReasmOKs
Counter
RO
The number of IP datagrams successfully re-assembled
1.3.6.1.2.1.4.16
ipReasmFails
Counter
RO
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc)
1.3.6.1.2.1.4.17
ipFragOKs
Counter
RO
The number of IP datagrams that have been successfully fragmented at this entity
1.3.6.1.2.1.4.18
ipFragFails
Counter
RO
The number of IP datagrams that have been discarded because they needed to be fragmented at this entity but could not be, e.g., because their Don't Fragment flag was set
1.3.6.1.2.1.4.19
ipFragCreates
Counter
RO
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity
1.3.6.1.2.1.4.20
ipAddrTable
SEQUENCE OF IpAddrEntry
 
The table of addressing information relevant to this entity's IP addresses
1.3.6.1.2.1.4.20.1
ipAddrEntry
IpAddrEntry
 
The addressing information for one of this entity's IP addresses
1.3.6.1.2.1.4.20.1.1
ipAdEntAddr
IpAddress
RO
The IP address to which this entry's addressing information pertains
1.3.6.1.2.1.4.20.1.2
ipAdEntIfIndex
INTEGER
RO
The index value which uniquely identifies the interface to which this entry is applicable
1.3.6.1.2.1.4.20.1.3
ipAdEntNetMask
IpAddress
RO
The subnet mask associated with the IP address of this entry
1.3.6.1.2.1.4.20.1.4
ipAdEntBcastAddr
INTEGER
RO
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry
1.3.6.1.2.1.4.20.1.5
ipAdEntReasmMaxSize
INTEGER (0..65535)
RO
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagrams received on this interface
 
1.3.6.1.2.1.4.21
ipRouteTable
SEQUENCE OF IpRouteEntry
 
This entity's IP Routing table
1.3.6.1.2.1.4.21.1
ipRouteEntry
IpRouteEntry
 
A route to a particular destination
1.3.6.1.2.1.4.21.1.1
ipRouteDest
IpAddress
RW
The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route
1.3.6.1.2.1.4.21.1.2
ipRouteIfIndex
INTEGER
RW
The index value which uniquely identifies the local interface through which the next hop of this route should be reached
1.3.6.1.2.1.4.21.1.3
ipRouteMetric1
INTEGER
RW
The primary routing metric for this route
1.3.6.1.2.1.4.21.1.4
ipRouteMetric2
INTEGER
RW
An alternate routing metric for this route
1.3.6.1.2.1.4.21.1.5
ipRouteMetric3
INTEGER
RW
An alternate routing metric for this route
1.3.6.1.2.1.4.21.1.6
ipRouteMetric4
INTEGER
RW
An alternate routing metric for this route
1.3.6.1.2.1.4.21.1.7
ipRouteNextHop
IpAddress
RW
The IP address of the next hop of this route
1.3.6.1.2.1.4.21.1.8
ipRouteType
INTEGER
RW
The type of route
1.3.6.1.2.1.4.21.1.9
ipRouteProto
INTEGER
RO
The routing mechanism via which this route was learned
1.3.6.1.2.1.4.21.1.10
ipRouteAge
INTEGER
RW
The number of seconds since this route was last updated or otherwise determined to be correct
1.3.6.1.2.1.4.21.1.11
ipRouteMask
IpAddress
RW
Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipRouteDest field
1.3.6.1.2.1.4.21.1.12
ipRouteMetric5
INTEGER
RW
An alternate routing metric for this route
1.3.6.1.2.1.4.21.1.13
ipRouteInfo
OBJECT IDENTIFIER
RO
A reference to MIB definitions specific to the particular routing protocol which is responsible for this route, as determined by the value specified in the route's ipRouteProto value
 
1.3.6.1.2.1.4.22
ipNetToMediaTable
SEQUENCE OF IpNetToMediaEntry
 
The IP Address Translation table used for mapping from IP addresses to physical addresses
1.3.6.1.2.1.4.22.1
ipNetToMediaEntry
IpNetToMediaEntry
 
Each entry contains one IpAddress to `physical' address equivalence
1.3.6.1.2.1.4.22.1.1
ipNetToMediaIfIndex
INTEGER
RW
The interface on which this entry's equivalence is effective
1.3.6.1.2.1.4.22.1.2
ipNetToMediaPhysAddress
PhysAddress
RW
The media-dependent `physical' address
1.3.6.1.2.1.4.22.1.3
ipNetToMediaNetAddress
IpAddress
RW
The IpAddress corresponding to the media- dependent `physical' address
1.3.6.1.2.1.4.22.1.4
ipNetToMediaType
INTEGER
RW
The type of mapping
 
1.3.6.1.2.1.4.23
ipRoutingDiscards
Counter
RO
The number of routing entries which were chosen to be discarded even though they are valid
 
1.3.6.1.2.1.5
icmp
   
ICMP MIB, see mib-2.my
1.3.6.1.2.1.5.1
icmpInMsgs
Counter
RO
The total number of ICMP messages which the entity received
1.3.6.1.2.1.5.2
icmpInErrors
Counter
RO
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.)
1.3.6.1.2.1.5.3
icmpInDestUnreachs
Counter
RO
The number of ICMP Destination Unreachable messages received
1.3.6.1.2.1.5.4
icmpInTimeExcds
Counter
RO
The number of ICMP Time Exceeded messages received
1.3.6.1.2.1.5.5
icmpInParmProbs
Counter
RO
The number of ICMP Parameter Problem messages received
1.3.6.1.2.1.5.6
icmpInSrcQuenchs
Counter
RO
The number of ICMP Source Quench messages received
1.3.6.1.2.1.5.7
icmpInRedirects
Counter
RO
The number of ICMP Redirect messages received
1.3.6.1.2.1.5.8
icmpInEchos
Counter
RO
The number of ICMP Echo (request) messages received
1.3.6.1.2.1.5.9
icmpInEchoReps
Counter
RO
The number of ICMP Echo Reply messages received
1.3.6.1.2.1.5.10
icmpInTimestamps
Counter
RO
The number of ICMP Timestamp (request) messages received
1.3.6.1.2.1.5.11
icmpInTimestampReps
Counter
RO
The number of ICMP Timestamp Reply messages received
1.3.6.1.2.1.5.12
icmpInAddrMasks
Counter
RO
The number of ICMP Address Mask Request messages received
1.3.6.1.2.1.5.13
icmpInAddrMaskReps
Counter
RO
The number of ICMP Address Mask Reply messages received
1.3.6.1.2.1.5.14
icmpOutMsgs
Counter
RO
The total number of ICMP messages which this entity attempted to send
1.3.6.1.2.1.5.15
icmpOutErrors
Counter
RO
The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers
1.3.6.1.2.1.5.16
icmpOutDestUnreachs
Counter
RO
The number of ICMP Destination Unreachable messages sent
1.3.6.1.2.1.5.17
icmpOutTimeExcds
Counter
RO
The number of ICMP Time Exceeded messages sent
1.3.6.1.2.1.5.18
icmpOutParmProbs
Counter
RO
The number of ICMP Parameter Problem messages sent
1.3.6.1.2.1.5.19
icmpOutSrcQuenchs
Counter
RO
The number of ICMP Source Quench messages sent
1.3.6.1.2.1.5.20
icmpOutRedirects
Counter
RO
The number of ICMP Redirect messages sent
1.3.6.1.2.1.5.21
icmpOutEchos
Counter
RO
The number of ICMP Echo (request) messages sent
1.3.6.1.2.1.5.22
icmpOutEchoReps
Counter
RO
The number of ICMP Echo Reply messages sent
1.3.6.1.2.1.5.23
icmpOutTimestamps
Counter
RO
The number of ICMP Timestamp (request) messages sent
1.3.6.1.2.1.5.24
icmpOutTimestampReps
Counter
RO
The number of ICMP Timestamp Reply messages sent
1.3.6.1.2.1.5.25
icmpOutAddrMasks
Counter
RO
The number of ICMP Address Mask Request messages sent
1.3.6.1.2.1.5.26
icmpOutAddrMaskReps
Counter
RO
The number of ICMP Address Mask Reply messages sent
 
1.3.6.1.2.1.6
tcp
   
TCP MIB, see mib-2.my
1.3.6.1.2.1.6.1
tcpRtoAlgorithm
INTEGER
RO
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets
1.3.6.1.2.1.6.2
tcpRtoMin
INTEGER
RO
The minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds
1.3.6.1.2.1.6.3
tcpRtoMax
INTEGER
RO
The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds
1.3.6.1.2.1.6.4
tcpMaxConn
INTEGER
RO
The limit on the total number of TCP connections the entity can support. In entities where the maximum number of connections is dynamic, this object should contain the value -1
1.3.6.1.2.1.6.5
tcpActiveOpens
Counter
RO
The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state
1.3.6.1.2.1.6.6
tcpPassiveOpens
Counter
RO
The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state
1.3.6.1.2.1.6.7
tcpAttemptFails
Counter
RO
The number of times TCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state
1.3.6.1.2.1.6.8
tcpEstabResets
Counter
RO
The number of times TCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state
1.3.6.1.2.1.6.9
tcpCurrEstab
Gauge
RO
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT
1.3.6.1.2.1.6.10
tcpInSegs
Counter
RO
The total number of segments received, including those received in error
1.3.6.1.2.1.6.11
tcpOutSegs
Counter
RO
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets
1.3.6.1.2.1.6.12
tcpRetransSegs
Counter
RO
The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets
 
1.3.6.1.2.1.6.13
tcpConnTable
SEQUENCE OF TcpConnEntry
 
A table containing TCP connection-specific information
1.3.6.1.2.1.6.13.1
tcpConnEntry
TcpConnEntry
 
Information about a particular current TCP connection
1.3.6.1.2.1.6.13.1.1
tcpConnState
INTEGER
RW
The state of this TCP connection
1.3.6.1.2.1.6.13.1.2
tcpConnLocalAddress
IpAddress
RO
The local IP address for this TCP connection
1.3.6.1.2.1.6.13.1.3
tcpConnLocalPort
INTEGER (0..65535)
RO
The local port number for this TCP connection
1.3.6.1.2.1.6.13.1.4
tcpConnRemAddress
IpAddress
RO
The remote IP address for this TCP connection
1.3.6.1.2.1.6.13.1.5
tcpConnRemPort
INTEGER (0..65535)
RO
The remote port number for this TCP connection
 
1.3.6.1.2.1.6.14
tcpInErrs
Counter
RO
The total number of segments received in error (e.g., bad TCP checksums)
1.3.6.1.2.1.6.15
tcpOutRsts
Counter
RO
The number of TCP segments sent containing the RST flag
 
1.3.6.1.2.1.7
udp
   
UDP MIB, see mib-2.my
1.3.6.1.2.1.7.1
udpInDatagrams
Counter
RO
The total number of UDP datagrams delivered to UDP users
1.3.6.1.2.1.7.2
udpNoPorts
Counter
RO
The total number of received UDP datagrams for which there was no application at the destination port
1.3.6.1.2.1.7.3
udpInErrors
Counter
RO
The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port
1.3.6.1.2.1.7.4
udpOutDatagrams
Counter
RO
The total number of UDP datagrams sent from this entity
 
1.3.6.1.2.1.7.5
udpTable
SEQUENCE OF UdpEntry
 
A table containing UDP listener information
1.3.6.1.2.1.7.5.1
udpEntry
udpEntry
 
Information about a particular current UDP listener
1.3.6.1.2.1.7.5.1.1
udpLocalAddress
IpAddress
RO
The local IP address for this UDP listener
1.3.6.1.2.1.7.5.1.2
udpLocalPort
INTEGER (0..65535)
RO
The local port number for this UDP listener
 
1.3.6.1.2.1.8
egp
   
EGP MIB, see mib-2.my
1.3.6.1.2.1.8.1
egpInMsgs
Counter
RO
The number of EGP messages received without error
1.3.6.1.2.1.8.2
egpInErrors
Counter
RO
The number of EGP messages received that proved to be in error
1.3.6.1.2.1.8.3
egpOutMsgs
Counter
RO
The total number of locally generated EGP messages
1.3.6.1.2.1.8.4
egpOutErrors
Counter
RO
The number of locally generated EGP messages not sent due to resource limitations within an EGP entity
 
1.3.6.1.2.1.8.5
egpNeighTable
SEQUENCE OF EgpNeighEntry
 
The EGP neighbor table
1.3.6.1.2.1.8.5.1
egpNeighEntry
EgpNeighEntry
 
Information about this entity's relationship with a particular EGP neighbor
1.3.6.1.2.1.8.5.1.1
egpNeighState
INTEGER
RO
The EGP state of the local system with respect to this entry's EGP neighbor
1.3.6.1.2.1.8.5.1.2
egpNeighAddr
IpAddress
RO
The IP address of this entry's EGP neighbor
1.3.6.1.2.1.8.5.1.3
egpNeighAs
INTEGER
RO
The autonomous system of this EGP peer
1.3.6.1.2.1.8.5.1.4
egpNeighInMsgs
Counter
RO
The number of EGP messages received without error from this EGP peer
1.3.6.1.2.1.8.5.1.5
egpNeighInErrs
Counter
RO
The number of EGP messages received from this EGP peer that proved to be in error (e.g., bad EGP checksum)
1.3.6.1.2.1.8.5.1.6
egpNeighOutMsgs
Counter
RO
The number of locally generated EGP messages to this EGP peer
1.3.6.1.2.1.8.5.1.7
egpNeighOutErrs
Counter
RO
The number of locally generated EGP messages not sent to this EGP peer due to resource limitations within an EGP entity
1.3.6.1.2.1.8.5.1.8
egpNeighInErrMsgs
Counter
RO
The number of EGP-defined error messages received from this EGP peer
1.3.6.1.2.1.8.5.1.9
egpNeighOutErrMsgs
Counter
RO
The number of EGP-defined error messages sent to this EGP peer
1.3.6.1.2.1.8.5.1.10
egpNeighStateUps
Counter
RO
The number of EGP state transitions to the UP state with this EGP peer
1.3.6.1.2.1.8.5.1.11
egpNeighStateDowns
Counter
RO
The number of EGP state transitions from the UP state to any other state with this EGP peer
1.3.6.1.2.1.8.5.1.12
egpNeighIntervalHello
INTEGER
RO
The interval between EGP Hello command retransmissions (in hundredths of a second)
1.3.6.1.2.1.8.5.1.13
egpNeighIntervalPoll
INTEGER
RO
The interval between EGP poll command retransmissions (in hundredths of a second)
1.3.6.1.2.1.8.5.1.14
egpNeighMode
INTEGER
RO
The polling mode of this EGP entity, either passive or active
active(1), passive(2)
1.3.6.1.2.1.8.5.1.15
egpNeighEventTrigger
INTEGER
RW
A control variable used to trigger operator- initiated Start and Stop events
start(1), stop(2)
 
1.3.6.1.2.1.8.6
egpAs
INTEGER
RO
The autonomous system number of this EGP entity
 
1.3.6.1.2.1.10
transmission
   
Transmission MIB, see rfc2127.my
1.3.6.1.2.1.10.20
isdnMib
   
The MIB module to describe the management of ISDN interfaces
1.3.6.1.2.1.10.20.1
isdnMibObjects
   
ISDN MIB object definitions
1.3.6.1.2.1.10.20.1.1
isdnBasicRateGroup
   
This group describes physical basic rate interfaces
1.3.6.1.2.1.10.20.1.1.1
isdnBasicRateTable
SEQUENCE OF IsdnBasicRateEntry
 
Table containing configuration and operational parameters for all physical Basic Rate interfaces on this managed device
1.3.6.1.2.1.10.20.1.1.1.1
isdnBasicRateEntry
IsdnBasicRateEntry
 
An entry in the ISDN Basic Rate Table
1.3.6.1.2.1.10.20.1.1.1.1.1
isdnBasicRateIfType
INTEGER
RW
The physical interface type
For 'S/T' interfaces, also called 'Four-wire Basic Access Interface', the value of this object is isdns(75).
For 'U' interfaces, also called 'Two-wire Basic Access Interface', the value of this object is isdnu(76)
1.3.6.1.2.1.10.20.1.1.1.1.2
isdnBasicRateLineTopology
INTEGER
RW
The line topology to be used for this interface
pointToPoint(1), pointToMultipoint(2)
1.3.6.1.2.1.10.20.1.1.1.1.3
isdnBasicRateIfMode
INTEGER
RW
The physical interface mode. For TE mode, the value of this object is te(1). For NT mode, the value of this object is nt(2)
1.3.6.1.2.1.10.20.1.1.1.1.4
isdnBasicRateSignalMode
INTEGER
RW
The signaling channel operational mode for this interface. If active(1) there is a signaling channel on this interface. If inactive(2) a signaling channel is not available.
 
1.3.6.1.2.1.10.20.1.2
isdnBearerGroup
   
This group describes physical basic rate interfaces
1.3.6.1.2.1.10.20.1.2.1
isdnBearerTable
SEQUENCE OF IsdnBearerEntry
 
This table defines port specific operational, statistics and active call data for ISDN B channels. Each entry in this table describes one B (bearer) channel
1.3.6.1.2.1.10.20.1.2.1.1
isdnBearerEntry
IsdnBearerEntry
 
Operational and statistics information relating to one port. A port is a single B channel
1.3.6.1.2.1.10.20.1.2.1.1.1
isdnBearerChannelType
INTEGER
RW
The B channel type. If the B channel is connected to a dialup line, this object has a value of dialup(1). In this case, it is controlled by an associated signaling channel. If the B channel is connected to a leased line, this object has a value of leased(2). For leased line B channels, there is no signaling channel control available
1.3.6.1.2.1.10.20.1.2.1.1.2
isdnBearerOperStatus
INTEGER
RO
The current call control state for this port.
idle(1): The B channel is idle, no call or call attempt is going on.
connecting(2): A connection attempt (outgoing call) is being made on this interface.
connected(3): An incoming call is in the process of validation.
active(4): A call is active on this interface
1.3.6.1.2.1.10.20.1.2.1.1.3
isdnBearerChannelNumber
INTEGER (1..30)
RO
The identifier being used by a signaling protocol to identify this B channel, also referred to as B channel number
1.3.6.1.2.1.10.20.1.2.1.1.4
isdnBearerPeerAddress
DisplayString
RO
The ISDN address the current or last call is or was connected to
1.3.6.1.2.1.10.20.1.2.1.1.5
isdnBearerPeerSubAddress
DisplayString
RO
The ISDN subaddress the current or last call is or was connected to
1.3.6.1.2.1.10.20.1.2.1.1.6
isdnBearerCallOrigin
INTEGER
RO
The call origin for the current or last call
unknown(1), originate(2), answer(3), callback(4)
1.3.6.1.2.1.10.20.1.2.1.1.7
isdnBearerInfoType
INTEGER
RO
The Information Transfer Capability for the current or last call. speech(2) refers to a non-data connection, whereas audio31(6) and audio7(7) refer to data mode connections
1.3.6.1.2.1.10.20.1.2.1.1.8
isdnBearerMultirate
TruthValue
RO
This flag indicates if the current or last call used multirate
1.3.6.1.2.1.10.20.1.2.1.1.9
isdnBearerCallSetupTime
TimeStamp
RO
The value of sysUpTime when the ISDN setup message for the current or last call was sent or received
1.3.6.1.2.1.10.20.1.2.1.1.10
isdnBearerCallConnectTime
TimeStamp
RO
The value of sysUpTime when the ISDN connect message for the current or last call was sent or received
1.3.6.1.2.1.10.20.1.2.1.1.11
isdnBearerChargedUnits
Gauge32
RO
The number of charged units for the current or last connection
 
1.3.6.1.2.1.10.20.1.3
isdnSignalingGroup
   
Signaling channel configuration table
1.3.6.1.2.1.10.20.1.3.1
isdnSignalingGetIndex
TestAndIncr
RW
The recommended procedure for selecting a new index for isdnSignalingTable row creation is to GET the value of this object, and then to SET the object with the same value. If the SET operation succeeds, the manager can use this value as an index to create a new row in this table
1.3.6.1.2.1.10.20.1.3.2
isdnSignalingTable
SEQUENCE OF IsdnSignalingEntry
 
ISDN signaling table containing configuration and operational parameters for all ISDN signaling channels on this managed device
1.3.6.1.2.1.10.20.1.3.2.1
isdnSignalingEntry
IsdnSignalingEntry
 
An entry in the ISDN Signaling Table
1.3.6.1.2.1.10.20.1.3.2.1.1
isdnSignalingIndex
INTEGER (1..2147483647)
 
The index value which uniquely identifies an entry in the isdnSignalingTable
1.3.6.1.2.1.10.20.1.3.2.1.2
isdnSignalingIfIndex
InterfaceIndex
RO
The ifIndex value of the interface associated with this signaling channel
1.3.6.1.2.1.10.20.1.3.2.1.3
isdnSignalingProtocol
IsdnSignalingProtocol
RC
The particular protocol type supported by the switch providing access to the ISDN network to which this signaling channel is connected
1.3.6.1.2.1.10.20.1.3.2.1.4
isdnSignalingCallingAddress
DisplayString
RC
The ISDN Address to be assigned to this signaling channel
1.3.6.1.2.1.10.20.1.3.2.1.5
isdnSignalingSubAddress
DisplayString
RC
Supplementary information to the ISDN address assigned to this signaling channel
1.3.6.1.2.1.10.20.1.3.2.1.6
isdnSignalingBchannelCount
Integer32 (1..65535)
RC
The total number of B channels (bearer channels) managed by this signaling channel
1.3.6.1.2.1.10.20.1.3.2.1.7
isdnSignalingInfoTrapEnable
INTEGER
RC
Indicates whether isdnMibCallInformation traps should be generated for calls on this signaling channel
1.3.6.1.2.1.10.20.1.3.2.1.8
isdnSignalingStatus
RowStatus
RC
This object is used to create and delete rows in the isdnSignalingTable
 
1.3.6.1.2.1.10.20.1.3.3
isdnSignalingStatsTable
SEQUENCE OF IsdnSignalingStatsEntry
 
ISDN signaling table containing statistics information for all ISDN signaling channels on this managed device
1.3.6.1.2.1.10.20.1.3.3.1
isdnSignalingStatsEntry
IsdnSignalingStatsEntry
 
An entry in the ISDN Signaling statistics Table
1.3.6.1.2.1.10.20.1.3.3.1.1
isdnSigStatsInCalls
Counter32
RO
The number of incoming calls on this interface
1.3.6.1.2.1.10.20.1.3.3.1.2
isdnSigStatsInConnected
Counter32
RO
The number of incoming calls on this interface which were actually connected
1.3.6.1.2.1.10.20.1.3.3.1.3
isdnSigStatsOutCalls
Counter32
RO
The number of outgoing calls on this interface
1.3.6.1.2.1.10.20.1.3.3.1.4
isdnSigStatsOutConnected
Counter32
RO
The number of outgoing calls on this interface which were actually connected
1.3.6.1.2.1.10.20.1.3.3.1.5
isdnSigStatsChargedUnits
Counter32
RO
The number of charging units on this interface since system startup
 
1.3.6.1.2.1.10.20.1.3.4
isdnLapdTable
SEQUENCE OF IsdnLapdEntry
 
Table containing configuration and statistics information for all LAPD (D channel Data Link) interfaces on this managed device
1.3.6.1.2.1.10.20.1.3.4.1
isdnLapdEntry
IsdnLapdEntry
 
An entry in the LAPD Table
1.3.6.1.2.1.10.20.1.3.4.1.1
isdnLapdPrimaryChannel
TruthValue
RW
If set to true(1), this D channel is the designated primary D channel if D channel backup is active
1.3.6.1.2.1.10.20.1.3.4.1.2
isdnLapdOperStatus
INTEGER
RO
The operational status of this interface
1.3.6.1.2.1.10.20.1.3.4.1.3
isdnLapdPeerSabme
Counter32
RO
The number of peer SABME frames received on this interface
1.3.6.1.2.1.10.20.1.3.4.1.4
isdnLapdRecvdFrmr
Counter32
RO
The number of LAPD FRMR response frames received
 
1.3.6.1.2.1.10.20.1.4
isdnEndpointGroup
   
The Terminal Endpoint group and table
1.3.6.1.2.1.10.20.1.4.1
isdnEndpointGetIndex
   
The recommended procedure for selecting a new index for isdnEndpointTable row creation is to GET the value of this object, and then to SET the object with the same value. If the SET operation succeeds, the manager can use this value as an index to create a new row in this table
1.3.6.1.2.1.10.20.1.4.2
isdnEndpointTable
SEQUENCE OF IsdnEndpointEntry
 
Table containing configuration for Terminal Endpoints
1.3.6.1.2.1.10.20.1.4.2.1
isdnEndpointEntry
IsdnEndpointEntry
 
An entry in the Terminal Endpoint Table
1.3.6.1.2.1.10.20.1.4.2.1.1
isdnEndpointIndex
INTEGER (1..2147483647)
 
The index value which uniquely identifies an entry in the isdnEndpointTable
1.3.6.1.2.1.10.20.1.4.2.1.2
isdnEndpointIfIndex
InterfaceIndex
RO
The ifIndex value of the interface associated with this Terminal Endpoint
1.3.6.1.2.1.10.20.1.4.2.1.3
isdnEndpointIfType
IANAifType
RC
The interface type for this Terminal Endpoint. Interface types of x25ple(40) and isdn(63) are allowed
1.3.6.1.2.1.10.20.1.4.2.1.4
isdnEndpointTeiType
INTEGER
RC
The type of TEI (Terminal Endpoint Identifier) used for this Terminal Endpoint. In case of dynamic(1), the TEI value is selected by the switch. In case of static(2), a valid TEI value has to be entered in the isdnEndpointTeiValue object
1.3.6.1.2.1.10.20.1.4.2.1.5
isdnEndpointTeiValue
INTEGER ( 0..255 )
RC
The TEI (Terminal Endpoint Identifier) value for this Terminal Endpoint
1.3.6.1.2.1.10.20.1.4.2.1.6
isdnEndpointSpid
DisplayString
RC
The Service profile IDentifier (SPID) information for this Terminal Endpoint
1.3.6.1.2.1.10.20.1.4.2.1.7
isdnEndpointStatus
RowStatus
RC
This object is used to create and delete rows in the isdnEndpointTable
 
1.3.6.1.2.1.10.20.1.5
isdnDirectoryGroup
   
The Directory Number group
1.3.6.1.2.1.10.20.1.5.1
isdnDirectoryTable
SEQUENCE OF IsdnDirectoryEntry
 
Table containing Directory Numbers
1.3.6.1.2.1.10.20.1.5.1.1
isdnDirectoryEntry
IsdnDirectoryEntry
 
An entry in the Directory Number Table
1.3.6.1.2.1.10.20.1.5.1.1.1
isdnDirectoryIndex
INTEGER ( 1..'7fffffff'h )
 
The index value which uniquely identifies an entry in the isdnDirectoryTable
1.3.6.1.2.1.10.20.1.5.1.1.2
isdnDirectoryNumber
DisplayString
RC
A Directory Number. Directory Numbers are used to identify incoming calls on the signaling channel given in isdnDirectorySigIndex
1.3.6.1.2.1.10.20.1.5.1.1.3
isdnDirectorySigIndex
INTEGER (1..2147483647)
RC
An index pointing to an ISDN signaling channel
1.3.6.1.2.1.10.20.1.5.1.1.4
isdnDirectoryStatus
RowStatus
RC
This object is used to create and delete rows in the isdnDirectoryTable
 
1.3.6.1.2.1.10.20.2
isdnMibTrapPrefix
     
1.3.6.1.2.1.10.20.2.0
isdnMibTraps
     
1.3.6.1.2.1.10.20.2.0.1
isdnMibCallInformation
TRAP
 
This trap/inform is sent to the manager under the following conditions:
- on incoming calls for each call which is rejected for policy reasons (e.g. unknown neighbor or access violation)
- on outgoing calls whenever a call attempt is determined to have ultimately failed. In the event that call retry is active, then this will be after all retry attempts have failed.
- whenever a call connects. In this case, the object isdnBearerCallConnectTime should be included in the trap.
 
1.3.6.1.2.1.10.20.3
isdnMibConformance
     
1.3.6.1.2.1.10.20.3.1
isdnMibCompliances
     
1.3.6.1.2.1.10.20.3.2
isdnMibGroups
     
 
1.3.6.1.2.1.11
snmp
   
SNMP MIB, see mib-2.my
1.3.6.1.2.1.11.1
snmpInPkts
Counter
RO
The total number of Messages delivered to the SNMP entity from the transport service
1.3.6.1.2.1.11.2
snmpOutPkts
Counter
RO
The total number of SNMP Messages which were passed from the SNMP protocol entity to the transport service
1.3.6.1.2.1.11.3
snmpInBadVersions
Counter
RO
The total number of SNMP Messages which were delivered to the SNMP protocol entity and were for an unsupported SNMP version
1.3.6.1.2.1.11.4
snmpInBadCommunityNames
Counter
RO
The total number of SNMP Messages delivered to the SNMP protocol entity which used a SNMP community name not known to said entity
1.3.6.1.2.1.11.5
snmpInBadCommunityUses
Counter
RO
The total number of SNMP Messages delivered to the SNMP protocol entity which represented an SNMP operation which was not allowed by the SNMP community named in the Message
1.3.6.1.2.1.11.6
snmpInASNParseErrs
Counter
RO
The total number of ASN.1 or BER errors encountered by the SNMP protocol entity when decoding received SNMP Messages
1.3.6.1.2.1.11.7
     
not used
1.3.6.1.2.1.11.8
snmpInTooBigs
Counter
RO
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `tooBig'
1.3.6.1.2.1.11.9
snmpInNoSuchNames
Counter
RO
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `noSuchName'
1.3.6.1.2.1.11.10
snmpInBadValues
Counter
RO
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `badValue'
1.3.6.1.2.1.11.11
snmpInReadOnlys
Counter
RO
The total number valid SNMP PDUs which were delivered to the SNMP protocol entity and for whichéíthe value of the error-status field is `readOnly'
f30h++
       
1.3.6.1.2.1.11.12
snmpInGenErrs
Counter
RO
The total number of SNMP PDUs which were delivered to the SNMP protocol entity and for which the value of the error-status field is `genErr'
1.3.6.1.2.1.11.13
snmpInTotalReqVars
Counter
RO
The total number of MIB objects which have been retrieved successfully by the SNMP protocol entity as the result of receiving valid SNMP Get-Request and Get-Next PDUs
1.3.6.1.2.1.11.14
snmpInTotalSetVars
Counter
RO
The total number of MIB objects which have been altered successfully by the SNMP protocol entity as the result of receiving valid SNMP Set-Request PDUs
1.3.6.1.2.1.11.15
snmpInGetRequests
Counter
RO
The total number of SNMP Get-Request PDUs which have been accepted and processed by the SNMP protocol entity
1.3.6.1.2.1.11.16
snmpInGetNexts
Counter
RO
The total number of SNMP Get-Next PDUs which have been accepted and processed by the SNMP protocol entity
1.3.6.1.2.1.11.17
snmpInSetRequests
Counter
RO
The total number of SNMP Set-Request PDUs which have been accepted and processed by the SNMP protocol entity
1.3.6.1.2.1.11.18
snmpInGetResponses
Counter
RO
The total number of SNMP Get-Response PDUs which have been accepted and processed by the SNMP protocol entity
1.3.6.1.2.1.11.19
snmpInTraps
Counter
RO
The total number of SNMP Trap PDUs which have been accepted and processed by the SNMP protocol entity
1.3.6.1.2.1.11.20
snmpOutTooBigs
Counter
RO
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is `tooBig.'
1.3.6.1.2.1.11.21
snmpOutNoSuchNames
Counter
RO
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status is `noSuchName'
1.3.6.1.2.1.11.22
snmpOutBadValues
Counter
RO
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is `badValue'
1.3.6.1.2.1.11.23
     
not used
1.3.6.1.2.1.11.24
snmpOutGenErrs
Counter
RO
The total number of SNMP PDUs which were generated by the SNMP protocol entity and for which the value of the error-status field is `genErr'
1.3.6.1.2.1.11.25
snmpOutGetRequests
Counter
RO
The total number of SNMP Get-Request PDUs which have been generated by the SNMP protocol entity
1.3.6.1.2.1.11.26
snmpOutGetNexts
Counter
RO
The total number of SNMP Get-Next PDUs which have been generated by the SNMP protocol entity
1.3.6.1.2.1.11.27
snmpOutSetRequests
Counter
RO
The total number of SNMP Set-Request PDUs which have been generated by the SNMP protocol entity
1.3.6.1.2.1.11.28
snmpOutGetResponses
Counter
RO
The total number of SNMP Get-Response PDUs which have been generated by the SNMP protocol entity
1.3.6.1.2.1.11.29
snmpOutTraps
Counter
RO
The total number of SNMP Trap PDUs which have been generated by the SNMP protocol entity
1.3.6.1.2.1.11.30
snmpEnableAuthenTraps
INTEGER
RW
Indicates whether the SNMP agent process is permitted to generate authentication-failure traps.
enabled(1), disabled(2)
 
1.3.6.1.2.1.16
rmon
   
RMON MIB, see my_rmon2.my
1.3.6.1.2.1.16.19
probeConfig
   
This group controls the configuration of various operating parameters of the probe
1.3.6.1.2.1.16.19.1
probeCapabilities
BITS
RO
This group controls the configuration of various operating parameters of the probe
1.3.6.1.2.1.16.19.2
probeSoftwareRev
DisplayString (SIZE(0..15))
RO
The software revision of this device
1.3.6.1.2.1.16.19.3
probeHardwareRev
DisplayString (SIZE(0..31))
RO
The hardware revision of this device
1.3.6.1.2.1.16.19.4
probeDateTime
OCTET STRING
RW
Probe's current date and time
1.3.6.1.2.1.16.19.5
probeResetControl
INTEGER
RW
Setting this object to warmBoot(2) causes the device to restart the application software with current configuration parameters saved in non-volatile memory.
Setting this object to coldBoot(3) causes the device to reinitialize configuration parameters in non-volatile memory to default values and restart the application software.
When the device is running normally, this variable has a value of running(1)
1.3.6.1.2.1.16.19.6
probeDownloadFile
DisplayString (SIZE(0..127))
RW
The file name to be downloaded from the TFTP server when a download is next requested via this MIB
1.3.6.1.2.1.16.19.7
probeDownloadTFTPServer
IpAddress
RW
The IP address of the TFTP server that contains the boot image to load when a download is next requested via this MIB
1.3.6.1.2.1.16.19.8
probeDownloadAction
INTEGER
RW
When this object is set to downloadToRAM(2) or downloadToPROM(3), the device will discontinue its normal operation and begin download of the image specified by probeDownloadFile from the server specified by probeDownloadTFTPServer using the TFTP protocol.
If downloadToRAM(2) is specified, the new image is copied to RAM only (the old image remains unaltered in the flash EPROM).
If downloadToPROM(3) is specified, the new image is written to the flash EPROM memory after its checksum has been verified to be correct.
When the download process is completed, the device will warm boot to restart the newly loaded application.
When the device is not downloading, this object will have a value of notDownloading(1).
1.3.6.1.2.1.16.19.9
probeDownloadStatus
INTEGER
RO
The status of the last download procedure, if any. This object will have a value of downloadStatusUnknown(2) if no download process has been performed
 
1.3.6.1.2.1.16.19.13
trapDestTable
SEQUENCE OF TrapDestEntry
 
A list of trap destination entries
1.3.6.1.2.1.16.19.13.1
trapDestEntry
TrapDestEntry
 
This entry includes a destination IP address to which to send traps for this community
1.3.6.1.2.1.16.19.13.1.1
trapDestIndex
Integer32 (1..65535)
 
A value that uniquely identifies this trapDestEntry
1.3.6.1.2.1.16.19.13.1.2
trapDestCommunity
OCTET STRING (SIZE(0..127))
RC
A community to which this destination address belongs
1.3.6.1.2.1.16.19.13.1.3
trapDestProtocol
INTEGER
RC
The protocol with which to send this trap
ip(1), ipx(2)
1.3.6.1.2.1.16.19.13.1.4
trapDestAddress
OCTET STRING
RC
The address to send traps on behalf of this entry
1.3.6.1.2.1.16.19.13.1.5
trapDestOwner
DisplayString
RC
The entity that configured this entry and is therefore using the resources assigned to it
1.3.6.1.2.1.16.19.13.1.6
trapDestStatus
RowStatus
RC
The status of this trap destination entry
 
1.3.6.1.2.1.30
ianaifType
   
IANA MIB, see iana.my
The MIB module which defines the IANAifType textual convention, and thus the enumerated values of the ifType object defined in MIB-II's ifTable
 
1.3.6.1.2.1.31
ifMIB
   
IF MIB, see rfc2233.my
The MIB module to describe generic objects for network interface sub-layers. This MIB is an updated version of MIB-II's ifTable, and incorporates the extensions defined in RFC 1229.
1.3.6.1.2.1.31.1
ifMIBObjects
     
1.3.6.1.2.1.31.1.1
ifXTable
SEQUENCE OF IfXEntry
 
A list of interface entries. The number of entries is given by the value of ifNumber. This table contains additional objects for the interface table.
1.3.6.1.2.1.31.1.1.1
ifXEntry
IfXEntry
 
An entry containing additional management information applicable to a particular interface.
1.3.6.1.2.1.31.1.1.1.1
ifName
DisplayString
RO
The textual name of the interface.
1.3.6.1.2.1.31.1.1.1.2
ifInMulticastPkts
Counter
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer.
1.3.6.1.2.1.31.1.1.1.3
ifInBroadcastPkts
Counter
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
1.3.6.1.2.1.31.1.1.1.4
ifOutMulticastPkts
Counter
RO
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent.
1.3.6.1.2.1.31.1.1.1.5
ifOutBroadcastPkts
Counter
RO
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
1.3.6.1.2.1.31.1.1.1.6
ifHCInOctets
Counter64
RO
The total number of octets received on the interface, including framing characters.
1.3.6.1.2.1.31.1.1.1.7
ifHCInUcastPkts
Counter64
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer.
1.3.6.1.2.1.31.1.1.1.8
ifHCInMulticastPkts
Counter64
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer.
1.3.6.1.2.1.31.1.1.1.9
ifHCInBroadcastPkts
Counter64
RO
The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer.
1.3.6.1.2.1.31.1.1.1.10
ifHCOutOctets
Counter64
RO
The total number of octets transmitted out of the interface, including framing characters.
1.3.6.1.2.1.31.1.1.1.11
ifHCOutUcastPkts
Counter64
RO
The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent.
1.3.6.1.2.1.31.1.1.1.12
ifHCOutMulticastPkts
Counter64
RO
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent.
1.3.6.1.2.1.31.1.1.1.13
ifHCOutBroadcastPkts
Counter64
RO
The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent.
1.3.6.1.2.1.31.1.1.1.14
ifLinkUpDownTrapEnable
INTEGER
RW
Indicates whether linkUp/linkDown traps should be generated for this interface.
enabled(1), disabled(2)
1.3.6.1.2.1.31.1.1.1.15
ifHighSpeed
Gauge
RO
An estimate of the interface's current bandwidth in units of 1,000,000 bits per second.
1.3.6.1.2.1.31.1.1.1.16
ifPromiscuousMode
TruthValue
RW
’true(1)’ when the station accepts all packets/frames transmitted on the media.
’false(2)’ if this interface only accepts packets/frames that are addressed to this station.
1.3.6.1.2.1.31.1.1.1.17
ifConnectorPresent
TruthValue
RO
'true(1)' if the interface sublayer has a physical connector
’false(2)' otherwise.
1.3.6.1.2.1.31.1.1.1.18
ifAlias
DisplayString
RW
This object is an 'alias' name for the interface as specified by a network manager, and provides a non- volatile 'handle' for the interface.
1.3.6.1.2.1.31.1.1.1.19
ifCounterDiscontinuityTime
TimeStamp
RO
The value of sysUpTime on the most recent occasion at which any one or more of this interface's counters suffered a discontinuity.
 
1.3.6.1.2.1.31.1.2
ifStackTable
SEQUENCE OF IfStackEntry
 
The table containing information on the relationships between the multiple sub-layers of network interfaces.
1.3.6.1.2.1.31.1.2.1
ifStackEntry
IfStackEntry
 
Information on a particular relationship between two sub-layers, specifying that one sub-layer runs on 'top' of the other sub-layer.
1.3.6.1.2.1.31.1.2.1.1
ifStackHigherLayer
Integer32
 
The value of ifIndex corresponding to the higher sub-layer of the relationship, i.e., the sub-layer which runs on 'top' of the sub-layer identified by the corresponding instance of ifStackLowerLayer.
1.3.6.1.2.1.31.1.2.1.2
ifStackLowerLayer
Integer32
 
The value of ifIndex corresponding to the lower sub- layer of the relationship, i.e., the sub-layer which runs 'below' the sub-layer identified by the corresponding instance of ifStackHigherLayer.
1.3.6.1.2.1.31.1.2.1.3
ifStackStatus
RowStatus
RC
The status of the relationship between two sub- layers.
 
1.3.6.1.2.1.31.1.3
ifTestTable
SEQUENCE OF IfTestEntry
 
This table contains one entry per interface. It defines objects which allow a network manager to instruct an agent to test an interface for various faults.
Deprecated
1.3.6.1.2.1.31.1.3.1
ifTestEntry
IfTestEntry
 
An entry containing objects for invoking tests on an interface.
Deprecated
1.3.6.1.2.1.31.1.3.1.1
ifTestId
TestAndIncr
RW
This object identifies the current invocation of the interface's test
Deprecated
1.3.6.1.2.1.31.1.3.1.2
ifTestStatus
INTEGER
RW
This object indicates whether or not some manager currently has the necessary 'ownership' required to invoke a test on this interface
Deprecated
1.3.6.1.2.1.31.1.3.1.3
ifTestType
AutonomousType
RW
A control variable used to start and stop operator- initiated interface tests
Deprecated
1.3.6.1.2.1.31.1.3.1.4
ifTestResult
INTEGER
RO
This object contains the result of the most recently requested test, or the value none(1) if no tests have been requested since the last reset
Deprecated
1.3.6.1.2.1.31.1.3.1.5
ifTestCode
OBJECT IDENTIFIER
RO
This object contains a code which contains more specific information on the test result, for example an error-code after a failed test
Deprecated
1.3.6.1.2.1.31.1.3.1.6
ifTestOwner
OwnerString
RW
The entity which currently has the 'ownership' required to invoke a test on this interface
Deprecated
 
1.3.6.1.2.1.31.1.4
ifRcvAddressTable
SEQUENCE OF IfRcvAddressEntry
 
This table contains an entry for each address (broadcast, multicast, or uni-cast) for which the system will receive packets/frames on a particular interface.
1.3.6.1.2.1.31.1.4.1
ifRcvAddressEntry
IfRcvAddressEntry
 
A list of objects identifying an address for which the system will accept packets/frames on the particular interface identified by the index value ifIndex.
1.3.6.1.2.1.31.1.4.1.1
ifRcvAddressAddress
PhysAddress
 
An address for which the system will accept packets/frames on this entry's interface.
1.3.6.1.2.1.31.1.4.1.2
ifRcvAddressStatus
RowStatus
RC
This object is used to create and delete rows in the ifRcvAddressTable.
1.3.6.1.2.1.31.1.4.1.3
ifRcvAddressType
INTEGER
RC
This object has the value nonVolatile(3) for those entries in the table which are valid and will not be deleted by the next restart of the managed system. Entries having the value volatile(2) are valid and exist, but have not been saved, so that will not exist after the next restart of the managed system. Entries having the value other(1) are valid and exist but are not classified as to whether they will continue to exist after the next restart.
 
1.3.6.1.2.1.31.1.5
ifTableLastChange
TimeTicks
 
The value of sysUpTime at the time of the last creation or deletion of an entry in the ifTable. If the number of entries has been unchanged since the last re-initialization of the local network management subsystem, then this object contains a zero value.
1.3.6.1.2.1.31.1.6
ifStackLastChange
TimeTicks
RO
The value of sysUpTime at the time of the last change of the (whole) interface stack.

Table 13. Data in the SNI specific MIB

Object-ID
Object name
Syntax
Access
Description
1.3.6.1.4.1.231.7.2.7
hg3550mib
   
hg3550 MIB, see hg1500.my
1.3.6.1.4.1.231.7.2.7.1
errorSigGrouphlb20
   
Error Signalisation Group MIB containing administration-level trap event history
1.3.6.1.4.1.231.7.2.7.1.1
numberOfTrapHistoryEntries
INTEGER
RW
Contains the number of traps to be found in the trap history table. This value can be used to delete all entries (value = 0).
1.3.6.1.4.1.231.7.2.7.1.2
hlb20TrapHistoryTable
SEQUENCE OF Hlb20TrapHistoryEntry
 
This table contains information about traps sent by the device.
1.3.6.1.4.1.231.7.2.7.1.2.1
hlb20TrapHistoryEntry
Hlb20TrapHistoryEntry
 
The trap history table entries.
1.3.6.1.4.1.231.7.2.7.1.2.1.1
trapIndex
INTEGER
RO
Identification of an table entry enabled by this index.
1.3.6.1.4.1.231.7.2.7.1.2.1.2
trapDateTime
DateAndTime
RO
Time, when the trap event occurred.
1.3.6.1.4.1.231.7.2.7.1.2.1.3
trapSeverity
INTEGER
RO
Contains information about the error severity.
- normal(1)
- warning(2)
- minor(3)
- major(4)
- critical(5)
1.3.6.1.4.1.231.7.2.7.1.2.1.4
trapErrorClass
INTEGER
RO
Contains the error class number (type of trap).
- general(1)
- voice(2)
- data(3)
- security(4)
- client(5)
1.3.6.1.4.1.231.7.2.7.1.2.1.5
trapErrorCode
INTEGER
RO
Contains the error code.
1.3.6.1.4.1.231.7.2.7.1.2.1.6
trapDescription
DisplayString
RO
Detailed information about the trap event.
1.3.6.1.4.1.231.7.2.7.1.2.1.7
trapHandling
INTEGER
RO
Forwarded(1), if the error produced a trap.
Stored(2), if the error data was stored without sending a trap.
 
1.3.6.1.4.1.231.7.2.7.1.3
numberOfErrorTableEntries
INTEGER
RW
Contains the number of traps to be found in the trap history table. This value can be used to delete all entries (value = 0).
deprecated
1.3.6.1.4.1.231.7.2.7.1.4
hlb20ErrorTable
SEQUENCE OF Hlb20ErrorEntry
 
This table contains information about expert level error events that occur on the hg3550 device.
deprecated
1.3.6.1.4.1.231.7.2.7.1.4.1
hlb20ErrorEntry
Hlb20ErrorEntry
 
The trap history table entries.
deprecated
1.3.6.1.4.1.231.7.2.7.1.4.1.1
errorIndex
INTEGER
RO
Contains the error/trace class.
deprecated
1.3.6.1.4.1.231.7.2.7.1.4.1.2
errorTimeStamp
OCTET STRING
RO
System-specific timestamp for the error.
deprecated
1.3.6.1.4.1.231.7.2.7.1.4.1.3
errorClass
INTEGER
RO
Contains the error/trace class.
deprecated
1.3.6.1.4.1.231.7.2.7.1.4.1.4
errorDescription
DisplayString
RO
Detailed information about errors.
deprecated
 
1.3.6.1.4.1.231.7.2.7.2
controlGrouphlb20
   
Control Group MIB
1.3.6.1.4.1.231.7.2.7.2.1
indexOfLastTrapSent
INTEGER
RO
Contains the index of the last trap which was sent.
1.3.6.1.4.1.231.7.2.7.2.2
trapTypesToBeSent
INTEGER
RW
Defines which error events are signaled as a trap.
1.3.6.1.4.1.231.7.2.7.2.3
sysState
INTEGER
RW
The actual error state of the hg3550 device.
- normal(1)
- warning(2)
- minor(3)
- major(4)
- critical(5)
1.3.6.1.4.1.231.7.2.7.2.4
sysConnectionState
INTEGER
RO
Indicates if the connection between Hicom 150E Office and hg3550 / Hicom Xpress @LAN was successfully established.
- disconnected(1)
- connected(2)
1.3.6.1.4.1.231.7.2.7.2.5
sysMacAddress
DisplayString
RO
Contains the MAC Address of this device.
(Object not available in hg3550 / Xpress @LAN 1.0)
1.3.6.1.4.1.231.7.2.7.2.6
sysSoftwareVersion
DisplayString
RO
Contains the version string of the system software.
(Object not available in HG1500 / Xpress @LAN 1.0)
1.3.6.1.4.1.231.7.2.7.2.7
sysSnmpAgentVersion
DisplayString
RO
Version number of the systems SNMP agent (formatting: x.y.z.)
1.3.6.1.4.1.231.7.2.7.2.8
sysShadowSoftwareVersion
DisplayString
RO
Contains the version string of the inactive software version (flash image) that had been transferred to the device recently. (Object not available in HG1500 / Xpress @LAN 1.0)
deprecated
1.3.6.1.4.1.231.7.2.7.2.9
sysHardwareVersion
DisplayString
RO
Hardware version identifier of the device. (Object not available in HG1500 / Xpress @LAN 1.0)
1.3.6.1.4.1.231.7.2.7.2.10
sysOperatingMode
INTEGER
RO
Operating mode of the device. In standard mode (1), the device serves as a normal gateway. In gatekeeper mode (2), it additionally operates as a gatekeeper for voice over IP endpoints. (Object not available in HG1500 / Xpress @LAN 1.0)
1.3.6.1.4.1.231.7.2.7.2.11
sysSwitchoverDateTime
DateAndTime
RW
Date and time for the switchover to the new system software.
1.3.6.1.4.1.231.7.2.7.2.12
sysDownloadAction
INTEGER
RW
When this object is set to downloadAndImmediateSwitchover (2), the device will download the new software from the configured host. After the download is finished, the device will automatically restart with the new software. If downloadAndDelayedSwitchover (3) is specified, the new image is copied to the device. When the tftpDateTime value is matched, the device discontinues its normal operation and does the software switchover. After an automatic reset, it starts with the new system software. Setting downloadWithoutSwitchover (4) initiates a download without switching over to the new software. When the device is not downloading, this object will have a value of notDownloading(1).
1.3.6.1.4.1.231.7.2.7.2.13
sysSwitchoverState
INTEGER
RW
The values readyForSwitchover (1) and notReadyForSwitchover (2) indicate whether the system is ready to be switched over to the new software that was downloaded to the shadow flash area, or not. If it is not possible, h150eShadowFlashState gives details on the reason. Setting this object to switchoverNow (3) causes the device to switchover immediately to the new software which was downloaded to the shadow flash area before and restart the system. initSwitchoverDelayed(4) causes a delayed switchover.
deprecated
1.3.6.1.4.1.231.7.2.7.2.14
sysFirmwareVersion
DisplayString
RO
Version number of the systems firmware.
1.3.6.1.4.1.231.7.2.7.2.15
sysHlbSymbolSubInfo
DisplayString
RO
Contains an URL to detailed symbol information in addition to the symbol information contained in the common MIB object deviceSymbolInfo.
1.3.6.1.4.1.231.7.2.7.2.16
sysHlbBranding
DisplayString
RO
Contains the branding string of the device.
 
1.3.6.1.4.1.231.7.2.7.3
monitoringGrouphlb20
   
Monitoring Group MIB
1.3.6.1.4.1.231.7.2.7.3.1
numberOfIdleMonTableEntries
INTEGER
RO
Contains the number of idle/load monitoring table entries.
1.3.6.1.4.1.231.7.2.7.3.2
hlb20IdleMonTable
SEQUENCE OF Hlb20IdleMonTableEntry
 
This table contains information about the system idle/load time (scanned every 5 minutes) for the last 24 hours.
1.3.6.1.4.1.231.7.2.7.3.2.1
hlb20IdleMonTableEntry
Hlb20IdleMonTableEntry
 
The idle/load monitoring table entries.
1.3.6.1.4.1.231.7.2.7.3.2.1.1
idleIndex
INTEGER
RO
Identification of an table entry.
1.3.6.1.4.1.231.7.2.7.3.2.1.2
idleValue
INTEGER
RO
The load level value.
 
1.3.6.1.4.1.231.7.2.7.3.3
numberOfIdleLatestTableEntries
INTEGER
RO
Contains the number of precision idle/load monitoring table entries.
1.3.6.1.4.1.231.7.2.7.3.4
hlb20IdleLatestTable
SEQUENCE OF Hlb20IdleLatestTableEntry
 
This table contains information about the system idle/load time (scanned every minute) for the last 10 minutes.
1.3.6.1.4.1.231.7.2.7.3.4.1
hlb20IdleLatestTableEntry
Hlb20IdleLatestTableEntry
 
The precision idle/load monitoring table for the ten latest values.
1.3.6.1.4.1.231.7.2.7.3.4.1.1
idleLatestIndex
INTEGER
RO
Identification of an table entry.
1.3.6.1.4.1.231.7.2.7.3.4.1.2
idleLatestValue
INTEGER
RO
Identification of an table value.
 
1.3.6.1.4.1.231.7.2.7.3.5
numberOfIdleMonYellowAlarms
INTEGER
RO
Contains the number of yellow load monitoring alarms.
1.3.6.1.4.1.231.7.2.7.3.6
numberOfIdleMonRedAlarms
INTEGER
RO
Contains the number of red load monitoring alarms.
1.3.6.1.4.1.231.7.2.7.3.7
flagIdleMonYellowAlarm
INTEGER
RO
1, if load monitoring is on yellow alert.
0 otherwise
1.3.6.1.4.1.231.7.2.7.3.8
flagIdleMonRedAlarm
INTEGER
RO
1, if load monitoring is on red alert.
0 otherwise
1.3.6.1.4.1.231.7.2.7.3.9
thresholdIdleMonYellowAlarm
INTEGER (0..100)
RW
idle threshold value for generation of yellow alert.
1.3.6.1.4.1.231.7.2.7.3.10
thresholdIdleMonRedAlarm
INTEGER (0..100)
RW
idle threshold value for generation of red alert.
1.3.6.1.4.1.231.7.2.7.3.11
idleMonHighWaterMark
INTEGER
RO
contains the load peak level of the device.
1.3.6.1.4.1.231.7.2.7.3.12
idleMonLastValue
INTEGER
RO
contains the latest load monitoring value.
1.3.6.1.4.1.231.7.2.7.3.13
numberOfFreeMemBuffersTableEntries
INTEGER
RO
Contains the number of memory buffers table entries. Item available in newer rel. 1.1 devices
deprecated
1.3.6.1.4.1.231.7.2.7.3.14
freeMemBuffersTable
SEQUENCE OF FreeMemBuffersTableEntry
 
This table contains information about the number of free memory buffers for the different buffer sizes. Table available in newer rel. 1.1 devices
deprecated
1.3.6.1.4.1.231.7.2.7.3.14.1
freeMemBuffersTableEntry
FreeMemBuffersTableEntry
 
The free memory buffers of this device.
deprecated
1.3.6.1.4.1.231.7.2.7.3.14.1.1
bufferIndex
INTEGER
RO
Identification of an table entry.
deprecated
1.3.6.1.4.1.231.7.2.7.3.14.1.2
bufferType
DisplayString
RO
The type/size of this buffer.
deprecated
1.3.6.1.4.1.231.7.2.7.3.14.1.3
numOfFreeBuffers
INTEGER
RO
The number of free buffers of this type.
deprecated
 
1.3.6.1.4.1.231.7.2.7.3.15
loadBalanceMeasureControl
INTEGER
RW
Measuring the load balance of the processes of the device is controlled by this object. Setting the object to active (2) starts the measuring, inactive (1) stops it. Item available in newer rel. 1.1 devices
1.3.6.1.4.1.231.7.2.7.3.16
numberOfLoadBalanceTableEntries
INTEGER
RO
Contains the number of load balance measurement entries.
deprecated
1.3.6.1.4.1.231.7.2.7.3.17
loadBalanceTable
SEQUENCE OF LoadBalanceTableEntry
 
This table contains detailed information about load balance of the different processes of the device.
deprecated
1.3.6.1.4.1.231.7.2.7.3.17.1
loadBalanceTableEntry
LoadBalanceTableEntry
 
The load balance for the processes of this device.
deprecated
1.3.6.1.4.1.231.7.2.7.3.17.1.1
loadBalanceIndex
INTEGER
RO
Identification of an table entry.
deprecated
1.3.6.1.4.1.231.7.2.7.3.17.1.2
processDescription
DisplayString
RO
Textual description of the process.
deprecated
1.3.6.1.4.1.231.7.2.7.3.17.1.3
loadProportionValue
DisplayString
RO
Load proportion for every process.
deprecated
 
1.3.6.1.4.1.231.7.2.7.4
statisticsGrouphlb20
   
Statistics Group MIB
1.3.6.1.4.1.231.7.2.7.4.1
globalVcapiClientStatGroup
   
global statistic data: vCAPI client
1.3.6.1.4.1.231.7.2.7.4.1.1
statVcapiInstalledClients
INTEGER
RO
Contains the number of vCAPI Clients installed
deprecated
1.3.6.1.4.1.231.7.2.7.4.1.2
statVcapiLoggedInClients
INTEGER
RO
Contains the total number of vCAPI Client logins since the last system restart.
deprecated
1.3.6.1.4.1.231.7.2.7.4.1.3
statVcapiActiveClients
INTEGER
RO
Contains the number of active vCAPI clients (or b-channels if channel bundling is configured).
deprecated
 
1.3.6.1.4.1.231.7.2.7.4.2
globalH323ClientStatGroup
   
global statistic data: H323 client
1.3.6.1.4.1.231.7.2.7.4.2.1
statH323InstalledClients
INTEGER
RO
Contains the number of H323 Clients installed (which means they are configured in the customer database)
deprecated
1.3.6.1.4.1.231.7.2.7.4.2.2
statH323ActiveClients
INTEGER
RO
Contains the number of H323 Clients in an active connection state.
deprecated
 
1.3.6.1.4.1.231.7.2.7.4.3
globalTfaClientStatGroup
   
global statistic data: TFA client
1.3.6.1.4.1.231.7.2.7.4.3.1
statTfaInstalledClients
INTEGER
RO
Contains the number of TFA Clients installed (which means they are configured in the customer database).
deprecated
1.3.6.1.4.1.231.7.2.7.4.3.2
statTfaActiveClients
INTEGER
RO
Contains the number of TFA Clients in active connection state.
deprecated
1.3.6.1.4.1.231.7.2.7.4.3.3
statTfaRegistratedClients
INTEGER
RO
Contains the number of TFA Clients that have registered themselves to their hg3550 since the last system restart.
deprecated
1.3.6.1.4.1.231.7.2.7.4.3.4
statTfaClientLogonSuccess
INTEGER
RO
Contains the number of successful TFA Clients logons since the last system restart.
deprecated
1.3.6.1.4.1.231.7.2.7.4.3.5
statTfaClientLogonFailed
INTEGER
RO
Contains the number of failed TFA Clients logons since the last system restart.
deprecated
 
1.3.6.1.4.1.231.7.2.7.4.4
globalVoiceClientCallStatGroup
   
global statistic call data for H323 and TFA clients
1.3.6.1.4.1.231.7.2.7.4.4.1
statOutgoingRtp
INTEGER
RO
Contains the number of outgoing RTP packets (H323 + TFA Clients).
1.3.6.1.4.1.231.7.2.7.4.4.2
statOutgoingLostRtp
INTEGER
RO
Contains the number of outgoing RTP packets lost (H323 + TFA Clients).
1.3.6.1.4.1.231.7.2.7.4.4.3
statIncomingRtp
INTEGER
RO
Contains the number of incoming RTP packets (H323 + TFA Clients).
1.3.6.1.4.1.231.7.2.7.4.4.4
statIncomingLostRtp
INTEGER
RO
Contains the number of incoming RTP packets lost (H323 + TFA Clients).
1.3.6.1.4.1.231.7.2.7.4.4.5
statTotalBytesSentRtp
INTEGER
RO
Contains the number of bytes sent (RTP).
1.3.6.1.4.1.231.7.2.7.4.4.6
statTotalBytesRecvRtp
INTEGER
RO
Contains the number of bytes received (RTP).
 
1.3.6.1.4.1.231.7.2.7.4.5
indivVoiceClientCallStatBuffer
   
individual statistic data: H323 client
1.3.6.1.4.1.231.7.2.7.4.5.1
numOfClientStatIndTableEntries
INTEGER
RO
Contains the number of individual H323 client statistics table entries.
1.3.6.1.4.1.231.7.2.7.4.5.1.2
hlb20ClientStatIndTable
SEQUENCE OF Hlb20ClientStatIndTableEntry
 
This table contains individual statistic information for every H323 client. Usually, this table is empty. It is designed for expert level debugging only.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1
hlb20ClientStatIndTableEntry
Hlb20ClientStatIndTableEntry
 
The individual H323 client statistic information table entries.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.1
statIndVoiceCliIndex
Hlb20ClientStatIndSnmpIndex
RO
Identification of an table entry enabled by this index.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.2
statIndVoiceCliCallId
OCTET STRING (SIZE (1..21))
RO
Contains the call ID (canonial name) of the call target.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.3
statIndVoiceCliLocalIpAddress
TransportLabel
RO
Contains the IP address of the local endpoint.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.4
statIndVoiceCliTimeBegin
DateAndTime
RO
Contains the time stamp for the start of the call.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.5
statIndVoiceCliTimeEnd
DateAndTime
RO
Contains the time stamp for the end of the call.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.6
statIndVoiceCliEncoder
INTEGER
RO
Contains encoder information.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.7
statIndVoiceCliDecoder
INTEGER
RO
Contains decoder information.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.8
statIndVoiceCliOutgoingRtp
INTEGER
RO
Contains the number of outgoing RTP packets.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.9
statIndVoiceCliOutgoingLostRtp
INTEGER
RO
Contains the number of outgoing RTP packets lost.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.10
statIndVoiceCliIncomingRtp
INTEGER
RO
Contains the number of incoming RTP packets.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.11
statIndVoiceCliIncomingLostRtp
INTEGER
RO
Contains the number of incoming RTP packets lost.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.12
statIndVoiceCliTotalBytesSentRtp
INTEGER
RO
Contains the number of bytes sent.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.13
statIndVoiceCliTotalBytesRecvRtp
INTEGER
RO
Contains the number of bytes received.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.14
statIndVoiceCliDelay
INTEGER
RO
Contains the average network delay.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.15
statIndVoiceCliJitter
INTEGER
RO
Contains the average jitter.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.16
statIndVoiceConnectionConfId
OCTET STRING (SIZE (1..21))
RO
Contains the conference ID (canonial name) which is unique for all parties involved in the call or conference.
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.17
statIndVoiceConnectionQuality
INTEGER
RO
The overall quality of the call or call - section.
- normal(1)
- warning(2)
- minor(3)
- major(4)
- critical(5)
1.3.6.1.4.1.231.7.2.7.4.5.1.2.1.18
statIndVoiceCliRemoteIpAddress
TransportLabel
RO
Contains the IP address of the remote endpoint.
 
1.3.6.1.4.1.231.7.2.7.4.5.3
voIPQualityNotificationCounter
INTEGER
RO
Total number of VoIP quality traps that were sent since agent start.
 
1.3.6.1.4.1.231.7.2.7.4.6
audioStreamStatGroup
   
individual statistic data: H323 client
1.3.6.1.4.1.231.7.2.7.4.6.1
statAudioStreamSccRxError
INTEGER
RO
Contains the number of errors (buffer underruns) in the communication between the CPU and the receiving DSP's. (Object not available in hg3550 / Xpress @LAN 1.0)
deprecated
1.3.6.1.4.1.231.7.2.7.4.6.2
statAudioStreamSccTxError
INTEGER
RO
Contains the number of errors (buffer overflows) in the communication between the CPU and the sending DSP's. (Object not available in HG1500 / Xpress @LAN 1.0)
 
1.3.6.1.4.1.231.7.2.7.5
sendAlarmWithValues
TRAP
 
If an error occurs, there will be checked if the errorClass is configured to trigger a immediate signaling. If so, a trap will be send to the management station containing the information shown above.
 
1.3.6.1.4.1.231.7.2.7.6
fileOverflowError
TRAP
 
Inform the manager that the trap history table got too big. Unless the size of the table is reduced by the manager (by resetting numberOfTrapHistoryEntries), the oldest trap informations will be overridden from now on.
 
1.3.6.1.4.1.231.7.2.7.7
allServeGrouphlb20
   
HiPath AllServe Group MIB
1.3.6.1.4.1.231.7.2.7.7.1
registrationState
INTEGER
RO
Contains information about the HiPath AllServe registration state.
- registered(1)
- notRegistered(2)
1.3.6.1.4.1.231.7.2.7.7.2
numberOfCallAddrTableEntries
INTEGER
RO
Contains the number of call address table entries.
1.3.6.1.4.1.231.7.2.7.7.3
numberOfCallAddrCacheEntries
INTEGER
RO
Contains the number of call address cache entries.
1.3.6.1.4.1.231.7.2.7.7.4
numberOfNodeIpTableEntries
INTEGER
RO
Contains the number of node IP table entries.
1.3.6.1.4.1.231.7.2.7.7.5
hlb20NodeIpTable
SEQUENCE OF Hlb20NodeIpTableEntry
 
This table contains information about the assignment of IP addresses to HiPath AllServe nodes.
1.3.6.1.4.1.231.7.2.7.7.5.1
hlb20NodeIpTableEntry
Hlb20NodeIpTableEntry
 
The node IP table entries.
1.3.6.1.4.1.231.7.2.7.7.5.1.1
nodeIndex
INTEGER
RO
Identification of an table entry, identical to node id.
1.3.6.1.4.1.231.7.2.7.7.5.1.2
nodeIpNumOfIpAddr
INTEGER
RO
Number of IP address entries for this node.
1.3.6.1.4.1.231.7.2.7.7.5.1.3
nodeIpAddresses
DisplayString
RO
Assigned IP addresses for this node.
 
1.3.6.1.4.1.231.7.2.7.7.6
numberOfNuPortDataTableEntries
INTEGER
RO
Contains the number of networking unit port data table entries.
1.3.6.1.4.1.231.7.2.7.7.7
hlb20NuPortDataTable
SEQUENCE OF Hlb20NuPortDataTableEntry
 
This table contains information about the networking unit port data of this device.
1.3.6.1.4.1.231.7.2.7.7.7.1
hlb20NuPortDataTableEntry
Hlb20NuPortDataTableEntry
 
The networking unit port data table entries.
1.3.6.1.4.1.231.7.2.7.7.7.1.1
nuPortDataIndex
INTEGER
RO
Identification of an table entry.
1.3.6.1.4.1.231.7.2.7.7.7.1.2
nuCardPort
INTEGER
RO
The lw_port to the system.
1.3.6.1.4.1.231.7.2.7.7.7.1.3
nuPortDataProtocol
INTEGER
RO
The networking protocol.
1.3.6.1.4.1.231.7.2.7.7.7.1.4
nuPortDataNumOfBchn
INTEGER
RO
The amount of B-channels to the system.
1.3.6.1.4.1.231.7.2.7.7.7.1.5
nuPortDataActiveBchn
INTEGER
RO
The number of active B-channels.
 
1.3.6.1.4.1.231.7.2.7.7.8
numberOfNuTransDataTableEntries
INTEGER
RO
Contains the number of networking unit transaction data table entries.
1.3.6.1.4.1.231.7.2.7.7.9
hlb20NuTransDataTable
SEQUENCE OF Hlb20NuTransDataTableEntry
 
This table contains information about the networking unit transaction data of this device.
1.3.6.1.4.1.231.7.2.7.7.9.1
hlb20NuTransDataTableEntry
Hlb20NuTransDataTableEntry
 
The networking unit transaction data table entries.
1.3.6.1.4.1.231.7.2.7.7.9.1.1
nuTransDataIndex
INTEGER
RO
Identification of an table entry.
1.3.6.1.4.1.231.7.2.7.7.9.1.2
nuTransStepState
INTEGER
RO
The step table state.
1.3.6.1.4.1.231.7.2.7.7.9.1.3
nuTransCallDirection
INTEGER
RO
The call direction
- incoming(1) = to mainboard
- outgoing(2) = from mainboard
1.3.6.1.4.1.231.7.2.7.7.9.1.4
nuTransCallRefSys
INTEGER
RO
The call reference to the mainboard.
1.3.6.1.4.1.231.7.2.7.7.9.1.5
nuTransBchnIndex
INTEGER
RO
The channel index in the TSA message.
1.3.6.1.4.1.231.7.2.7.7.9.1.6
nuTransTimeSlot
INTEGER
RO
The timeslot on the PCM / IOM interface.
1.3.6.1.4.1.231.7.2.7.7.9.1.7
nuTransPartnerIpAddr
IpAddress
RO
The IP address of the HiPath AllServe partner node.
1.3.6.1.4.1.231.7.2.7.7.9.1.8
nuTransCallRefIp
INTEGER
RO
The call reference to the IP network.
 
1.3.6.1.4.1.231.7.2.7.8
ethernetStatGrouphlb20
   
Ethernet Statistics Group MIB
1.3.6.1.4.1.231.7.2.7.8.1
ethernetStatState
INTEGER
RW
Initialize the ethernet statistics data to zero by setting value 2.
- counting(1)
- reset(2)
1.3.6.1.4.1.231.7.2.7.8.2
goodFramesTransmitted
INTEGER
RO
Successfully sent ethernet frames
1.3.6.1.4.1.231.7.2.7.8.3
goodFramesReceived
INTEGER
RO
Correct received ethernet frames
1.3.6.1.4.1.231.7.2.7.8.4
sendRetries
INTEGER
RO
successful ethernet send retries
1.3.6.1.4.1.231.7.2.7.8.5
receiveCollisions
INTEGER
RO
Collisions on Ethernet
1.3.6.1.4.1.231.7.2.7.8.6
sendRetryError
INTEGER
RO
16 failed send attempts
1.3.6.1.4.1.231.7.2.7.8.7
macEngineDefer
INTEGER
RO
MAC-Engine had to defer
1.3.6.1.4.1.231.7.2.7.8.8
excessiveDeferral
INTEGER
RO
excessive deferral
1.3.6.1.4.1.231.7.2.7.8.9
lossOfCarrier
INTEGER
RO
loss of carrier
1.3.6.1.4.1.231.7.2.7.8.10
lateCollision
INTEGER
RO
late Collision
1.3.6.1.4.1.231.7.2.7.8.11
txBufferError
INTEGER
RO
transmit buffer - fatal error
1.3.6.1.4.1.231.7.2.7.8.12
underflowError
INTEGER
RO
underflow error - hardware error
1.3.6.1.4.1.231.7.2.7.8.13
checksumError
INTEGER
RO
receive checksum error
1.3.6.1.4.1.231.7.2.7.8.14
framingError
INTEGER
RO
receive framing error
1.3.6.1.4.1.231.7.2.7.8.15
missedFrames
INTEGER
RO
missed frames
1.3.6.1.4.1.231.7.2.7.8.16
runtPackets
INTEGER
RO
runt packets
1.3.6.1.4.1.231.7.2.7.8.17
frameTooShort
INTEGER
RO
Received frame too short
1.3.6.1.4.1.231.7.2.7.8.18
frameTooLong
INTEGER
RO
Received frame too long
1.3.6.1.4.1.231.7.2.7.8.19
bufferLimitReached
INTEGER
RO
Low Buffer limit reached.
1.3.6.1.4.1.231.7.2.7.8.20
rcvBufferError
INTEGER
RO
receive buffer - fatal error
1.3.6.1.4.1.231.7.2.7.8.21
overflowError
INTEGER
RO
overflow error - hardware error
1.3.6.1.4.1.231.7.2.7.8.22
collisionErrorInt
INTEGER
RO
transceiver test failed - hardware error
1.3.6.1.4.1.231.7.2.7.8.23
memoryErrorInt
INTEGER
RO
system bus timeout - hardware error
1.3.6.1.4.1.231.7.2.7.8.24
excessiveInts
INTEGER
RO
excessive interrupt occurrence
1.3.6.1.4.1.231.7.2.7.8.25
linkChanged
INTEGER
RO
link changed
1.3.6.1.4.1.231.7.2.7.8.26
linkMode
INTEGER
RO
Operational mode of the ethernet link.
- halfDuplex10BaseT(1)
- halfDuplex100BaseT(3)
- fullDuplex10BaseT(2)
- fullDuplex100BaseT(4)
- auto(0)
1.3.6.1.4.1.231.7.2.7.8.27
good8021pFramesReceived
INTEGER
RO
The number of correct 802.1p frames received.
1.3.6.1.4.1.231.7.2.7.8.28
babblingReceiveInts
INTEGER
RO
The number of frames received with a length that is greater than the maximum allowed ethernet frame size (1518 or 1522 bytes).
1.3.6.1.4.1.231.7.2.7.8.29
babblingTransmitInts
INTEGER
RO
The number of frames transmitted with a length that is greater than the maximum allowed ethernet frame size (1518 or 1522 bytes).
1.3.6.1.4.1.231.7.2.7.8.30
unexpectedInts
INTEGER
RO
The number of unexpected interrupt events that have occur
red. The presence of such unexpected interrupts may indicate a major problem on the device.
 
1.3.6.1.4.1.231.7.2.7.9
qosStatGrouphlb20
   
Quality Of Service Statistics Group MIB
1.3.6.1.4.1.231.7.2.7.9.1
numOfQosStatTableEntries
INTEGER
RW
Contains the number of entries in the quality of service (qos) statistics table. The only valid write value is 0, which resets all qos statistic counters.
1.3.6.1.4.1.231.7.2.7.9.2
qosStatTable
SEQUENCE OF QosStatTableEntry
 
This table contains statistic information for quality of service (QOS) mechanisms.
1.3.6.1.4.1.231.7.2.7.9.2.1
qosStatTableEntry
QosStatTableEntry
 
The QOS statistic information table entries.
1.3.6.1.4.1.231.7.2.7.9.2.1.1
qosIndex
INTEGER
RO
Identification of an table entry enabled by this index.
1.3.6.1.4.1.231.7.2.7.9.2.1.2
interface
DisplayString
RO
The interface for which the QOS statistic data is collected.
1.3.6.1.4.1.231.7.2.7.9.2.1.3
remarkedFrames
INTEGER
RO
The number of remarked frames.
1.3.6.1.4.1.231.7.2.7.9.2.1.4
droppedPackets
DisplayString
RO
The number of dropped packets for each queue.
 
1.3.6.1.4.1.231.7.2.7.10
bChannelStatGrouphlb20
   
B-Channel Statistics Group MIB
1.3.6.1.4.1.231.7.2.7.10.1
numOfBChannelStatTableEntries
INTEGER
RW
Contains the number of entries in the b-channel statistics table. The only valid write value is 0, which resets all b-channel counters.
1.3.6.1.4.1.231.7.2.7.10.2
bChannelStatTable
SEQUENCE OF BChannelStatTableEntry
 
This table contains statistic information of B-Channels.
1.3.6.1.4.1.231.7.2.7.10.2.1
bChannelStatTableEntry
BChannelStatTableEntry
 
The B-Channel statistic information table entries.
1.3.6.1.4.1.231.7.2.7.10.2.1.1
bChannelStatIndex
INTEGER
RO
Identification of an table entry enabled by this index.
1.3.6.1.4.1.231.7.2.7.10.2.1.2
bChannelIdentifier
DisplayString (SIZE (0..255))
RO
The B-Channel identifier. 'Total' is the sum of all B-Channels.
1.3.6.1.4.1.231.7.2.7.10.2.1.3
frmLenViolation
INTEGER
RO
Number of frames received with invalid length.
1.3.6.1.4.1.231.7.2.7.10.2.1.4
nonOctetAligned
INTEGER
RO
Number of frames with an invalid number of bits.
1.3.6.1.4.1.231.7.2.7.10.2.1.5
rxAbortSequence
INTEGER
RO
Number of times the HDLC abort sequence was detected.
1.3.6.1.4.1.231.7.2.7.10.2.1.6
rxCrcError
INTEGER
RO
Number of frames received with CRC checksum errors.
1.3.6.1.4.1.231.7.2.7.10.2.1.7
qmcBusyInt
INTEGER
RO
Number of frames received when no receive buffer descriptor was available.
1.3.6.1.4.1.231.7.2.7.10.2.1.8
qmcMrfInt
INTEGER
RO
Early indication for the number of frame length violations.
1.3.6.1.4.1.231.7.2.7.10.2.1.9
qmcUnInt
INTEGER
RO
Number of qmc transmitter underruns.
1.3.6.1.4.1.231.7.2.7.10.2.1.10
qmcIqov
INTEGER
RO
Number of overruns in the qmx interrupt ringbuffer.
1.3.6.1.4.1.231.7.2.7.10.2.1.11
qmcGunGov
INTEGER
RO
This critical error leads to a reset. It occurs when there's an buffer overrun in the internal qmc fifo buffers.
 
1.3.6.1.4.1.231.7.2.7.10.3
numOfDspChannelsExisting
INTEGER
RO
Contains the number of DSP channels physically existing.
1.3.6.1.4.1.231.7.2.7.10.4
numOfDspChannelsAvailable
INTEGER
RO
Contains the number of DSP channels available.
1.3.6.1.4.1.231.7.2.7.10.5
numOfDspChannelsInUse
INTEGER
RO
Contains the number of DSP channels actually used.
 
1.3.6.1.4.1.231.7.2.7.11
notificationGrouphlb20
   
Notification Group MIB containing trap specifications
1.3.6.1.4.1.231.7.2.7.11.1
sendVoIPQualityNotification
TRAP
 
This notification will be sent when the latest voice over IP connection had quality problems.
1.3.6.1.4.1.231.7.2.7.11.2
sendIpPhoneTableNotification
TRAP
 
This notification will be sent whenever the errorState of an IP phone table entry changes or when the configuration of IP phones is changed.
 
1.3.6.1.4.1.231.7.2.7.12
ipPhoneGrouphlb20
   
IP Phone Group MIB
1.3.6.1.4.1.231.7.2.7.12.1
numOfIpPhoneTableEntries
INTEGER
RO
Contains the number of entries in the IP Phone table.
1.3.6.1.4.1.231.7.2.7.12.2
ipPhoneTable
SEQUENCE OF IpPhoneTableEntry
 
This table contains information on all configured OptiPoints and OptiCients, but not standard H.323 phones.
1.3.6.1.4.1.231.7.2.7.12.2.1
ipPhoneTableEntry
IpPhoneTableEntry
 
The IP Phone table entries.
1.3.6.1.4.1.231.7.2.7.12.2.1.1
ipPhoneIndex
INTEGER
RO
Identification of an table entry enabled by this index.
1.3.6.1.4.1.231.7.2.7.12.2.1.2
subscriberNumber
DisplayString
RO
Subscriber call number which is assigned to the phone.
1.3.6.1.4.1.231.7.2.7.12.2.1.3
ipAddress
IpAddress
RO
Contains the IP address of the phone.
1.3.6.1.4.1.231.7.2.7.12.2.1.4
operationalState
INTEGER
RO
Contains information about the operational state of the phone.
- installed(1) means that the phone has been configured in hg3550, but it is not operational.
- registered(2) means that the phone is operational.
- active(3) means that the phone is actually in use.
1.3.6.1.4.1.231.7.2.7.12.2.1.5
errorState
INTEGER
RO
Contains information about the error state of the phone.
- normal(1)
- warning(2)
- minor(3)
- major(4)
- critical(5)
- unknown(6)
 
1.3.6.1.4.1.231.7.2.7.12.3
indexOfLastIpPhoneNotification
INTEGER
RO
Contains the index of the last notification trap that indicated configurational or status changes in the IP phone table.
1.3.6.1.4.1.231.7.2.7.12.4
typeOfLastIpPhoneNotification
INTEGER
RO
Contains the type of the last notification trap that indicated configurational or status changes in the IP phone table.
1.3.6.1.4.1.231.7.2.7.12.5
subscriberNoOfLastIpPhoneNotification
DisplayString
RO
The subscriber number of the IP phone involved.
1.3.6.1.4.1.231.7.2.7.12.6
ipAddressOfLastIpPhoneNotification
IpAddress
RO
Contains the IP address of the IP phone involved. If the IP address is 0.0.0.0, all phones may be involved
1.3.6.1.4.1.231.7.2.7.12.7
errorStateOfLastIpPhoneNotification
INTEGER
RO
Contains information about the error state of the phone involved.
- normal(1)
- warning(2)
- minor(3)
- major(4)
- critical(5)
- unknown(6)
 
1.3.6.1.4.1.231.7.2.7.13
rg2500
   
RG2500 MIB
1.3.6.1.4.1.231.7.2.7.13.1
gwPlatformMib
   
The Platform MIB for the company’s VoIP Gateway.
See ar2500_platform.my
1.3.6.1.4.1.231.7.2.7.13.1.1
gwPlatformMibObjects
     
1.3.6.1.4.1.231.7.2.7.13.1.1.1
gwPlatformHardwareGroup
     
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1
gwPlatformHwConfigGroup
   
The Hardware Configuration MIB
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.2
gwPlatformHwDspModuleCount
INTEGER (0..12)
RO
The Number of DSP modules fitted.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.3
gwPlatformHwCpuType
DisplayString
RO
The processor type.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.4
gwPlatformHwCpuSpeed
INTEGER (0..1024)
RO
The CPU speed in MHz.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.5
gwPlatformHwFlashMemory
INTEGER (0..1024)
RO
The flash memory size in MB (1024x1024 bytes).
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.6
gwPlatformHwDram
INTEGER (0..1024)
RO
The DRAM size in MB (1024x1024 bytes).
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.7
gwPlatformHwDspSlotCount
INTEGER (0..12)
RO
The number of DSP slots.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.10
gwPlatformHwMacAddress
OCTET STRING (SIZE(6))
RO
The MAC address.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.11
gwPlatformHwBootline
DisplayString
RO
The bootline.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.12
gwPlatformHwSystemSerialNumber
DisplayString
RO
The system serial number.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.13
gwPlatformHwMotherboardVersion
DisplayString
RO
The motherboard version.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.14
gwPlatformHwPartListVersion
DisplayString
RO
The part-list version.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.15
gwPlatformHwBootromVersion
DisplayString
RO
The boot ROM version.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.17
gwPlatformHwDspModuleTable
SEQUENCE OF GwPlatformHwDspModuleEntry
 
Table containing types of DSP modules installed.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.17.1
gwPlatformHwDspModuleEntry
GwPlatformHwDspModuleEntry
 
An entry in the DSP Module Table.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.17.1.1
gwPlatformHwDspModuleIndex
INTEGER (1..12)
RO
The index into the dsp module table.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.17.1.2
gwPlatformHwDspModuleType
DisplayString
RO
The type indicator of the DSP module.
1.3.6.1.4.1.231.7.2.7.13.1.1.1.1.17.1.3
gwPlatformHwDspModuleDescription
DisplayString
RO
The descriptive name of the dsp module, e.g. The written part name, and type of dsp, and size of RAM on the module.
 
1.3.6.1.4.1.231.7.2.7.13.1.1.1.3
gwPlatformHwResourceGroup
   
The Hardware Resources Group
1.3.6.1.4.1.231.7.2.7.13.1.1.1.3.1
gwPlatformHwDramFree
Unsigned32
RO
The DRAM free in KBytes, sysMemPart+safeMemPart
1.3.6.1.4.1.231.7.2.7.13.1.1.1.3.2
gwPlatformHwFlashFree
Unsigned32
RO
The Flash free, in KBytes.
 
1.3.6.1.4.1.231.7.2.7.13.1.1.2
gwPlatformSwConfigGroup
   
The Software Configuration
1.3.6.1.4.1.231.7.2.7.13.1.1.2.1
gwPlatformSwBuild
DisplayString
RO
The reported build identification of the loaded software.
 
1.3.6.1.4.1.231.7.2.7.13.2
gwManagementMib
   
The Management MIB for the company’s RG 2500 Communication Gateway.
See ar2500_management.my
1.3.6.1.4.1.231.7.2.7.13.2.1
gwManagementMibObjects
     
1.3.6.1.4.1.231.7.2.7.13.2.1.1
gwManagementMgmtGroup
   
The Management Group
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1
gwManagementRouterPropertiesGroupTable
SEQUENCE OF GwManagementRouterPropertiesGroupEntry
 
The group of gateway property settings.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1.1
gwManagementRouterPropertiesGroupEntry
GwManagementRouterPropertiesGroupEntry
 
The entry (row type) in the table of gateway properties
settings.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1.1.1
gwManagementRouterPropertiesGroupIndex
GwManagementConfigurationGroupIndex
RO
The index for the table of gateway properties settings.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1.1.2
gwManagementRouterPropertiesRouterName
DisplayString (SIZE(0..20)
RW
Allows the name of the gateway to be set.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1.1.3
gwManagementRouterPropertiesRouterLocation
DisplayString (SIZE(0..20)
RW
Allows the location of the gateway to be set.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1.1.4
gwManagementRouterPropertiesIp
DisplayString (SIZE(0..20))
RO
IP address
1.3.6.1.4.1.231.7.2.7.13.2.1.1.1.1.5
gwManagementRouterPropertiesSubnetMask
DisplayString (SIZE(0..20))
RO
Subnet mask
 
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3
gwManagementMgmtConfigGroup
   
The Management Configuration Group
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14
gwManagementCommConfigTable
SEQUENCE OF GwManagementCommConfigEntry
 
The group of management SNMP settings.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14.1
gwManagementCommConfigEntry
GwManagementCommConfigEntry
 
The entry (row type) in the table of management SNMP configuration settings.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14.1.1
gwManagementCommConfigIndex
GwManagementMgmtConfigSnmpIndex
RO
The index for the table of management SNMP configuration settings.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14.1.2
gwManagementCommConfigSetting
GwManagementDisplayString
RC
This column holds the value which must be interpreted according to the type indicated by the preceding column.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14.1.3
gwManagementCommConfigSettingIpAddr
GwManagementDisplayString
RC
The part of the setting which holds the IP-Address.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14.1.4
gwManagementCommConfigSettingType
GwManagementMgmtConfigSnmpSettingType
RC
Type indicator for the data held in this row of the table.
- readCommunity(1)
- writeCommunity(2)
- trapReceiver(3)
1.3.6.1.4.1.231.7.2.7.13.2.1.1.3.14.1.5
gwManagementCommConfigStatus
RowCmd
RC
The row status for the table of management SNMP configuration settings.
 
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6
gwManagementStaticRouteConfigTable
SEQUENCE OF GwManagementStaticRouteConfigEntry
 
The table of StaticRoute Configurations. This table is used to configure the ipRouteTable at system start.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1
gwManagementStaticRouteConfigEntry
GwManagementStaticRouteConfigEntry
 
The entry (row type) in the table of StaticRoute Configurations.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.1
gwManagementStaticRouteConfigIndex
GwManagementStaticRouteConfigIndex
RO
The index for the StaticRoute Configurations table.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.2
gwManagementStaticRouteConfigName
GwManagementNameDisplayString
RC
The name by which the route will be known to the manager.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.3
gwManagementStaticRouteDest
GwManagementAddressDisplayString
RC
ipRouteDest from the ipRouteTable.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.4
gwManagementStaticRouteGateway
GwManagementAddressDisplayString
RC
ipRouteNextHop from the ipRouteTable.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.5
gwManagementStaticRouteMask
GwManagementAddressDisplayString
RC
ipRouteMask from the ipRouteTable.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.6
gwManagementStaticRouteTos
INTEGER
RC
ipRouteAge from the ipRouteTable.
1.3.6.1.4.1.231.7.2.7.13.2.1.1.6.1.7
gwManagementStaticRouteStatus
RowCmd
RC
The status of this static route entry.
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4
globalDataTable
SEQUENCE OF GlobalDataEntry
 
Table containing global data of the rg2500 gateway.
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1
globalDataEntry
GlobalDataEntry
 
Entry in the global data table.
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.1
globalDataID
Integer32 (0..1)
RC
Index to lookup an entry in the global data table.
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.2
systemLocation
DisplayString (SIZE(0..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.3
systemName
DisplayString (SIZE(0..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.4
systemIPAddress
DisplayString (SIZE(0..20))
RO
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.5
systemSubnetMask
DisplayString (SIZE(0..20))
RO
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.6
systemDateTime
DisplayString (SIZE(14..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.7
systemCountryCode
Integer32
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.8
systemUpTime
TimeTicks
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.9
gwEnableGatekeeperUsage
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.10
gwEnableSCNProtocolTunneling
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.11
gwEnableH323TerminalSupport
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.12
gwEnablePreH450CallForward
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.13
gwEnablePreH450CallTransfer
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.14
gwEnableH450FeatureSupport
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.15
gwEnableH235Profile1Support
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.16
urlOnlineHelp
DisplayString (SIZE(0..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.17
urlDocumentation
DisplayString (SIZE(0..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.18
serverSystemID
DisplayString (SIZE(0..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.19
serverIntegrOnOff
BooleanValue
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.20
serverAuthIpAddress
DisplayString (SIZE(0..20))
RW
 
1.3.6.1.4.1.231.7.2.7.13.2.1.4.1.21
serverAuthPort
Integer32
RW
 
 
1.3.6.1.4.1.231.7.2.7.13.3
gwMSCandApplications
   
HG3550 V2 / HiPath 4000 V2 MIB.
See cg2500.my
1.3.6.1.4.1.231.7.2.7.13.3.1
msc
     
1.3.6.1.4.1.231.7.2.7.13.3.1.1
mscStats
     
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1
mscStatsOverall
   
msc overall statistics
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1.1
mscOutgoingRTPpackets
Counter
RO
Outgoing RTP packets (overall).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1.2
mscOutgoingRTPLostpackets
Counter
RO
Outgoing RTP packets lost (overall).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1.3
mscIncomingRTPpackets
Counter
RO
Incoming RTP packets (overall).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1.4
mscIncomingRTPLostpackets
Counter
RO
Incoming RTP packets lost (overall).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1.5
mscTotalBytesSent
Counter
RO
Total bytes sent.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.1.6
mscTotalBytesReceived
Counter
RO
Total bytes received.
 
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2
mscStatsPerCallTable
SEQUENCE OF MscStatsPerCallEntry
 
The table of per-call msc statistics.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1
mscStatsPerCallEntry
MscStatsPerCallEntry
 
The Msc statistics about one resource.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.1
mscStatsPerCallInd
INTEGER
 
The table index
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.2
mscPeerCanonicalName
OCTET STRING (SIZE (0..64))
RO
The connection name of the number called.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.3
mscDestIP
OCTET STRING (SIZE (0..15))
RO
The destination IP address (H.323).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.4
mscBeginTime
OCTET STRING (SIZE (0..64))
RO
Time when the last call started.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.5
mscEncoder
INTEGER
RO
Encoder used with this call.
- g711ULaw(0)
- g723(4)
- g711ALaw(8)
- g729(18)
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.6
mscDecoder
INTEGER
RO
Decoder used with this call.
- g711ULaw(0)
- g723(4)
- g711ALaw(8)
- g729(18)
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.7
mscSpecOutgoingRTPpackets
Counter
RO
Outgoing RTP packets (per-call).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.8
mscSpecOutgoingRTPpacketsLost
Counter
RO
Outgoing RTP packets lost (per-call).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.9
mscSpecIncomingRTPpackets
Counter
RO
Incoming RTP packets (per-call).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.10
mscSpecIncomingRTPpacketsLost
Counter
RO
Incoming RTP packets lost (per-call).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.11
mscSpecBytesSent
Counter
RO
Total bytes sent.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.12
mscSpecBytesReceived
Counter
RO
Total bytes received.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.13
mscSpecRndTripNetworkDelay
Integer32
RO
Round Trip Network Delay (in ms) for this connection.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.14
mscSpecActualJitter
Integer32
RO
The actual jitter (in ms) for this connection.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.15
mscSpecJitterBufferDepth
Integer32
RO
Current size of the DSP jitter buffer (in ms).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.16
mscSpecRtpEncodings
Integer32
RO
Number of collected frames in one RTP packet sent from this gateway.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.17
mscSpecAverageNetworkDelay
Integer32
RO
Average network delay for this call (in ms).
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.18
mscSpecJitterLan
Integer32
RO
Jitter in the LAN of this connection.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.19
mscFractionLostOutgoing
Integer32
RO
Fraction of RTP data packets from a specific source that were lost since the previous receiver report was sent.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.20
mscMaxFractionLostOutgoing
Integer32
RO
Maximum fractional packet loss among all currently participating session members except ourself.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.21
mscSpecCumLatePacketCount
Integer32
RO
The number of late packets, since the beginning of the connection.
1.3.6.1.4.1.231.7.2.7.13.3.1.1.2.1.22
mscEncTimePerPacket
Integer32
RO
Encoding time (in ms) per packet.
 
1.3.6.1.4.1.231.7.2.7.13.3.1.2
mscConfig
   
Msc configuration
1.3.6.1.4.1.231.7.2.7.13.3.1.2.1
mscUdpPortLow
INTEGER (1024..65535)
RW
The low port boundary of RTP/RTCP ports.
1.3.6.1.4.1.231.7.2.7.13.3.1.2.2
mscUdpPortHigh
INTEGER (1024..65535)
RW
The high port boundary of RTP/RTCP ports.
1.3.6.1.4.1.231.7.2.7.13.3.1.2.3
mscTcpPortLow
INTEGER (1024..65535)
RW
The low port boundary of TCP ports (T38-fax).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.4
mscTcpPortHigh
INTEGER (1024..65535)
RW
The high port boundary of TCP ports (T38-fax).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.5
mscTrafficStatistic
BooleanValue
RW
TrafficStatistic on / off; Generating of the per call statistic (by the GW / GK) is enabled or disabled.
1.3.6.1.4.1.231.7.2.7.13.3.1.2.9
dspJitterBufferAdaptationEnable
BooleanValue
RW
If this is set by host the DSP jitter buffer adapts its depth based on its statistics. If not, host has to explicitly adjust the jitter buffer depth at run time, based on statistics generated by the DSP.
1.3.6.1.4.1.231.7.2.7.13.3.1.2.10
mscJitterType
INTEGER
RW
Jitter buffer adaptation algorithm (0..TIS, 1..HLB2)
1.3.6.1.4.1.231.7.2.7.13.3.1.2.11
mscJitterCacheUpdateInterval
INTEGER (5..10)
RW
Jitter Cache update interval: 5 - 10 seconds.
1.3.6.1.4.1.231.7.2.7.13.3.1.2.15
mscJitterTotalFractionLostWeight
INTEGER (0..1000)
RW
Factor for smoothing the varying fraction lost of incoming RTP packets caused by jitter in 10th of percents, i.e. 1000 is 100.0%. Default: 300 (30%).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.16
mscJitterMinFractionLost
INTEGER (0..1000)
RW
Lower threshold for the adaptive control of jitter buffer size for incoming RTP packets in 10th of percents, i.e. 1000 is 100.0%. Default: 5 (0.5%).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.17
mscJitterMaxFractionLost
INTEGER (0..1000)
RW
Upper threshold for the adaptive control of jitter buffer size for incoming RTP packets in 10th of percents, i.e. 1000 is 100.0%. Default: 40 (4%).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.18
mscJitterFactor
INTEGER (0..1000)
RW
Factor for resizing the jitter buffer with respect to the average jitter: Default: 4.
1.3.6.1.4.1.231.7.2.7.13.3.1.2.19
mscJitterIncrement
INTEGER (100..300)
RW
Increment of jitter buffer, if jitterMinFractionLost is exceeded in 100 microsecond steps: Default: 200 (20ms).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.20
mscJitterDecrement
INTEGER (100..300)
RW
Decrement of jitter buffer, if smoothed average jitter falls below jitterMaxFractionLost in 100 microsecond steps: Default: 100 (10ms).
1.3.6.1.4.1.231.7.2.7.13.3.1.2.21
mscJitterBufferAvarageDelay
INTEGER (0..300)
RW
The depth of the jitter buffer in ms. Set by host at the configuration time. The DSP will round the value to multiple of 10 ms. Range: 0 - 300 ms
 
1.3.6.1.4.1.231.7.2.7.13.3.1.3
mscDspConfig
   
Msc DSP configuration
1.3.6.1.4.1.231.7.2.7.13.3.1.3.3
mscVadEnable
BooleanValue
RW
Voice Activity Detection on / off; VAD is explicitly performed for G.711 only.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.4
mscEchoCancellerEnable
BooleanValue
RW
Echo Canceller on / off; Compensation for echos which can occur in the case of connection via the voice gateway to analog telephones.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.5
mscDtmfReceiveEnable
BooleanValue
RW
Dtmf Outband Signalization on / off.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.6
mscDtmfDefaultToneLength
INTEGER (50..300)
RW
Default length of pulse of the DTMF tones.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.7
mscG711MaxRecvBytes
INTEGER (80..960)
RW
Max. Bytes of G711 coded RTP data.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.8
mscG723MaxRecvBytes
INTEGER (24..96)
RW
Max. Bytes of G723A coded RTP data.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.9
mscG729MaxRecvBytes
INTEGER (20..120)
RW
Max. Bytes of G729A/AB coded RTP data.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.10
mscG711EncTimePerPacket
INTEGER (10..120)
RW
Defines the encoding time (in ms) per packet for G711 encoder control.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.11
mscG723EncTimePerPacket
INTEGER (30..120)
RW
Defines the encoding time (in ms) per packet for G723 encoder control.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.12
mscG729EncTimePerPacket
INTEGER (20..120)
RW
Defines the encoding time (in ms) per packet for G729 encoder control.
1.3.6.1.4.1.231.7.2.7.13.3.1.3.13
mscDtmfDefaultPauseLength
INTEGER (50..300)
RW
Default length of pause of the sent DMTF tones.
 
1.3.6.1.4.1.231.7.2.7.13.3.2
gwApplications
     
1.3.6.1.4.1.231.7.2.7.13.3.2.1
deviceConfiguration
     
1.3.6.1.4.1.231.7.2.7.13.3.2.2
deviceResourceStatistics
     
1.3.6.1.4.1.231.7.2.7.13.3.2.2.1
deviceResourceMgmtTable
SEQUENCE OF DeviceResourceMgmtEntry
 
Device resource management statistics table
1.3.6.1.4.1.231.7.2.7.13.3.2.2.1.1
deviceResourceMgmtEntry
DeviceResourceMgmtEntry
   
1.3.6.1.4.1.231.7.2.7.13.3.2.2.1.1.1
deviceId
INTEGER
RO
unique id of a device
- devIdISDNSubs(0)
- devIdISDNTrunk(1)
- devIdHFA(2)
- devIdPayload(3)
- devIdMoH(4)
- devHXG3RTP(5)
- devHXG3Fax(6)
- devHXG3PPP(7)
- devHXG3Vcapi(8)
- devIdWAML(10)
- devIdISDNTrunk1(11)
- devIdISDNTrunk2(12)
- devIdISDNTrunk3(13)
- devIdISDNTrunk4(14)
- devIdDMC(15)
- devIdRTP(100)
- devIdFax(101)
- devIdPPP(102)
- devIdVcapi(103)
- devIdNu(104)
- devIdLegk(105)
- devIdUnused(106)
- deviceId_Rtp_H323(110)
- deviceId_Fax_H323(111)
- deviceId_Rtp_SIP(120)
- deviceId_Fax_SIP(121)
1.3.6.1.4.1.231.7.2.7.13.3.2.2.1.1.2
devMaxChannels
Integer32
RO
Effective max. number of useable channels.
unique id of a device
- deviceId_Rtp_H323(110)
- deviceId_Fax_H323(111)
- deviceId_Rtp_SIP(120)
- deviceId_Fax_SIP(121)
1.3.6.1.4.1.231.7.2.7.13.3.2.2.1.1.3
devSeizedChannels
Integer32
RO
Number of channels currently in use.unique id of a device
- deviceId_Rtp_H323(110)
- deviceId_Fax_H323(111)
- deviceId_Rtp_SIP(120)
- deviceId_Fax_SIP(121)
 
1.3.6.1.4.1.231.7.2.7.13.3.2.3
gwParameters
   
Gateway Parameters
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2
gwGlobalTrace
     
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2.1
gwGlobalTraceID
Integer32
RW
 
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2.2
gwConsoleTraceOnOff
BooleanValue
RW
Switch whole console tracing on or off.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2.3
gwFileTraceOnOff
BooleanValue
RW
Switch whole file tracing on or off.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2.4
gwTraceMaxFileSize
Integer32
RO
Maximum size of trace file.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2.5
gwTraceTimerValue
Integer32
RO
Timer for tracing.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.2.6
gwTraceMaxBuffSize
Integer32
RO
Maximum buffer size for tracing.
 
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4
gwEventLog
     
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1
gwTrapGenerationTbl
SEQUENCE OF GwTrapGenerationEntry
 
The trap generation table indicates for which events traps are generated and for which not.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1
gwTrapGenerationEntry
GwTrapGenerationEntry
 
An entry in the trap generation table for a particular event.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.1
gwTrapEventID
Integer32
RC
This index of the trap generation table identifies a particular event.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.2
gwTrapEventName
OCTET STRING (SIZE (0..64))
RC
 
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.3
gwTrapType
Integer32
RC
This determines whether a trap is generated for that event or not.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.4
gwTrapFlag
BooleanValue
RC
 
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.5
gwRebootFlag
BooleanValue
RC
 
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.6
gwRebootType
Integer32
RC
This determines whether a trap is generated for that event or not.
1.3.6.1.4.1.231.7.2.7.13.3.2.3.4.1.1.7
gwTrapGenRowCmd
RowCmd
RC
Setting this to destroy will delete this entry.
 
1.3.6.1.4.1.231.7.2.7.13.3.2.5
gwStatistics
   
Gateway Statistics
1.3.6.1.4.1.231.7.2.7.13.3.2.5.1
gwStatsNumLANVoiceCallsRcvd1H
Counter
RO
Number of incoming voice calls received in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.2
gwStatsNumLANVoiceCallsRcvd24H
Counter
RO
Number of incoming voice calls received in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.3
gwStatsNumLANFaxCallsRcvd1H
Counter
RO
Number of incoming fax calls received in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.4
gwStatsNumLANFaxCallsRcvd24H
Counter
RO
Number of incoming fax calls received in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.5
gwStatsNumLANVoiceCallsConn1H
Counter
RO
Number of incoming voice calls connected in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.6
gwStatsNumLANVoiceCallsConn24H
Counter
RO
Number of incoming voice calls connected in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.7
gwStatsNumLANFaxCallsConn1H
Counter
RO
Number of incoming fax calls connected in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.8
gwStatsNumLANFaxCallsConn24H
Counter
RO
Number of incoming fax calls connected in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.9
gwStatsNumPBXVoiceCallsRcvd1H
Counter
RO
Number of outgoing voice calls received in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.10
gwStatsNumPBXVoiceCallsRcvd24H
Counter
RO
Number of outgoing voice calls received in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.11
gwStatsNumPBXFaxCallsRcvd1H
Counter
RO
Number of outgoing fax calls received in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.12
gwStatsNumPBXFaxCallsRcvd24H
Counter
RO
Number of outgoing fax calls received in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.13
gwStatsNumPBXVoiceCallsConn1H
Counter
RO
Number of outgoing voice calls connected in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.14
gwStatsNumPBXVoiceCallsConn24H
Counter
RO
Number of outgoing voice calls connected in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.15
gwStatsNumPBXFaxCallsConn1H
Counter
RO
Number of outgoing fax calls connected in the last hour
1.3.6.1.4.1.231.7.2.7.13.3.2.5.16
gwStatsNumPBXFaxCallsConn24H
Counter
RO
Number of outgoing fax calls connected in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.17
gwStatsCumLANCallDuration1H
Counter
RO
Cumulative call duration in seconds in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.18
gwStatsCumLANCallDuration24H
Counter
RO
Cumulative call duration in seconds in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.19
gwStatsCumPBXCallDuration1H
Counter
RO
Cumulative call duration in seconds in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.20
gwStatsCumPBXCallDuration24H
Counter
RO
Cumulative call duration in seconds in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.25
gwStatsNumCurCalls
Counter
RO
Cumulative number of current calls
1.3.6.1.4.1.231.7.2.7.13.3.2.5.30
gwStatsNumLANDataCallsRcvd1H
Counter
RO
Number of incoming LAN data calls received in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.31
gwStatsNumLANDataCallsRcvd24H
Counter
RO
Number of incoming LAN data calls received in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.32
gwStatsNumLANDataCallsConn1H
Counter
RO
Number of incoming LAN data calls connected in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.33
gwStatsNumLANDataCallsConn24H
Counter
RO
Number of incoming LAN data calls connected in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.34
gwStatsNumPBXDataCallsRcvd1H
Counter
RO
Number of incoming PBX data calls received in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.35
gwStatsNumPBXDataCallsRcvd24H
Counter
RO
Number of incoming PBX data calls received in the last 24 hours.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.36
gwStatsNumPBXDataCallsConn1H
Counter
RO
Number of incoming PBX data calls connected in the last hour.
1.3.6.1.4.1.231.7.2.7.13.3.2.5.37
gwStatsNumPBXDataCallsConn24H
Counter
RO
Number of incoming PBX data calls connected in the last 24 hours.
 
1.3.6.1.4.1.231.7.2.7.13.3.2.8
gwTrapGroup
   
The HXG3 SNMP Traps
1.3.6.1.4.1.231.7.2.7.13.3.2.8.1
tisTrap
TRAP
 
Indicates a problem with the RG2500 software. Sent when the Admin server detects a trapable event in the event log.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.3
gwStartup
TRAP
 
Indicates the startup of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.4
gwReboot
TRAP
 
Indicates the reboot of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.5
gwThreshold
TRAP
 
Indicates that a threshold has reached in HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.6
gwWanLinkUp
TRAP
 
Indicates a WAN Linkup of HG1500.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.7
gwWanLinkDown
TRAP
 
Indicates a WAN Linkdown of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.8
gwIpLinkUp
TRAP
 
Indicates an IP Link up of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.9
gwIpLinkDown
TRAP
 
Indicates an IP Linkdown of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.10
gwAuxTrap
TRAP
 
Indicates an auxiliary trap of HG3550 V2.
 
1.3.6.1.4.1.231.7.2.7.13.3.2.9
trapNum
DisplayString
RO
Defines a software error number - use with type of trap and info like software component ID or board/port to isolate exact error.
1.3.6.1.4.1.231.7.2.7.13.3.2.10
trapText
DisplayString
RO
Defines text to be sent up with the trap.
1.3.6.1.4.1.231.7.2.7.13.3.2.11
trapType
INTEGER
RO
The type of error occurred.
- software(1)
- hardware(2)
- startup(3)
- reboot(4)
- threshold(5)
- wanLinkUp(6)
- wanLinkDown(7)
- ipLinkUp(8)
- ipLinkDown(9)
- auxTrap(10)
1.3.6.1.4.1.231.7.2.7.13.3.2.12
gwtrapSeverity
DisplayString
RO
Defines the severity of the trap.

Table 14. Definitions in the company’s specific MIB

Object-ID
Object name
Description
1.3.6.1.4.1.4329
siemens
HG3550-V11 MIB, see hg3500_v11.my
1.3.6.1.4.1.4329.2
iandcAdmin
 
1.3.6.1.4.1.4329.2.24
hg3550v11
Definition of the system OID for hg3550 V2

Table 15. Collected list of traps (repeated)

Object-ID
Object name
Description
1.3.6.1.2.1.10.20.2.0.1
isdnMibCallInformation
This trap/inform is sent to the manager under the following conditions:
- on incoming calls for each call which is rejected for policy reasons (e.g. unknown neighbor or access violation)
- on outgoing calls whenever a call attempt is determined to have ultimately failed. In the event that call retry is active, then this will be after all retry attempts have failed.
- whenever a call connects. In this case, the object isdnBearerCallConnectTime should be included in the trap.
1.3.6.1.4.1.231.7.2.7.5
sendAlarmWithValues
If an error occurs, there will be checked if the errorClass is configured to trigger a immediate signaling. If so, a trap will be send to the management station containing the information shown above.
1.3.6.1.4.1.231.7.2.7.6
fileOverflowError
Inform the manager that the trap history table got too big. Unless the size of the table is reduced by the manager (by resetting numberOfTrapHistoryEntries), the oldest trap informations will be overridden from now on.
1.3.6.1.4.1.231.7.2.7.11.1
sendVoIPQualityNotification
This notification will be sent when the latest voice over IP connection had quality problems.
1.3.6.1.4.1.231.7.2.7.11.2
sendIpPhoneTableNotification
This notification will be sent whenever the errorState of an IP phone table entry changes or when the configuration of IP phones is changed.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.1
tisTrap
Indicates a problem with the RG2500 software. Sent when the Admin server detects a trapable event in the event log.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.3
gwStartup
Indicates the startup of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.4
gwReboot
Indicates the reboot of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.5
gwThreshold
Indicates that a threshold has reached in HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.6
gwWanLinkUp
Indicates a WAN Linkup of HG1500.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.7
gwWanLinkDown
Indicates a WAN Linkdown of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.8
gwIpLinkUp
Indicates an IP Link up of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.9
gwIpLinkDown
Indicates an IP Linkdown of HG3550 V2.
1.3.6.1.4.1.231.7.2.7.13.3.2.8.10
gwAuxTrap
Indicates an auxiliary trap of HG3550 V2.