All MIBs › DLSW-MIB › dlswTConnOperPartnerMacInfo
dlswTConnOperPartnerMacInfo
Module: DLSW-MIB
OID (symbolic): DLSW-MIB::dlswTConnOperPartnerMacInfo
OID (numeric): 1.3.6.1.2.1.46.1.2.3.1.17
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
It is up to this DLSw whether to keep either none, some, or all of the MAC address list that was received in the capabilities exchange message sent by this partner DLSw. This object identifies how much information was kept by this DLSw. These names are stored as userConfigured remote entries in dlswDirMACTable. A value of (4), notApplicable, should be returned before a Capabilities Exchange message is received, or if one is never received.
If an implementation chooses to keep dlswTConnOperEntrys in the `disconnected' state, this value should remain unchanged.
What is dlswTConnOperPartnerMacInfo?
This OID holds a count of MAC address entries stored locally from a DLSw (Data Link Switching) partner that was received during capabilities exchange—basically how many remote device addresses this switch learned from its peer. Reading it helps you validate that the peer relationship is exchanging MAC information correctly. A network operator would check this during DLSw troubleshooting to confirm that MAC learning across WAN links is functioning.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.46.1.2.3.1.17 snmpwalk -v2c -c public <target> DLSW-MIB::dlswTConnOperPartnerMacInfo
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.46.1.2.3.1.17.1 snmpget -v2c -c public <target> DLSW-MIB::dlswTConnOperPartnerMacInfo.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> dlswTConnOperPartnerMacInfo.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.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.46 | dlsw | DLSW-MIB |
| 1.3.6.1.2.1.46.1 | dlswMIB | DLSW-MIB |
| 1.3.6.1.2.1.46.1.2 | dlswTConn | DLSW-MIB |
| 1.3.6.1.2.1.46.1.2.3 | dlswTConnOperTable | DLSW-MIB |
| 1.3.6.1.2.1.46.1.2.3.1 | dlswTConnOperEntry | DLSW-MIB |
| 1.3.6.1.2.1.46.1.2.3.1.17 | dlswTConnOperPartnerMacInfo | DLSW-MIB |