prtDest
Module: RAD-MIB
OID (symbolic): RAD-MIB::prtDest
OID (numeric): 1.3.6.1.4.1.164.3.3.3.5.2.1.4
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description:
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...
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.3.5.2.1.4 snmpwalk -v2c -c public <target> RAD-MIB::prtDest
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.3.5.2.1.4.1 snmpget -v2c -c public <target> RAD-MIB::prtDest.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.3.3.3.5.2.1.4.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.3 | dacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3 | prtDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.5 | prtDim | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.5.2 | prtDimDestTable | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.5.2.1 | prtDimDestEntry | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.5.2.1.4 | prtDest | RAD-MIB |