NETGEAR-RADLAN-VOIP-SNOOP
27 objects
The private MIB module definition for VOIP Snoop.
Imported Objects
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.4526.17.213 | IdentityrlVoipSnoop | The private MIB module definition for VOIP Snoop. | ||
| 1.3.6.1.4.1.4526.17.213.1 | ScalarrlVoipMngSnoopEnableScalar | read-write | current | VOIP Global Enable/Disable. |
| 1.3.6.1.4.1.4526.17.213.2 | TablerlVoipMngSnoopQosTable | not-accessible | current | The (conceptual) table for configuration of VOIP QOS. |
| 1.3.6.1.4.1.4526.17.213.2.1 | RowrlVoipMngSnoopQosEntry | not-accessible | current | An entry (conceptual row) in the rlVoipMngSnoopQosTable. |
| 1.3.6.1.4.1.4526.17.213.2.1.1 | ColumnrlVoipMngSnoopQosType | read-write | current | Current type of QoS of VOIP packets |
| 1.3.6.1.4.1.4526.17.213.2.1.2 | ColumnrlVoipMngSnoopQosValue | read-write | current | The value depends on rlVoipMngSnoopQosType, that will be assigned to each VOIP packet. The range of VPT value is 0..7. The range of DSCP value is 0..63. The ra… |
| 1.3.6.1.4.1.4526.17.213.3 | TablerlVoipMngSnoopIfIndexTable | not-accessible | current | VOIP ports entry. The entry created when VOIP snooping enabled on port. |
| 1.3.6.1.4.1.4526.17.213.3.1 | RowrlVoipMngSnoopIfIndexEntry | not-accessible | current | The row definition for this table. |
| 1.3.6.1.4.1.4526.17.213.3.1.1 | ColumnrlVoipMngSnoopIfIndex | not-accessible | current | Interface Index. |
| 1.3.6.1.4.1.4526.17.213.3.1.2 | ColumnrlVoipMngSnoopIfIndexStatus | read-write | current | Enable or Disable VOIP status on the ifIndex. |
| 1.3.6.1.4.1.4526.17.213.4 | TablerlVoipMngSnoopSessionTable | not-accessible | current | VOIP session entry. The entry created when VOIP snooping creates the RTP session. |
| 1.3.6.1.4.1.4526.17.213.4.1 | RowrlVoipMngSnoopSessionEntry | not-accessible | current | The row definition for this table. |
| 1.3.6.1.4.1.4526.17.213.4.1.1 | ColumnrlVoipMngSnoopSessionDstIpAddrType | read-only | current | The address type of rlVoipMngSnoopSessionDstIpAddr. |
| 1.3.6.1.4.1.4526.17.213.4.1.2 | ColumnrlVoipMngSnoopSessionDstIpAddr | read-only | current | Destination IP address. |
| 1.3.6.1.4.1.4526.17.213.4.1.3 | ColumnrlVoipMngSnoopSessionSrcIpAddrType | read-only | current | The address type of rlVoipMngSnoopSessionSrcIpAddr. |
| 1.3.6.1.4.1.4526.17.213.4.1.4 | ColumnrlVoipMngSnoopSessionSrcIpAddr | read-only | current | Source IP address. |
| 1.3.6.1.4.1.4526.17.213.4.1.5 | ColumnrlVoipMngSnoopSessionDstUdpRtp | read-only | current | Destination Udp RTP port. |
| 1.3.6.1.4.1.4526.17.213.4.1.6 | ColumnrlVoipMngSnoopSessionDstUdpRtcp | read-only | current | Destination Udp RTCP port. |
| 1.3.6.1.4.1.4526.17.213.4.1.7 | ColumnrlVoipMngSnoopSessionSrcUdpRtp | read-only | current | Source Udp RTP port. |
| 1.3.6.1.4.1.4526.17.213.4.1.8 | ColumnrlVoipMngSnoopSessionSrcUdpRtcp | read-only | current | Source Udp RTCP port. |
| 1.3.6.1.4.1.4526.17.213.4.1.9 | ColumnrlVoipMngSnoopSessionProtocolType | read-only | current | Type of signalling protocol. |
| 1.3.6.1.4.1.4526.17.213.4.1.10 | ColumnrlVoipMngSnoopSessionSessionId | read-only | current | Destination Udp RTCP port. |
| 1.3.6.1.4.1.4526.17.213.4.1.11 | ColumnrlVoipMngSnoopSessionTcpUdpType | read-only | current | IP TCP or UDP protocol. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| RlVoipMngSnoopIfIndexStatus | INTEGER { disable(0), enable(1) } | current | VOIP status of the port: enable or disable. |
| RlVoipProtocolType | INTEGER { sip(1), h323(2), sccp(3) } | current | Type of protocol. |
| RlVoipQosType | INTEGER { queue(1), vpt(2), dscp(3) } | current | Type of QoS: VPT or DSCP. |
| RlVoipTcpUdpType | INTEGER { udp(1), tcp(2) } | current | Type of IP protocol. |