lldpRemChassisIdSubtype

ES4626-50-MIB · .1.3.6.1.4.1.259.8.1.2.100.24.1.4.1.1.3

Object

The type of encoding used to identify the chassis associated
with the remote system.

Context

MIB
ES4626-50-MIB
OID
.1.3.6.1.4.1.259.8.1.2.100.24.1.4.1.1.3
Type
column
Access
readonly
Status
current
Parent
lldpRemEntry
Groups
1

Walk 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 'ES4626-50-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES4626-50-MIB::lldpRemChassisIdSubtype'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ES4626-50-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ES4626-50-MIB::lldpRemChassisIdSubtype.<lldpRemLocalPortNum>.<lldpRemIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ES4626-50-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ES4626-50-MIB::lldpRemChassisIdSubtype'

Syntax

Source
LldpChassisIdSubtype
Base type
Enumeration
Type Description
This TC describes the source of a chassis identifier.
          
The enumeration 'chassisComponent(1)' represents a chassis
identifier based on the value of entPhysicalAlias object
(defined in IETF RFC 2737) for a chassis component (i.e.,
an entPhysicalClass value of 'chassis(3)').
          
The enumeration 'interfaceAlias(2)' represents a chassis
identifier based on the value of ifAlias object (defined in
IETF RFC 2863) for an interface on the containing chassis.
          
The enumeration 'portComponent(3)' represents a chassis
identifier based on the value of entPhysicalAlias object
(defined in IETF RFC 2737) for a port or backplane
component (i.e., entPhysicalClass value of 'port(10)' or
'backplane(4)'), within the containing chassis.
          
The enumeration 'macAddress(4)' represents a chassis
identifier based on the value of a unicast source MAC address
(encoded in network byte order and IEEE 802.3 canonical bit
order), of a port on the containing chassis as defined in
IEEE Std. 802-2001.
          
The enumeration 'networkAddress(5)' represents a chassis
identifier based on a network address, associated with
a particular chassis.  The encoded address is actually
composed of two fields.  The first field is a single octet,
representing the IANA AddressFamilyNumbers value for the
specific address type, and the second field is the network
address value.
          
The enumeration 'interfaceName(6)' represents a chassis
identifier based on the value of ifName object (defined in
IETF RFC 2863) for an interface on the containing chassis.
          
The enumeration 'local(7)' represents a chassis identifier
based on a locally defined value.

Values & Constraints

Type Values
1chassisComponent
2interfaceAlias
3portComponent
4macAddress
5networkAddress
6interfaceName
7local

Conformance