rlpProtocol
NETLINK-SPECIFIC-MIB ·
.1.3.6.1.4.1.173.7.2.2.1.6
Object
column mandatory
r/w
OctetString
The protocols configured on this RLP. This is an OCTET
STRING where each octet represents a protocol type. The size of this
is the maximum number of protocols allowed on an RLP (rlpMaxProtos).
The protocol types are defined as:
00 = none
01 = X.25
02 = Frame Relay
03 = Async
04 = SDLC
05 = BSC Interactive
07 = IP
08 = SNMP
09 = RIP
0A = LLC2
0B = Trunk
0C = IPX
0D = Config
0E = LLC2-R
0F = IP-R
10 = NVSP
11 = Bridge
Context
- MIB
- NETLINK-SPECIFIC-MIB
- OID
.1.3.6.1.4.1.173.7.2.2.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- rlpEntry
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 'NETLINK-SPECIFIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETLINK-SPECIFIC-MIB::rlpProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETLINK-SPECIFIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETLINK-SPECIFIC-MIB::rlpProtocol.<rlpIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETLINK-SPECIFIC-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETLINK-SPECIFIC-MIB::rlpProtocol'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.