nd6RAvariables¶
The following operations can be performed on "nd6RAvariables":
set | unset | show | bind | unbind
set nd6RAvariables¶
Set vlan specific Router Advertisment parameters in NetScaler.
Synopsys¶
set nd6RAvariables -vlan <positive_integer> [-ceaseRouterAdv ( YES | NO )] [-sendRouterAdv ( YES | NO )] [-srcLinkLayerAddrOption ( YES | NO )] [-onlyUnicastRtAdvResponse ( YES | NO )] [-managedAddrConfig ( YES | NO )] [-otherAddrConfig ( YES | NO )] [-currHopLimit <positive_integer>] [-maxRtAdvInterval <positive_integer>] [-minRtAdvInterval <positive_integer>] [-linkMTU <positive_integer>] [-reachableTime <positive_integer>] [-retransTime <positive_integer>] [-defaultLifeTime <integer>]
Arguments¶
vlan
The VLAN number.
Minimum value: 0
Maximum value: 4094
ceaseRouterAdv
Cease router advertisements on this vlan.
Possible values: YES, NO
Default value: NO
sendRouterAdv
whether the router sends periodic RAs and responds to Router Solicitations.
Possible values: YES, NO
Default value: NO
srcLinkLayerAddrOption
Include source link layer address option in RA messages.
Possible values: YES, NO
Default value: YES
onlyUnicastRtAdvResponse
Send only Unicast Router Advertisements in respond to Router Solicitations.
Possible values: YES, NO
Default value: NO
managedAddrConfig
Value to be placed in the Managed address configuration flag field.
Possible values: YES, NO
Default value: NO
otherAddrConfig
Value to be placed in the Other configuration flag field.
Possible values: YES, NO
Default value: NO
currHopLimit
Current Hop limit.
Default value: 64
Minimum value: 0
Maximum value: 255
maxRtAdvInterval
Maximum time allowed between unsolicited multicast RAs, in seconds.
Default value: 600
Minimum value: 4
Maximum value: 1800
minRtAdvInterval
Minimum time interval between RA messages, in seconds.
Default value: 198
Minimum value: 3
Maximum value: 1350
linkMTU
The Link MTU.
Default value: 0
Minimum value: 0
Maximum value: 1500
reachableTime
Reachable time, in milliseconds.
Default value: 0
Minimum value: 0
Maximum value: 3600000
retransTime
Retransmission time, in milliseconds.
Default value: 0
Minimum value: 0
defaultLifeTime
Default life time, in seconds.
Default value: 1800
Minimum value: 0
Maximum value: 9000
Example¶
set nd6RAvariables -vlan 2 -maxRtAdvInterval 600
unset nd6RAvariables¶
Use this command to remove nd6RAvariables settings.Refer to the set nd6RAvariables command for meanings of the arguments.
Synopsys¶
unset nd6RAvariables -vlan <positive_integer> [-ceaseRouterAdv] [-sendRouterAdv] [-srcLinkLayerAddrOption] [-onlyUnicastRtAdvResponse] [-managedAddrConfig] [-otherAddrConfig] [-currHopLimit] [-maxRtAdvInterval] [-minRtAdvInterval] [-linkMTU] [-reachableTime] [-retransTime] [-defaultLifeTime]
show nd6RAvariables¶
Display Router Advertisement configuration variables.
Synopsys¶
show nd6RAvariables [-vlan <positive_integer>]
Arguments¶
vlan
The VLAN number.
Minimum value: 0
Maximum value: 4094
Outputs¶
ceaseRouterAdv
Cease router advertisements on this vlan.
sendRouterAdv
whether the router sends periodic RAs and responds to Router Solicitations.
srcLinkLayerAddrOption
Include source link layer address option in RA messages.
onlyUnicastRtAdvResponse
Send only Unicast Router Advertisements in respond to Router Solicitations.
managedAddrConfig
Value to be placed in the Managed address configuration flag field.
otherAddrConfig
Value to be placed in the Other configuration flag field.
currHopLimit
Current Hop limit.
maxRtAdvInterval
Maximum time allowed between unsolicited multicast RAs, in seconds.
minRtAdvInterval
Minimum time interval between RA messages, in seconds.
linkMTU
The Link MTU.
reachableTime
Reachable time, in milliseconds.
retransTime
Retransmission time, in milliseconds.
defaultLifeTime
Default life time, in seconds.
stateflag
RA Param state flags.
lastRtAdvTime
Last RA sent timestamp.
nextRtAdvDelay
Next RA delay.
ipv6Prefix
Onlink prefixes for RA messages.
devno
count
bind nd6RAvariables¶
Bind on-link global prefixes to Router Advertisments variables.
Synopsys¶
bind nd6RAvariables -vlan <positive_integer> -ipv6Prefix <ipv6_addr|*>
Arguments¶
vlan
The VLAN number.
Minimum value: 0
Maximum value: 4094
ipv6Prefix
Onlink prefixes for RA messages.
Example¶
bind nd6RAvariables -vlan 2 -ipv6Prefix 8000::/64
unbind nd6RAvariables¶
Unbind prefix from Router Advertisment parameters in NetScaler
Synopsys¶
unbind nd6RAvariables -vlan <positive_integer> -ipv6Prefix <ipv6_addr|*>
Arguments¶
vlan
The VLAN number.
Minimum value: 0
Maximum value: 4094
ipv6Prefix
Onlink prefixes for RA messages.
Example¶
unbind nd6RAvariables -vlan 2 -ipv6Prefix 8000::/64