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-17
Example:
ip/1.2.3.4/255.0.0.0# enable rip/1.2.3.4
ip/1.2.3.4/255.0.0.0#
Using this method, you remain in the current context after enabling the branch
object.
Deleting a Configured Object
Because of the tree hierarchy, objects on higher branches of the tree depend on the
state (and existence) of objects closer to the root of the tree. Deleting an object
also deletes anything configured on that object.
Here is a BN router example of how to delete an IP interface from the active
device configuration:
1.
Navigate to the object you want to delete.
box# ethernet/13/1
ethernet/13/1# ip/192.168.133.114/255.255.255.224
ip/192.168.133.114/255.255.255.224#
2.
List all objects configured on the current object.
ip/192.168.133.114/255.255.255.224# lso
arp/192.168.133.114/1 rip/192.168.133.114
3.
Delete the object.
ip/192.168.133.114/255.255.255.224# delete
ethernet/13/1#
4.
Verify that you deleted the object.
ethernet/13/1# lso
(no objects listed)
Note that ip/192.168.133.114/255.255.255.224 no longer appears in the list of
objects configured on ethernet/13/1. With a single
delete command, the BCC
automatically deleted the branch objects (arp/192.168.133.114/1 and
rip/192.168.133.114) configured on ip/192.168.133.114/255.255.255.224.
Caution:
Before using the BCC to delete an interface, make sure that you did
not use Site Manager to configure it with a protocol that the BCC does not
recognize. If you did, use Site Manager to delete the interface.