C613-50631-01 Rev A Command Reference for IE340 Series 968
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
IPV6 COMMANDS
IPV
6 ND CURRENT-HOPLIMIT
ipv6 nd current-hoplimit
Overview Use this command to specify the advertised current hop limit used between IPv6
Routers.
Use the no variant of this command to reset the current advertised hop limit to the
default of 0, which means no advertised current hop limit is specified.
Syntax
ipv6 nd current-hoplimit <hoplimit>
no ipv6 nd current-hoplimit
Default 0 (No advertised current hop limit specified)
Mode Interface Configuration for a VLAN interface or a local loopback interface.
Examples To set the advertised current hop limit to 2 between IPv6 Routers on vlan2, use the
following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# ipv6 nd current-hoplimit 2
To reset the advertised current hop limit to the default 0 on vlan2, use the
following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 nd current-hoplimit
Related
commands
ipv6 nd managed-config-flag
ipv6 nd prefix
ipv6 nd suppress-ra
Parameter Description
<hoplimit>
Specifies the advertised current hop limit value.
Valid values are from 0 to 255 hops.