Deployment Guide

57
5.2 Install DNOS-OF
To install from a TFTP server, copy the DNOS-OF image to the download directory of your TFTP server, then
from the terminal or serial console of the switch use the “copy” command as shown below. This example puts
the firmware into the backup partition on the switch:
ZBA123_console> copy tftp://<IP address of TFTP server>/DNOS-OF-xx.yy.zz.bb.stk <backup>
To install from USB, plug the USB stick containing the image into the switch and use the following command:
ZBA123_console> copy usb://<path to image>/DNOS-OF-xx.yy.zz.bb.stk <backup>
Once the file is copied, point the boot loader to the partition where the DNOS-OF firmware image was copied
by using the “boot” command as shown below. This example points the boot loader to the backup partition
where the new DNOS-OF image was just copied to and then issues a reload to boot into the new firmware:
ZBA123_console> boot system <backup>
ZBA123_console> reload
5.3 Configure Management Access
You can use any of the following methods to manage the switch and access the CLI:
o Telnet client
o SSH client
o direct serial console connection
The CLI syntax and semantics for all of the CLI commands are shown in Appendix A.
DNOS-OF comes initially configured with DHCP enabled, so if it is connected to a DHCP enabled network it
will pull the management port values from the DHCP server. You can see the initial management
configuration by using the show ip command as shown below:
FJ6K0Z1_console> show ip
Incomplete command!
possible subcommands:
address display management ip address
gateway display management ip gateway
ssh display ssh server status
syslog show system syslog information
telnet show telnet service status
FJ6K0Z1_console> show ip address
address: 198.18.3.119/24
FJ6K0Z1_console> show ip gateway
gateway: 198.18.3.254
The management access can be configured using the following commands:
FJ6K0Z1_console> set ip
set ip <subcommand>
possible subcommands:
address set ip address for the management port
dhcp enable the dhcp client service on the management port
gateway set the default gateway for the management port
FJ6K0Z1_console> set ip address 198.18.3.155/24
FJ6K0Z1_console> set ip gateway 198.18.3.254