All MIBs › LBMSH-MIB › macStatus
macStatus
Module: LBMSH-MIB
OID (symbolic): LBMSH-MIB::macStatus
OID (numeric): 1.3.6.1.4.1.43.1.8.4.1.3.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
This object is used to enable or disable a shared MAC for SNMP protocol usage. Note that if a shared MAC has insufficient capabilities to run the SNMP stack then an attempt to set the status to active will fail. This object has three values: available, unavailable and snmpMac. The meaning of each of these is:
available: This MAC is currently available to run SNMP on behalf of the management card. unavailable: MAC cannot be selected to carry SNMP on behalf of the management card. The MAC may be in this state for a number of reasons. Examples are insufficient resource on the card, shared MAC already in use for something other than SNMP. snmpMac: This MAC is currently being used as the physical interface for management card SNMP traffic.
To select a MAC write snmpMac to this object. If the MAC is suitable and available then the current snmpMac will become unavailable and the selected MAC will become available.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.43.1.8.4.1.3.1.8 snmpwalk -v2c -c public <target> LBMSH-MIB::macStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.43.1.8.4.1.3.1.8.1 snmpget -v2c -c public <target> LBMSH-MIB::macStatus.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.43.1.8.4.1.3.1.8.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> macStatus.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.43 | a3Com | A3COM-HUAWEI-OID-MIB |
| 1.3.6.1.4.1.43.1 | products | A3Com-products-MIB |
| 1.3.6.1.4.1.43.1.8 | hub | A3Com-products-MIB |
| 1.3.6.1.4.1.43.1.8.4 | linkBuilderMSH | A3Com-products-MIB |
| 1.3.6.1.4.1.43.1.8.4.1 | misc | LBHUB-MSH-MIB |
| 1.3.6.1.4.1.43.1.8.4.1.3 | chassisMgmtMACTable | LBHUB-MSH-MIB |
| 1.3.6.1.4.1.43.1.8.4.1.3.1 | chassisMgmtMACEntry | LBHUB-MSH-MIB |
| 1.3.6.1.4.1.43.1.8.4.1.3.1.8 | macStatus | LBMSH-MIB |