Specifications

Table Of Contents
Chapter 33: show Command
33 - 2 SSR Command Line Interface Reference Manual
The command shows when the running system was last modified (Jan 15) and
from where (Console). It also shows that there are seven commands currently used
to configure the system. In addition, command #7 is shown as having an error
condition (E) possibly because the VLAN name abc is not defined. The actual
cause of the error should have been displayed earlier when the command was first
committed to the running system. This is the time when the error was first
detected.
ssr(config)# show
!
! Last modified from Console on Thu Jan 15 10:33:30 1998
!
1 : vlan create IP1 ip
2 : vlan create IP2 ip
3 : vlan create IP3 ip
!
4 : interface create ip ssr0 address-netmask 10.1.13.1/24 vlan IP1
5 : interface create ip ssr1 address-netmask 10.1.11.1/24 vlan IP2
6 : interface create ip ssr2 address-netmask 10.1.12.1/24 vlan IP3
7E: interface create ip ssr3 address-netmask 10.1.63.12/24 vlan IP4
******** Non-committed changes in Scratchpad ********
1*: vlan create IP4 ip
To correct the error condition for command #7, a new command is entered to
create a VLAN called IP4. The
show
command now displays not only the active
configuration but also non-committed commands in the scratchpad.