sapTlsDhcpRemoteId
TIMETRA-SAP-MIB ·
.1.3.6.1.4.1.6527.3.1.2.4.3.14.1.8
Object
column r/w
Enumeration
The value of the object sapTlsDhcpRemoteId specifies what information goes into the remote-id suboption in the DHCP Relay packet. If the value of this object is set to 'none', the remote-id suboption will not be part of the information option (Option 82). If the value of this object is set to 'mac', the MAC address of the remote end is encoded in the suboption. If the value of this object is set to 'remoteIdString', sapTlsDhcpRemoteIdString will represent the remote-id. If the value of this object is set to 'remoteIdHex', the remote-id suboption contains the value of the object sapTlsDhcpRemoteIdHex. By default, the remote-id value is none.
Context
- MIB
- TIMETRA-SAP-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.4.3.14.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- sapTlsDhcpInfoEntry
- Groups
- 4
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 'TIMETRA-SAP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SAP-MIB::sapTlsDhcpRemoteId'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-SAP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-SAP-MIB::sapTlsDhcpRemoteId.<svcId>.<sapPortId>.<sapEncapValue>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-SAP-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-SAP-MIB::sapTlsDhcpRemoteId'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | mac |
3 | remoteIdString |
4 | remoteIdHex |