nd6RAvariables¶
The following operations can be performed on "nd6RAvariables":
set| unset| bind| show| unbind|
set nd6RAvariables¶
Set vlan specific Router Advertisment parameters in Citrix ADC.
Synopsis¶
set nd6RAvariables -vlan
Arguments¶
vlan The VLAN number. Minimum value: 1 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.
Synopsis¶
unset nd6RAvariables -vlan
bind nd6RAvariables¶
Bind on-link global prefixes to Router Advertisments variables.
Synopsis¶
bind nd6RAvariables -vlan
Arguments¶
vlan The VLAN number. Minimum value: 1 Maximum value: 4094
ipv6Prefix Onlink prefixes for RA messages.
Example¶
bind nd6RAvariables -vlan 2 -ipv6Prefix 8000::/64
show nd6RAvariables¶
Display Router Advertisement configuration variables.
Synopsis¶
show nd6RAvariables [-vlan
Arguments¶
vlan The VLAN number. Minimum value: 1 Maximum value: 4094
Output¶
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
unbind nd6RAvariables¶
Unbind prefix from Router Advertisment parameters in Citrix ADC
Synopsis¶
unbind nd6RAvariables -vlan
Arguments¶
vlan The VLAN number. Minimum value: 1 Maximum value: 4094
ipv6Prefix Onlink prefixes for RA messages.
Example¶
unbind nd6RAvariables -vlan 2 -ipv6Prefix 8000::/64