
C613-50186-01 Rev B
Command Reference for AR2050V
765
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
IP
V
6 C
OMMANDS
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 its
default “
0
”.
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 PPP interface.
Examples
To set the advertised current hop limit to “2” between IPv6 Routers on the VLAN
interface “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 the VLAN interface
“vlan2”, use the following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
no ipv6 nd current-hoplimit
To set the advertised current hop limit to “2” between IPv6 Routers on the PPP
interface “ppp0”, use the following commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ipv6 nd current-hoplimit 2
To reset the advertised current hop limit to the default “0” on the PPP interface
“ppp0”, use the following commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ipv6 nd current-hoplimit
Parameter
Description
<
hoplimit
>
Specifies the advertised current hop limit value.
Valid values are from 0 to 255 hops.