Riverstone Networks WICT1-12 User Manual

Page 55

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 3-13

CLI and RS Basics

CLI and RS Configuration Example

Here are the commands:

1.

Set the date and time.

rs

#

system set date year 2001 month april day 30 hour 1 minute 0 second 0

2.

Set the monitor’s horizontal and vertical.

rs

#

cli set terminal columns 36 rows 60

3.

Set the history buffer size.

rs

#

cli set history size 100

4.

Change modes.

rs# configure

5.

Enable the daylight savings function.

rs# configure system set dst-changing s-wk 5 s-dow 1 s-mo 3 e-wk 1 e-dow 7 e-mo 10

e-hr 2

6.

Name the RS.

rs(config)# system set name "mktg-rs"

7.

Set the location.

rs(config)# system set location "Santa Cruz, CA"

8.

Identify the contact name.

rs(config)# system set contact "Jim Cale"

9.

Configure en0.

rs(config)#

interface add ip en0 address-netmask 160.150.140.20/16

10.

Create a login banner.

rs(config)#

system set login banner file-name loginbanner1

Advertising