All MIBs › ERI-DNX-SMC-MIB › actvDestAddr
actvDestAddr
Module: ERI-DNX-SMC-MIB
OID (symbolic): ERI-DNX-SMC-MIB::actvDestAddr
OID (numeric): 1.3.6.1.4.1.644.2.4.1.8.4.1.6
Node type: OBJECT-TYPE
Type: TimeSlotAddress
Access: read-only
Description:
The destination port timeslot address for this connection. The format is represented using an IP address syntax (4 byte string). Note that the maximum valid port number and starting timeslot will vary depending on the specified carrier and framing options. For example, an octal T1/E1 device has 8 ports but the T1 link has 24 timeslots while the E1 link has 32 timeslots.
The 1st byte is reserved for future use The 2nd byte represents the destination Slot Number (1-11) The 3rd byte represents the destination Port Number (1-84) The 4th byte represents the source starting Timeslot (1-232) normal connections use range 1..32 For subRate connection types: low nibble connections use range 101..132 high nibble connections use range 201..232
What is actvDestAddr?
This specifies the physical port and time slot on a telecom card where this circuit connection is routed to, encoded in an IP-address-like format. It identifies which T1/E1 timeslot pair is active for the connection. A telecom engineer uses this when tracing a voice or data circuit through a digital switch to verify it is connected to the correct physical output.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.644.2.4.1.8.4.1.6 snmpwalk -v2c -c public <target> ERI-DNX-SMC-MIB::actvDestAddr
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.644.2.4.1.8.4.1.6.1 snmpget -v2c -c public <target> ERI-DNX-SMC-MIB::actvDestAddr.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> actvDestAddr.1
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.644 | eriEnterpriseRoot | ERI-ROOT-SMI |
| 1.3.6.1.4.1.644.2 | eriProducts | ERI-ROOT-SMI |
| 1.3.6.1.4.1.644.2.4 | dnx | ERI-DNX-SMC-MIB |
| 1.3.6.1.4.1.644.2.4.1 | sysMgr | ERI-DNX-SMC-MIB |
| 1.3.6.1.4.1.644.2.4.1.8 | connections | ERI-DNX-SMC-MIB |
| 1.3.6.1.4.1.644.2.4.1.8.4 | actvConnTable | ERI-DNX-SMC-MIB |
| 1.3.6.1.4.1.644.2.4.1.8.4.1 | actvConnEntry | ERI-DNX-SMC-MIB |
| 1.3.6.1.4.1.644.2.4.1.8.4.1.6 | actvDestAddr | ERI-DNX-SMC-MIB |