fsLldpPortConfigNotificationType
SUPERMICRO-LLDP-MIB ·
.1.3.6.1.4.1.10876.101.1.158.2.3.1.3
Object
column r/w
Enumeration
This object is used to set the notification type.
If the associated fsLldpNotificationType object has a value of
remTabChg (1),then LLDP agent sends trap notification to NMS
whenever remote table change occurs.
If the associated fsLldpNotificationType object has a value of
misCfg (1),then LLDP agent sends trap notification to NMS
whenever mis-configuration is identified.
If the associated fsLldpNotificationType object has a value of
remTabChgAndMisCfg(3),then LLDP agent sends trap notification to
NMS whenever remote table change occurs or/and whenever
mis-configuration is identified.
LLDP agent send the trap messages only when MIB Object
lldpPortConfigNotificationEnable is true.So
fsLldpNotificationType Object is valid when
lldpPortConfigNotificationEnable Object is true.
Context
- MIB
- SUPERMICRO-LLDP-MIB
- OID
.1.3.6.1.4.1.10876.101.1.158.2.3.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- fsLldpLocPortEntry
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 'SUPERMICRO-LLDP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-LLDP-MIB::fsLldpPortConfigNotificationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-LLDP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-LLDP-MIB::fsLldpPortConfigNotificationType.<lldpLocPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-LLDP-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-LLDP-MIB::fsLldpPortConfigNotificationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | remTabChg |
2 | misCfg |
3 | remTabChgAndMisCfg |