Product manual

Chapter 3: Setup
47
Setting-up VTrak with the CLI
Setting up the VTrak in the CLI includes these actions:
Making Subsystem Date and Time Settings (page 47)
Virtual Management Port Settings (page 47)
Making Virtual Management Port Settings – Automatically (page 47)
Making Virtual Management Port Settings – Manually under IPv4
(page 48)
Making Virtual Management Port Settings – Manually under IPv6
(page 49)
Maintenance Mode Settings (page 50)
Making Maintenance Mode Settings – Automatically (page 50)
Making Maintenance Mode Settings – Manually under IPv4 (page 51)
Making Maintenance Mode Settings – Manually under IPv6 (page 53)
Making Subsystem Date and Time Settings
To set the subsystem date and time:
1. Type date -a mod -d and the date in yyyyy/mm/dd format then press Enter.
administrator@cli> date -a mod -d 2011/03/25
2. Type date -a mod -t and the time in hh:mm:ss format, then press Enter.
administrator@cli> date -a mod -t 14:50:05
You can combine date and time settings, such as:
administrator@cli> date -a mod -d 2011/03/25 -t 14:50:05
Virtual Management Port Settings
Making Virtual Management Port Settings – Automatically
Automatic settings require a DHCP server on your network. DHCP is currently
supported on IPv4 only.
To enable automatic management port settings:
1. At the command prompt, type net -a mod -f ipv4 -s "dhcp=enable" and
press Enter.
administrator@cli> net -a mod -f ipv4 -s "dhcp=enable"
After a moment, the comand prompt reappears, indicating that your setting
was successful.
administrator@cli>