radiusNode¶
The following operations can be performed on "radiusNode":
set radiusNode¶
set secret key configuration of radius node
Synopsis¶
set radiusNode
Arguments¶
nodePrefix IP address/IP prefix of radius node in CIDR format
radKey The key shared between the RADIUS server and clients. Required for Citrix ADC to communicate with the RADIUS nodes.
Example¶
set radiusnode 10.102.10.0/8 -radkey secret_key2
rm radiusNode¶
remove radius node configuration from NS
Synopsis¶
rm radiusNode
Arguments¶
nodePrefix IP address/IP prefix of radius node in CIDR format
Example¶
rm radiusnode 10.102.10.0/8
show radiusNode¶
show radius node configuration
Synopsis¶
show radiusNode [
Arguments¶
nodePrefix IP address/IP prefix of radius node in CIDR format
Output¶
radKey The key shared between the RADIUS server and clients. Required for Citrix ADC to communicate with the RADIUS nodes.
stateflag To maintain state
devno count
Example¶
show radius node 10.102.10.0/8
add radiusNode¶
add a radiusnode and its secret key configuration on NS
Synopsis¶
add radiusNode
Arguments¶
nodePrefix IP address/IP prefix of radius node in CIDR format
radKey The key shared between the RADIUS server and clients. Required for Citrix ADC to communicate with the RADIUS nodes.
Example¶
add radiusnode 10.102.10.0/8 -radkey secret_key1