All MIBs › APPLIC-MIB › vnsPacketMACAddress
vnsPacketMACAddress
Module: APPLIC-MIB
OID (symbolic): APPLIC-MIB::vnsPacketMACAddress
OID (numeric): 1.3.6.1.4.1.81.19.7.1.1.1
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-only
Description:
The Mac Address of the sending station.
What is vnsPacketMACAddress?
This read-only 6-byte MAC address identifies the source device of a monitored packet. Network engineers use this to trace packet origin during troubleshooting. Example: 00:1A:2B:3C:4D:5E identifies the sending station.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.81.19.7.1.1.1 snmpwalk -v2c -c public <target> APPLIC-MIB::vnsPacketMACAddress
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.81.19.7.1.1.1.1 snmpget -v2c -c public <target> APPLIC-MIB::vnsPacketMACAddress.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> vnsPacketMACAddress.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.81 | lannet | GEN-MIB |
| 1.3.6.1.4.1.81.19 | lntLanSwitch | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.7 | vnsPacket | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.7.1 | vnsPacketTable | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.7.1.1 | vnsPacketEntry | APPLIC-MIB |
| 1.3.6.1.4.1.81.19.7.1.1.1 | vnsPacketMACAddress | APPLIC-MIB |