rlCdpValidateMandatoryTlvs
NETGEAR-RADLAN-CDP-MIB ·
.1.3.6.1.4.1.4526.17.137.18
Object
By setting the MIB to true all mandatory TLVs 0x0001-0x0006 will be validated.
Incoming CDP frames without any of the TLVs will be dropped.
A value of false indicates that only the Device ID TLV (0x0001) is mandatory.
Frames containing Device ID TLV will be processed,
regardless of whether other TLVs are present or not.
Context
- MIB
- NETGEAR-RADLAN-CDP-MIB
- OID
.1.3.6.1.4.1.4526.17.137.18- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rlCdp
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-RADLAN-CDP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-RADLAN-CDP-MIB::rlCdpValidateMandatoryTlvs.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-RADLAN-CDP-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-RADLAN-CDP-MIB::rlCdpValidateMandatoryTlvs'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |