prtDest

RAD-MIB · .1.3.6.1.4.1.164.3.3.3.5.2.1.4

Object

column r/w SNMPv2-SMIInteger32
Destination port,(of a T1/E1 port), that is connected to the 
DIM card, for the specified Destination number.
0 = No destination port.
Else:
	For external ports:
(IO Slot+10) & 1    for port 1 
(IO Slot+10) & 3    for port 2 
   Example: port2 of IO slot 12 will be: 223 .
For internal ports :
(IO Slot+10) & 2    for port 1
(IO Slot+10) & 4    for port 2
(IO Slot+10) & 6    for port 3
(IO Slot+10) & 8    for port 4, etc...

Context

MIB
RAD-MIB
OID
.1.3.6.1.4.1.164.3.3.3.5.2.1.4
Type
column
Access
readwrite
Status
current
Parent
prtDimDestEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::prtDest'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::prtDest.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-MIB::prtDest'

Syntax

Source
SNMPv2-SMIInteger32
Base type
Integer32

Values & Constraints

Enumerated Values
1notApplicable
2system
3card
4port
Type Constraints
range: -2147483648..2147483647