agentSwitchMnTrapEnabled
DNOS-SWITCHING-MIB ·
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.2.8.48.1.5
Object
This object tells whether MAC change notifications will or will not be sent when there are MAC addresses learnt or removed/ages out from the device's forwarding database. If the value of agentSwitchMnTrapEnabled is true(1) switch will send the MAC notifications via traps or informs. If the value is false(2) MAC notifications won't be sent to snmp server but MAC address info will be added to the agentSwitchMnHistoryTable.
Context
- MIB
- DNOS-SWITCHING-MIB
- OID
.1.3.6.1.4.1.674.10895.5000.2.6132.1.1.1.2.8.48.1.5- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- agentSwitchMnGlobalGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DNOS-SWITCHING-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DNOS-SWITCHING-MIB::agentSwitchMnTrapEnabled.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DNOS-SWITCHING-MIB' -M '/opt/observium/mibs/dell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DNOS-SWITCHING-MIB::agentSwitchMnTrapEnabled'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Object Constraints
range: 1-32
Type Values
1 | true |
2 | false |