SONUS-IP-PROTOCOL-MIB

File: SONUS-IP-PROTOCOL-MIB.mib (42895 bytes)

Imported modules

SNMPv2-SMI SONUS-SMI

Imported symbols

Counter32 Gauge32 Integer32
IpAddress MODULE-IDENTITY OBJECT-TYPE
sonusPacketMIBs

Defined Types

SonusIpGeneralGroupEntry  
SEQUENCE    
  sonusIpForwarding INTEGER
  sonusIpDefaultTTL Integer32
  sonusIpInReceives Counter32
  sonusIpInHdrErrors Counter32
  sonusIpInAddrErrors Counter32
  sonusIpForwDatagrams Counter32
  sonusIpInUnknownProtos Counter32
  sonusIpInDiscards Counter32
  sonusIpInDelivers Counter32
  sonusIpOutRequests Counter32
  sonusIpOutDiscards Counter32
  sonusIpOutNoRoutes Counter32
  sonusIpReasmTimeout Integer32
  sonusIpReasmReqds Counter32
  sonusIpReasmOKs Counter32
  sonusIpReasmFails Counter32
  sonusIpFragOKs Counter32
  sonusIpFragFails Counter32
  sonusIpFragCreates Counter32
  sonusIpRoutingDiscards Counter32
  sonusIpGeneralGroupShelf Integer32
  sonusIpGeneralGroupSlot Integer32
  sonusIpGeneralGroupInstance Integer32

SonusIcmpGeneralGroupEntry  
SEQUENCE    
  sonusIcmpInMsgs Counter32
  sonusIcmpInErrors Counter32
  sonusIcmpInDestUnreachs Counter32
  sonusIcmpInTimeExcds Counter32
  sonusIcmpInParmProbs Counter32
  sonusIcmpInSrcQuenchs Counter32
  sonusIcmpInRedirects Counter32
  sonusIcmpInEchos Counter32
  sonusIcmpInEchoReps Counter32
  sonusIcmpInTimestamps Counter32
  sonusIcmpInTimestampReps Counter32
  sonusIcmpInAddrMasks Counter32
  sonusIcmpInAddrMaskReps Counter32
  sonusIcmpOutMsgs Counter32
  sonusIcmpOutErrors Counter32
  sonusIcmpOutDestUnreachs Counter32
  sonusIcmpOutTimeExcds Counter32
  sonusIcmpOutParmProbs Counter32
  sonusIcmpOutSrcQuenchs Counter32
  sonusIcmpOutRedirects Counter32
  sonusIcmpOutEchos Counter32
  sonusIcmpOutEchoReps Counter32
  sonusIcmpOutTimestamps Counter32
  sonusIcmpOutTimestampReps Counter32
  sonusIcmpOutAddrMasks Counter32
  sonusIcmpOutAddrMaskReps Counter32
  sonusIcmpGeneralGroupShelf Integer32
  sonusIcmpGeneralGroupSlot Integer32
  sonusIcmpGeneralGroupInstance Integer32

SonusTcpGeneralGroupEntry  
SEQUENCE    
  sonusTcpRtoAlgorithm INTEGER
  sonusTcpRtoMin Integer32
  sonusTcpRtoMax Integer32
  sonusTcpMaxConn Integer32
  sonusTcpActiveOpens Counter32
  sonusTcpPassiveOpens Counter32
  sonusTcpAttemptFails Counter32
  sonusTcpEstabResets Counter32
  sonusTcpCurrEstab Gauge32
  sonusTcpInSegs Counter32
  sonusTcpOutSegs Counter32
  sonusTcpRetransSegs Counter32
  sonusTcpInErrs Counter32
  sonusTcpOutRsts Counter32
  sonusTcpGeneralGroupShelf Integer32
  sonusTcpGeneralGroupSlot Integer32
  sonusTcpGeneralGroupInstance Integer32

SonusTcpConnEntry  
SEQUENCE    
  sonusTcpConnState INTEGER
  sonusTcpConnLocalAddress IpAddress
  sonusTcpConnLocalPort Integer32
  sonusTcpConnRemAddress IpAddress
  sonusTcpConnRemPort Integer32
  sonusTcpConnShelf Integer32
  sonusTcpConnSlot Integer32
  sonusTcpConnInstance Integer32

SonusUdpGeneralGroupEntry  
SEQUENCE    
  sonusUdpInDatagrams Counter32
  sonusUdpNoPorts Counter32
  sonusUdpInErrors Counter32
  sonusUdpOutDatagrams Counter32
  sonusUdpGeneralGroupShelf Integer32
  sonusUdpGeneralGroupSlot Integer32
  sonusUdpGeneralGroupInstance Integer32

SonusUdpEntry  
SEQUENCE    
  sonusUdpLocalAddress IpAddress
  sonusUdpLocalPort Integer32
  sonusUdpShelf Integer32
  sonusUdpSlot Integer32
  sonusUdpInstance Integer32

Defined Values

sonusIpProtocolMIB 1.3.6.1.4.1.2879.2.3.4
The MIB Module for IP Protocol Management.
MODULE-IDENTITY    

sonusMib-2 1.3.6.1.4.1.2879.2.3.4.2
OBJECT IDENTIFIER    

sonusIp 1.3.6.1.4.1.2879.2.3.4.2.4
OBJECT IDENTIFIER    

sonusIpGeneralGroupTable 1.3.6.1.4.1.2879.2.3.4.2.4.1
The collection of IP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusIpGeneralGroupEntry

sonusIpGeneralGroupEntry 1.3.6.1.4.1.2879.2.3.4.2.4.1.1
The collection of IP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusIpGeneralGroupEntry  

sonusIpForwarding 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.1
The indication of whether this entity is acting as an IP router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IP routers forward datagrams. IP hosts do not (except those source-routed via the host).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER forwarding(1), notForwarding(2)  

sonusIpDefaultTTL 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..255  

sonusIpInReceives 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.3
The total number of input datagrams received from interfaces, including those received in error.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpInHdrErrors 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpInAddrErrors 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.5
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. This count includes invalid addresses (e.g., 0.0.0.0) and addresses of unsupported Classes (e.g., Class E). For entities which are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpForwDatagrams 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.6
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. In entities which do not act as IP routers, this counter will include only those packets which were Source-Routed via this entity, and the Source-Route option processing was successful.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpInUnknownProtos 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.7
The number of locally-addressed datagrams received successfully but discarded because of an unknown or unsupported protocol.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpInDiscards 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.8
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). Note that this counter does not include any datagrams discarded while awaiting re-assembly.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpInDelivers 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.9
The total number of input datagrams successfully delivered to IP user-protocols (including ICMP).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpOutRequests 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.10
The total number of IP datagrams which local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipForwDatagrams.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpOutDiscards 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.11
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). Note that this counter would include datagrams counted in ipForwDatagrams if any such packets met this (discretionary) discard criterion.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpOutNoRoutes 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.12
The number of IP datagrams discarded because no route could be found to transmit them to their destination. Note that this counter includes any packets counted in ipForwDatagrams which meet this `no-route' criterion. Note that this includes any datagrams which a host cannot route because all of its default routers are down.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpReasmTimeout 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.13
The maximum number of seconds which received fragments are held while they are awaiting reassembly at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusIpReasmReqds 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.14
The number of IP fragments received which needed to be reassembled at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpReasmOKs 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.15
The number of IP datagrams successfully re-assembled.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpReasmFails 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.16
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpFragOKs 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.17
The number of IP datagrams that have been successfully fragmented at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpFragFails 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.18
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpFragCreates 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.19
The number of IP datagram fragments that have been generated as a result of fragmentation at this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpRoutingDiscards 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.23
The number of routing entries which were chosen to be discarded even though they are valid. One possible reason for discarding such an entry could be to free-up buffer space for other routing entries.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIpGeneralGroupShelf 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.24
A 32-bit integer identifying the shelf that the IP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusIpGeneralGroupSlot 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.25
A 32-bit integer identifying the slot that the IP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusIpGeneralGroupInstance 1.3.6.1.4.1.2879.2.3.4.2.4.1.1.26
A 32-bit integer identifying the instance that the IP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusIcmp 1.3.6.1.4.1.2879.2.3.4.2.5
OBJECT IDENTIFIER    

sonusIcmpGeneralGroupTable 1.3.6.1.4.1.2879.2.3.4.2.5.1
The collection of ICMP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusIcmpGeneralGroupEntry

sonusIcmpGeneralGroupEntry 1.3.6.1.4.1.2879.2.3.4.2.5.1.1
The collection of ICMP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusIcmpGeneralGroupEntry  

sonusIcmpInMsgs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.1
The total number of ICMP messages which the entity received. Note that this counter includes all those counted by icmpInErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInErrors 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.2
The number of ICMP messages which the entity received but determined as having ICMP-specific errors (bad ICMP checksums, bad length, etc.).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInDestUnreachs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.3
The number of ICMP Destination Unreachable messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInTimeExcds 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.4
The number of ICMP Time Exceeded messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInParmProbs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.5
The number of ICMP Parameter Problem messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInSrcQuenchs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.6
The number of ICMP Source Quench messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInRedirects 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.7
The number of ICMP Redirect messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInEchos 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.8
The number of ICMP Echo (request) messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInEchoReps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.9
The number of ICMP Echo Reply messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInTimestamps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.10
The number of ICMP Timestamp (request) messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInTimestampReps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.11
The number of ICMP Timestamp Reply messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInAddrMasks 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.12
The number of ICMP Address Mask Request messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpInAddrMaskReps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.13
The number of ICMP Address Mask Reply messages received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutMsgs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.14
The total number of ICMP messages which this entity attempted to send. Note that this counter includes all those counted by icmpOutErrors.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutErrors 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.15
The number of ICMP messages which this entity did not send due to problems discovered within ICMP such as a lack of buffers. This value should not include errors discovered outside the ICMP layer such as the inability of IP to route the resultant datagram. In some implementations there may be no types of error which contribute to this counter's value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutDestUnreachs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.16
The number of ICMP Destination Unreachable messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutTimeExcds 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.17
The number of ICMP Time Exceeded messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutParmProbs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.18
The number of ICMP Parameter Problem messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutSrcQuenchs 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.19
The number of ICMP Source Quench messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutRedirects 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.20
The number of ICMP Redirect messages sent. For a host, this object will always be zero, since hosts do not send redirects.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutEchos 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.21
The number of ICMP Echo (request) messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutEchoReps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.22
The number of ICMP Echo Reply messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutTimestamps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.23
The number of ICMP Timestamp (request) messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutTimestampReps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.24
The number of ICMP Timestamp Reply messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutAddrMasks 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.25
The number of ICMP Address Mask Request messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpOutAddrMaskReps 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.26
The number of ICMP Address Mask Reply messages sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusIcmpGeneralGroupShelf 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.27
A 32-bit integer identifying the shelf that the ICMP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusIcmpGeneralGroupSlot 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.28
A 32-bit integer identifying the slot that the ICMP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusIcmpGeneralGroupInstance 1.3.6.1.4.1.2879.2.3.4.2.5.1.1.29
A 32-bit integer identifying the instance that the ICMP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcp 1.3.6.1.4.1.2879.2.3.4.2.6
OBJECT IDENTIFIER    

sonusTcpGeneralGroupTable 1.3.6.1.4.1.2879.2.3.4.2.6.1
The collection of TCP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusTcpGeneralGroupEntry

sonusTcpGeneralGroupEntry 1.3.6.1.4.1.2879.2.3.4.2.6.1.1
The collection of TCP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusTcpGeneralGroupEntry  

sonusTcpRtoAlgorithm 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.1
The algorithm used to determine the timeout value used for retransmitting unacknowledged octets.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), constant(2), rsre(3), vanj(4)  

sonusTcpRtoMin 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.2
The minimum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the LBOUND quantity described in RFC 793.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpRtoMax 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.3
The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend upon the algorithm used to determine the retransmission timeout. In particular, when the timeout algorithm is rsre(3), an object of this type has the semantics of the UBOUND quantity described in RFC 793.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpMaxConn 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.4
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.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpActiveOpens 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.5
The number of times TCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpPassiveOpens 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.6
The number of times TCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpAttemptFails 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.7
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpEstabResets 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.8
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.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpCurrEstab 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.9
The number of TCP connections for which the current state is either ESTABLISHED or CLOSE- WAIT.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

sonusTcpInSegs 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.10
The total number of segments received, including those received in error. This count includes segments received on currently established connections.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpOutSegs 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.11
The total number of segments sent, including those on current connections but excluding those containing only retransmitted octets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpRetransSegs 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.12
The total number of segments retransmitted - that is, the number of TCP segments transmitted containing one or more previously transmitted octets.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpInErrs 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.14
The total number of segments received in error (e.g., bad TCP checksums).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpOutRsts 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.15
The number of TCP segments sent containing the RST flag.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusTcpGeneralGroupShelf 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.16
A 32-bit integer identifying the shelf that the TCP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpGeneralGroupSlot 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.17
A 32-bit integer identifying the slot that the TCP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpGeneralGroupInstance 1.3.6.1.4.1.2879.2.3.4.2.6.1.1.18
A 32-bit integer identifying the instance that the TCP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpConnTable 1.3.6.1.4.1.2879.2.3.4.2.6.13
A table containing TCP connection-specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusTcpConnEntry

sonusTcpConnEntry 1.3.6.1.4.1.2879.2.3.4.2.6.13.1
A conceptual row of the tcpConnTable containing information about a particular current TCP connection. Each row of this table is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusTcpConnEntry  

sonusTcpConnState 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.1
The state of this TCP connection. The only value which may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a `badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)  

sonusTcpConnLocalAddress 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.2
The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusTcpConnLocalPort 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.3
The local port number for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

sonusTcpConnRemAddress 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.4
The remote IP address for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusTcpConnRemPort 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.5
The remote port number for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

sonusTcpConnShelf 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.6
A 32-bit integer identifying the shelf that the TCP Connection Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpConnSlot 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.7
A 32-bit integer identifying the slot that the TCP Connection Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusTcpConnInstance 1.3.6.1.4.1.2879.2.3.4.2.6.13.1.8
A 32-bit integer identifying the instance that the TCP Connection Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusUdp 1.3.6.1.4.1.2879.2.3.4.2.7
OBJECT IDENTIFIER    

sonusUdpGeneralGroupTable 1.3.6.1.4.1.2879.2.3.4.2.7.1
The collection of UDP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusUdpGeneralGroupEntry

sonusUdpGeneralGroupEntry 1.3.6.1.4.1.2879.2.3.4.2.7.1.1
The collection of UDP General Group information for the specified instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusUdpGeneralGroupEntry  

sonusUdpInDatagrams 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.1
The total number of UDP datagrams delivered to UDP users.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusUdpNoPorts 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.2
The total number of received UDP datagrams for which there was no application at the destination port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusUdpInErrors 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.3
The number of received UDP datagrams that could not be delivered for reasons other than the lack of an application at the destination port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusUdpOutDatagrams 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.4
The total number of UDP datagrams sent from this entity.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

sonusUdpGeneralGroupShelf 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.5
A 32-bit integer identifying the shelf that the UDP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusUdpGeneralGroupSlot 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.6
A 32-bit integer identifying the slot that the UDP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusUdpGeneralGroupInstance 1.3.6.1.4.1.2879.2.3.4.2.7.1.1.7
A 32-bit integer identifying the instance that the UDP General Group table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusUdpTable 1.3.6.1.4.1.2879.2.3.4.2.7.5
A table containing UDP listener information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SonusUdpEntry

sonusUdpEntry 1.3.6.1.4.1.2879.2.3.4.2.7.5.1
Information about a particular current UDP listener.
Status: current Access: not-accessible
OBJECT-TYPE    
  SonusUdpEntry  

sonusUdpLocalAddress 1.3.6.1.4.1.2879.2.3.4.2.7.5.1.1
The local IP address for this UDP listener. In the case of a UDP listener which is willing to accept datagrams for any IP interface associated with the node, the value 0.0.0.0 is used.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

sonusUdpLocalPort 1.3.6.1.4.1.2879.2.3.4.2.7.5.1.2
The local port number for this UDP listener.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..65535  

sonusUdpShelf 1.3.6.1.4.1.2879.2.3.4.2.7.5.1.3
A 32-bit integer identifying the shelf that the UDP Listener table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusUdpSlot 1.3.6.1.4.1.2879.2.3.4.2.7.5.1.4
A 32-bit integer identifying the slot that the UDP Listener table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sonusUdpInstance 1.3.6.1.4.1.2879.2.3.4.2.7.5.1.5
A 32-bit integer identifying the instance that the UDP Listener table applies to
Status: current Access: read-only
OBJECT-TYPE    
  Integer32