Citrix | ADC Quick Start Guide: MPX 16000T appliance
User name: nsroot
Password: serial number of the appliance
To configure the appliance by using the ADC CLI
At the command prompt, type:
• set ns config -ipaddress <IPAddress> -netmask <subnetMask>
• add ns ip <IPAddress> <subnetMask> -type <type>
• add route <network> <netmask> <gateway>
• set system user <userName> -password
When prompted, enter a password.
• save ns config
• reboot
Example
set ns config -ipaddress 10.102.29.60 –netmask 255.255.255.0
add ns ip 10.102.29.61 255.255.255.0 -type snip
add route 0.0.0.0 0.0.0.0 10.102.29.1
set system user nsroot -password
Enter password: *****
Confirm password: *****
save ns config