Owners manual
DGS-1510 Series Gigabit Ethernet SmartPro Switch CLI Reference Guide
124
explicitly configured, the IPv6 link-local address is not generated and the IPv6 processing is not started.
Use the ipv6 enable command to auto-generate the IPv6 link-local address and start the IPv6 processing
on the interface.
Example
This example shows how to enable IPv6 on interface VLAN 1, which has no IPv6 address explicitly
configured.
Switch# configure terminal
Switch(config)# interface vlan1
Switch(config-if)# ipv6 enable
Switch(config-if)#
10-6 ipv6 hop-limit
This command is used to configure the IPv6 hop limit on the switch. Use the no form of this command to
revert to the default setting.
ipv6 hop-limit VALUE
no ipv6 hop-limit
Parameters
VALUE
Specifies the IPv6 hop limit range. Using the value 0 means to use the
default value to send packets. The valid range is 0 to 255.
Default
The default value is 64.
Command Mode
Global Configuration Mode.
Command Default Level
Level: 12.
Usage Guideline
Use this command to configure the hop limit to be advertised in RA messages. The IPv6 packet
originated at the system will also use this value as the initial hop limit.
Example
This example shows how to configure the IPv6 hop limit value.
Switch# configure terminal
Switch(config)# interface vlan1
Switch(config-if)# ipv6 hop-limit 255
Switch(config-if)#
10-7 ipv6 neighbor
This command is used to create a static ipv6 neighbor entry. Use the no form of this command to delete a
static IPv6 neighbor entry.