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

Getting Started with the BCC
117383-D Rev 00
2-11
• The total device configuration tree (active configuration only)
• The IDs of all configured objects
• The active configuration in compact format
Displaying the Current Object
To display the configuration of the current object, minus any dependent objects
configured on the same branch, use the
show config command.
Example:
ethernet/2/1# show config
ethernet slot 2 connector 1
circuit-name E21-alpha
Displaying a Specified Object
To display the configuration of any object you specify by BCC instance ID from
any configuration context, enter:
show config
<BCC_Instance_ID>
BCC_instance_ID
is the identifier assigned by the BCC to uniquely identify a
specific object in the active device configuration.
Example:
Show the configuration of an object with the ID
ip/192.168.125.34/255.255.255.224.
ethernet/2/1# show config ip/192.168.125.34/255.255.255.224
ip address 192.168.125.34 mask 255.255.255.224
broadcast 192.168.125.32
To display the configuration of all other objects configured on the same branch,
add the
-recursive (or -r) option to the show config
<BCC_instance_ID>
command.