Owners manual

DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
158
Switch# configure terminal
Switch(config)# ip dhcp relay information policy keep
Switch(config)# interface vlan 100
Switch(config-if)# ip dhcp relay information policy-action drop
Switch(config-if)#
16-10 ip dhcp relay information option format remote-id
This command is used to configure the DHCP information remote ID sub-option. Use the no form of the
command to configure the default remote ID sub-option.
ip dhcp relay information option format remote-id {default | string STRING | vendor2 | vendor3}
no ip dhcp relay information option format remote-id
Parameters
default
Specifies to use the Switch's system MAC address as the remote ID.
STRING
Specifies to use a user-defined string as the remote ID. Space
characters are allowed in the string.
vendor2
Specifies to use vendor 2.
Vendor3
Specifies to use vendor 3.
Default
The Switch's system MAC address is used as the remote ID string.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
This command is used to select different vendor’s remote ID format or configures a user-defined string of
ASCII characters to be the remote ID.
Example
This example shows how to use vendor2 as the remote ID.
Switch# configure terminal
Switch(config)# ip dhcp relay information option
Switch(config)# ip dhcp relay information option format remote-id vendor2
Switch(config)#
This example shows how to configure a user-defined string “switch1” as the remote ID.
Switch# configure terminal
Switch(config)# ip dhcp relay information option
Switch(config)# ip dhcp relay information option format remote-id string switch1
Switch(config)#