fsLldpPortConfigNotificationType
ARICENT-LLDP-MIB ·
.1.3.6.1.4.1.2076.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 and/or whenever
mis-configuration is identified.
LLDP agent sends the trap messages only when MIB Object
lldpPortConfigNotificationEnable is true. So,
fsLldpNotificationType Object is valid when
lldpPortConfigNotificationEnable object is true.
Context
- MIB
- ARICENT-LLDP-MIB
- OID
.1.3.6.1.4.1.2076.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 'ARICENT-LLDP-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-LLDP-MIB::fsLldpPortConfigNotificationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ARICENT-LLDP-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-LLDP-MIB::fsLldpPortConfigNotificationType.<lldpLocPortNum>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-LLDP-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-LLDP-MIB::fsLldpPortConfigNotificationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | remTabChg |
2 | misCfg |
3 | remTabChgAndMisCfg |