Specifications

SSR Command Line Interface Reference Manual 787
have been displayed earlier when the command was first committed to the running
system. This is the time when the error was first detected.
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.
The following series of command line examples shows the use of the “partial”
flag/annotation when viewing configuration file command line(s).
Suppose you have created VLAN “x” and added ports et.1.1 and et.2.1 to that VLAN. The
display in the configuration file would look like this:
Now, you decide to hotswap module 2 out of the system. The command line display then
looks like the following:
ssr(config)# show
!
! Last modified from Console on Fri Jan 15 10:33:30 1999
!
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 abc
ssr(config)# show
!
! Last modified from Console on Fri Jan 15 10:33:30 1999
!
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
vlan add ports et1.1, et2.1 to x
P: vlan add ports et.1.1, et.2.1 to x