Users Guide

Boot variable (f10boot) can take the following values:
flash0 — to boot from flash partition A.
flash1 — to boot from flash partition B.
tftp://server-ip/image-file-name — to boot from the network.
4. Assign an IP address to the Management Ethernet interface.
uBoot mode
=> setenv ipaddr ip_address
For example, 10.16.150.105.
=> setenv netmask mask
For example, 255.255.0.0.
5. Assign an IP address as the default gateway for the system.
uBoot mode
=> setenv gatewayip gateway_ip_address
For example, 10.16.150.254.
6. Save the modified environmental variables.
uBoot mode
=> saveenv
7. Reload the system.
uBoot mode
reset
Management 80