Administrator Guide

Table Of Contents
To boot from flash partition B:
grub> set primary_boot="f10boot flash1"
To boot from network:
grub> set primary_boot="f10boot tftp://10.16.127.35/FTOS-ZB.bin"
5. Assign an IP address and netmask to the Management Ethernet interface.
grub> set ipaddr="10.16.151.239"
grub> set netmask="255.255.0.0"
6. Assign an IP address as the default gateway for the system.
grub> set gatewayip="10.16.151.254"
7. Save the modified environmental variables.
grub> save_env environment_variables
NOTE: Repeat this step for all the environment variables.
8. Reload the system.
grub> reboot
66 Management