h3cVxlanMacType
H3C-VXLAN-MIB ·
.1.3.6.1.4.1.2011.10.2.150.1.5.1.3
Object
column Enumeration
The type of an MAC address.
selfLearned: Unicast address dynamically learned in the data plane.
staticConfigured: Unicast address manually added.
protocolLearned: Unicast address advertised through VXLAN IS-IS or BGP.
Support for VXLAN IS-IS and BGP depends on the software version.
openflow: Unicast address issued by a controller through OpenFlow.
ovsdb: Unicast address issued by a controller through OVSDB.
Context
- MIB
- H3C-VXLAN-MIB
- OID
.1.3.6.1.4.1.2011.10.2.150.1.5.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- h3cVxlanMacEntry
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 'H3C-VXLAN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-VXLAN-MIB::h3cVxlanMacType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-VXLAN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-VXLAN-MIB::h3cVxlanMacType.<h3cVxlanVsiIndex>.<h3cVxlanMacAddr>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-VXLAN-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-VXLAN-MIB::h3cVxlanMacType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | selfLearned |
2 | staticConfigured |
3 | protocolLearned |
4 | openflow |
5 | ovsdb |