User's Manual
Table Of Contents
- Using the Bay Command Console (BCC)
- Contents
- Figures
- Tables
- Preface
- Chapter1 Overview of the BCC
- Chapter2 Getting Started with the BCC
- Entering and Exiting the BCC Interface
- Displaying Your Location in Configuration Mode
- Navigating in Configuration Mode
- Displaying Configuration Data
- Displaying Help on System Commands
- Displaying Help on show Commands
- Chapter3 Entering Commands and Using Command Files
- Chapter4 Tutorial: Configuring a Bay Networks Router
- AppendixA Multilevel Access
- AppendixB System Commands
- AppendixC TCL Support
- Appendix D System show Commands
- AppendixE Syntax for Module Location
- Appendix F BN Console Slot Election
- Index

Tutorial: Configuring a Bay Networks Router
117383-D Rev 00
4-13
25.
Check the values currently assigned to parameters of TFTP.
tftp# info
on box
state enabled
default-volume 2
retry-timeout 5
close-timeout 25
retry-count 5
26.
Change the default volume number for TFTP to 5.
tftp# def 5
tftp#
27.
Verify the change to the default volume number.
tftp# def
default-volume 5
28.
Add FTP globally to the router.
tftp# ftp
ftp#
The BCC automatically searches back (toward root) to find the parent context
suitable for FTP (in this case, box). The BCC then adds FTP to the device
configuration. Note the new (
ftp#) prompt.
29.
Check the definitions for parameters of FTP.
ftp#
help ftp
ftp Parameters:
_________________________________________________________________
on
Identifies the parent(s) of this object.
state
Indicates the administrative state of this object (enabled or
disabled).
default-volume
Specifies the default volume where transferred files are
written/retrieved.
. . .
. . .
. . .