Configuration example, Network requirements, Network diagram – H3C Technologies H3C S3100 Series Switches User Manual

Page 39: Configuration procedure

Advertising
background image

2-7

Configuration Example

Network requirements

Assume that the switch is configured to allow users to log in through Telnet, and the user level is set to

the administrator level (level 3). Perform the following configurations for users logging in through the

Console port (AUX user interface).

z

Do not authenticate the users.

z

Commands of level 2 are available to the users logging into the AUX user interface.

z

The baud rate of the Console port is 19,200 bps.

z

The screen can contain up to 30 lines.

z

The history command buffer can contain up to 20 commands.

z

The timeout time of the AUX user interface is 6 minutes.

Network diagram

Figure 2-6 Network diagram for AUX user interface configuration (with the authentication mode being

none)

Configuration procedure

# Enter system view.

<Sysname> system-view

# Enter AUX user interface view.

[Sysname] user-interface aux 0

# Specify not to authenticate users logging in through the Console port.

[Sysname-ui-aux0] authentication-mode none

# Specify commands of level 2 are available to users logging into the AUX user interface.

[Sysname-ui-aux0] user privilege level 2

# Set the baud rate of the Console port to 19,200 bps.

[Sysname-ui-aux0] speed 19200

# Set the maximum number of lines the screen can contain to 30.

[Sysname-ui-aux0] screen-length 30

# Set the maximum number of commands the history command buffer can store to 20.

[Sysname-ui-aux0] history-command max-size 20

# Set the timeout time of the AUX user interface to 6 minutes.

[Sysname-ui-aux0] idle-timeout 6

Advertising