Beta – Alcatel-Lucent OMNIACCESS 740 User Manual

Page 56

Advertising
background image

Starting the OmniAccess 740

Left running head:
Chapter name (automatic)

48

Beta

Beta

OmniAccess 740 Hardware User’s Guide

Alcatel-Lucent

Step 7: Establish authentication for new users by configuring new user accounts.
To configure a new user account, use the following command:

username <user-name> {password [5] <password>|nopassword|

secret [5] <password>}

Example:

ALU(config)# username user1 password pass1

Step 8: Configuring an interface. Enter the following command to enter the
Interface Configuration mode.

interface <name> <slot/port>

Example:

ALU(config)# interface GigabitEthernet 7/0

ALU(config-interfaceGigabitEthernet7/0)#

(For more information on configuring interfaces, refer to the ‘The Command Line
Interface
’ chapter in the OmniAccess 700 CLI Configuration Guide.)

Step 9: Administratively bring up the interface by using the ‘no shutdown
command:

Example:

ALU(config-if GigabitEthernet7/0)# no shutdown

Step 10: Configure an IP address for the interface by entering the following
command. Enter the IP address in the valid IP address format A.B.C.D.

ip address {<ip-address subnet-mask>|<ip-address/prefix-

length>}

Example:

ALU(config-if GigabitEthernet7/0)# ip address 192.168.1.1/24

Note:

In the above example, 192.168.1.1 is assumed to be the GigE 7/0 LAN facing
interface and IP address. You can configure the IP address based on your topology.

Step 11: Enable SSH and Telnet for in-band Management. The following
command enables SSH/Telnet connection to a remote computer:

Secure Shell (ssh) is a program for logging in to a remote machine that provides
secure communication between two systems.

ssh {enable|disable}

Example:

ALU(config)# ssh enable

Telnet is a user command and an underlying TCP/IP protocol for accessing
remote computers. Telnet is a program that enables connection to foreign or
remote host computers, and provides access to information on them.

telnet {enable|disable}

Example:

ALU(config)# telnet enable

Advertising