CISCO-WAN-SRCP-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
3
Rows
3
Columns
20
srcpPeerTable
table.1.3.6.1.4.1.351.150.11.1.1.3
·
1 row entry
·
6 columns
This is a table which is used to provision peer-specific SRCP configuration and administration information. Each table entry corresponds to an SRCP peer as identified by its domain name(srcpPeerName).
Represents an individual table entry in srcpPeerTable.
Each row corresponds to an SRCP peer and is identified
by its domain name (srcpPeerName).
Entries in this table are implicitly created by the agent.
…
Each row corresponds to an SRCP peer and is identified
by its domain name (srcpPeerName).
Entries in this table are implicitly created by the agent.
…
Indexes
srcpPeerId
| Column | Syntax | OID |
|---|---|---|
|
srcpPeerId
This object identifies the SRCP peer and serves
as index to this table. If MGMIB is supported, this is the same as the mgcNumber(defined in CISCO-WAN-MG-MIB MIB) from the mgcTable. |
Integer32 Constraints: range: 1-65535 |
.1.3.6.1.4.1.351.150.11.1.1.3.1.1 |
|
srcpPeerName
This object identifies the name of the SRCP peer.
If MGMIB is supported, this is the same as the mgcName from the mgcTable. |
OctetString Constraints: range: 1-64 |
.1.3.6.1.4.1.351.150.11.1.1.3.1.2 |
|
srcpPeerPortNumber
This object is used to configure the UDP port of
the SRCP peer. |
Integer32r/w Constraints: range: 1025-65535 |
.1.3.6.1.4.1.351.150.11.1.1.3.1.3 |
|
srcpPeerHeartbeatInterval
deprecated
This object is used to configure the length of the
heartbeat interval, in milliseconds. The heartbeat interval indicate when the GW(Gateway) is expected to receive a heartbeat from a specific peer or MGC group. If valu… |
millisecondsInteger32r/w Constraints: range: 0-65535 |
.1.3.6.1.4.1.351.150.11.1.1.3.1.4 |
|
srcpPeerTimeSinceHeartbeat
deprecated
The time since the last heartbeat was received, in
milliseconds. This represents the difference between the current time and the last time an SRCP command was received. A value of 0 shall be returned if… |
millisecondsInteger32 Constraints: range: 0-2147483647 |
.1.3.6.1.4.1.351.150.11.1.1.3.1.5 |
|
srcpPeerMaxPduSize
deprecated
This object is used to configure the maximum UDP
PDU(Protocol Data Unit) size, in octets, that may be used for SRCP communications with the peer. This value may not be configurable for all agents. … |
octetsInteger32r/w Constraints: range: 4095-65535 |
.1.3.6.1.4.1.351.150.11.1.1.3.1.6 |
srcpPeerGrpParamTable
table.1.3.6.1.4.1.351.150.11.1.1.4
·
1 row entry
·
3 columns
This table is used to provision SRCP parameters for
an MGC Redundancy group. MGCs can be configured as part
of MGC Redundancy groups. This feature allows for
redundant call agents.
Each table entry corresponds to an SRCP peer entry that is
identified by the MGC Redundancy group number.
Represents an individual table entry in the
srcpPeerGrpParamTable. Each row corresponds to
an MGC Redundancy Group and is identified by the
MGC Redundancy Group Number.
Entries are implicitly created w…
srcpPeerGrpParamTable. Each row corresponds to
an MGC Redundancy Group and is identified by the
MGC Redundancy Group Number.
Entries are implicitly created w…
Indexes
CISCO-WAN-MGC-REDUN-MIBmgcRedundancyGrpNum
| Column | Syntax | OID |
|---|---|---|
|
srcpPeerGrpHeartbeatInterval
This object is used to configure the length of the
heartbeat interval, in milliseconds. If 0, heartbeat for this peer Group is not monitored. The heartbeat interval less than 100 is not allowed (except 0). |
millisecondsInteger32r/w Constraints: range: 0-65535 |
.1.3.6.1.4.1.351.150.11.1.1.4.1.1 |
|
srcpPeerGrpTimeSinceHeartbeat
The time since the last heartbeat was received,
in milliseconds. This represents the difference between the current time and the last time an SRCP command was received. A value of 0 shall be returned if … |
millisecondsInteger32 Constraints: range: 0-2147483647 |
.1.3.6.1.4.1.351.150.11.1.1.4.1.2 |
|
srcpPeerGrpMaxPduSize
This object is used to configure the maximum UDP PDU size,
in octets, that may be used for SRCP communications with the peer. This value may not be configurable for all agents. |
octetsInteger32r/w Constraints: range: 4095-65535 |
.1.3.6.1.4.1.351.150.11.1.1.4.1.3 |
srcpPeerStatsTable
table.1.3.6.1.4.1.351.150.11.1.2.1
·
1 row entry
·
11 columns
This table contains SRCP statistics information since
reset. SRCP statistics are kept in this table, with
each table entry containing the statistics of SRCP
messages that communicated with a peer at a specific
IP address of the peer.
It differs from the SRCP peer table which maintains
information on a per call agent basis as identified
by their domain names.
The row of the srcpPeerStatsTable contains information about
SRCP message statistics per IP address of the MGC.
An entry is implicitly created and deleted by the agent.
There can be two cases…
SRCP message statistics per IP address of the MGC.
An entry is implicitly created and deleted by the agent.
There can be two cases…
Indexes
srcpStatsPeerIpAddress
| Column | Syntax | OID |
|---|---|---|
|
srcpStatsPeerIpAddress
This object specifies the IP address of the
SRCP peer and serves as index to the table. |
SNMPv2-SMIIpAddress Textual Convention: SNMPv2-SMIIpAddress OctetStringType Constraints: range: 4 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.1 |
|
srcpStatsPeerName
Denotes the name of the SRCP peer. This is the
same as the mgcName from the mgcTable. It is provided here as a read-only parameter as a convinience feature. |
OctetString Constraints: range: 1-64 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.2 |
|
packetsDiscardedCnts
The number of packets that were received and discarded.
The packets may get discarded because of indecipherable PDUs like bad protocol version, bad command verb etc, or because of unknown transaction IDs (in case of … |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.3 |
|
augwCnts
The total number of AUGW(Audit Gateway) commands received
from the peer on this IP address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.4 |
|
aulnCnts
The total number of AULN(Audit Line) commands received from
or sent to the peer on this IP address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.5 |
|
rqntCnts
The total number of RQNT(Notification Request) commands
received from or sent to the peer on this IP address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.6 |
|
ntfyCnts
The total number of NTFY(Notify) commands received from
or sent to the peer on this IP address. |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.7 |
|
augwFailCnts
For MG : The total number of AUGW commands
received that were responded to with a failure return code. For MGC : The total number of AUGW commands sent which were timed out without a response or for whi… |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.8 |
|
aulnFailCnts
Media gateway : The total number of AULN commands
received that were responded to with a failure return code. Media gateway controller : The total number of AULN commands sent which were timed out witho… |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.9 |
|
rqntFailCnts
Media gateway : The total number of RQNT commands
received that were responded to with a failure return code. Media gateway controller : The total number of RQNT commands sent which were timed out with… |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.10 |
|
ntfyFailCnts
Media gateway : The total number of NTFY commands sent
which were timed out without a response or for which a response with failure return code was received. Media gateway controller: The total number of… |
SNMPv2-SMICounter32 Textual Convention: SNMPv2-SMICounter32 Unsigned32Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.351.150.11.1.2.1.1.11 |