dlswDirMacEntryType
DLSW-MIB ·
.1.3.6.1.2.1.46.1.4.2.1.1.4
Object
column r/w
Enumeration
The cause of the creation of this conceptual row.
It could be one of the three methods: (1) user
configured, including via management protocol
set operations, configuration file, command line
or equivalent methods; (2) learned from the
partner DLSw Capabilities Exchange messages;
and (3) dynamic, e.g., learned from ICanReach
messages, or LAN explorer frames. Since only
individual MAC addresses can be dynamically learned,
dynamic entries will all have a mask of all FFs.
The public versus private distinction for user-
configured resources applies only to local resources
(UC remote resources are private), and indicates
whether that resource should be advertised in
capabilities exchange messages sent by this node.
Context
- MIB
- DLSW-MIB
- OID
.1.3.6.1.2.1.46.1.4.2.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dlswDirMacEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DLSW-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLSW-MIB::dlswDirMacEntryType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DLSW-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DLSW-MIB::dlswDirMacEntryType.<dlswDirMacIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DLSW-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DLSW-MIB::dlswDirMacEntryType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | userConfiguredPublic |
3 | userConfiguredPrivate |
4 | partnerCapExMsg |
5 | dynamic |
Conformance
Member of
Compliance refinements
dlswDirCompliance
readonly
Write access is not required.