hh3cFcPsmEnfEntryType
HH3C-FC-PSM-MIB ·
.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.5
Object
column Enumeration
When the value is learning, it represents the entry is learned by the switch itself temporarily and will be deleted when the device log out. When the value is learned, it represents the entry is learned by the switch permanently. When the value is static, it represents the entry is configured.
Context
- MIB
- HH3C-FC-PSM-MIB
- OID
.1.3.6.1.4.1.25506.2.127.8.1.2.3.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hh3cFcPsmEnfEntry
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 'HH3C-FC-PSM-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-FC-PSM-MIB::hh3cFcPsmEnfEntryType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HH3C-FC-PSM-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HH3C-FC-PSM-MIB::hh3cFcPsmEnfEntryType.<hh3cFcPsmEnableVsanIndex>.<hh3cFcPsmEnfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HH3C-FC-PSM-MIB' -M '/opt/observium/mibs/hh3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HH3C-FC-PSM-MIB::hh3cFcPsmEnfEntryType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | learning |
2 | learned |
3 | static |