dhcpSnoopInformationOptionRID
FS-MIB ·
.1.3.6.1.4.1.52642.2.1.45.1.46.1.7
Object
scalar r/w
Enumeration
This object indicates the option that is inserted in the relay agent information remote ID sub-option. A value of tr101IP(6) means that the RID format is '<IP> eth <BOARD ID>/<SID>/<PORT>[:<VLAN>]'. A value of tr101Sysname(7) means that the RID format is 'eth <BOARD ID>/<SID>/<PORT>[:<VLAN>][SYSNAME]'. A value of stringPlusPortDescription(8) means that the RID is made up of 'string' and 'port description'.
Context
- MIB
- FS-MIB
- OID
.1.3.6.1.4.1.52642.2.1.45.1.46.1.7- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- dhcpSnoopGlobal
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 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FS-MIB::dhcpSnoopInformationOptionRID.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FS-MIB' -M '/opt/observium/mibs/fscom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FS-MIB::dhcpSnoopInformationOptionRID'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | macHex |
2 | macAscii |
3 | ipHex |
4 | ipAscii |
5 | string |
6 | tr101IP |
7 | tr101Sysname |
8 | stringPlusPortDescription |