snMspsDhcpRelay6IfRemoteIdOption
SN-MSPS-SCX-MIB ·
.1.3.6.1.4.1.4329.20.1.1.1.1.17.6.2.1.1.13
Object
column r/w
Enumeration
This object is used to specify which parameter has to be included
as remote-id in the outgoing relay-fwd message.
DUID (DHCP Unique Identifier) : If snMspsDhcpRelay6IfRemoteIdOption object
is set as 1, then dhcp unique identifier will be sent with the relay
forwarded message as remote-id. DUID can be configured by the use of
snMspsDhcpRelay6IfRemote-IdDUID object.
switchName : If snMspsDhcpRelay6IfRemoteIdOption object is set as 2, then
current system name (switch name) will be included as remote-id.
mgmtIp : If snMspsDhcpRelay6IfRemoteIdOption object is set as 3, then
remote-id will be set as the management IP of the system.
userDefined : If snMspsDhcpRelay6IfRemoteIdOption object is set as 4, then
administrative configured ascii value will be sent with the relay forwarded
message as remote-id. This snMspsDhcpRelay6IfRemoteIdUserDefined object can be used
to configure the user specific ascii value.
snMspsDhcpRelay6IfRemoteIdOption can be set only if snMspsDhcpRelay6Option37Control
is set as enable.In case snMspsDhcpRelay6Option37Control is disable then
snMspsDhcpRelay6IfRemoteIdOption will not be applicable.
Context
- MIB
- SN-MSPS-SCX-MIB
- OID
.1.3.6.1.4.1.4329.20.1.1.1.1.17.6.2.1.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Default
switchName- Parent
- snMspsDhcpRelay6IfEntry
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 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsDhcpRelay6IfRemoteIdOption'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SN-MSPS-SCX-MIB::snMspsDhcpRelay6IfRemoteIdOption.<snMspsDhcpRelay6IfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SN-MSPS-SCX-MIB' -M '/opt/observium/mibs/siemens:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SN-MSPS-SCX-MIB::snMspsDhcpRelay6IfRemoteIdOption'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | duid |
2 | switchName |
3 | mgmtIp |
4 | userDefined |