Sei sulla pagina 1di 33

MA5600T Basic

Configuration and
Maintenance

www.huawei.com

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


References
MA5600T Configuration Guide

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page2
Objectives
Upon completion of this course, you will be able to:

Know how to setup configuration Terminal.
Know how to manage user and equipment.

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page3
Contents
1. Maintenance Terminal Configuration
2. Getting Started With CLI
3. User Management
4. Device Management

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page4
Maintenance method
Through the Serial Port

Local Maintenance

Remote Maintenance
Through the Outband Management Interface
Through the Inband Management Interface

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page5
Local Maintenance Through
the

Serial Port
This operation helps you to locally connect a
maintenance terminal (PC) to the serial port of the
MA5600T. Then, you can log in to the MA5600T to
maintain it locally.

RS-232 cable
CON
ETH

Serial port SCU MA5600T


PC

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page6
Remote Maintenance Through
the

Serial Port
This operation helps you to remotely connect a
maintenance terminal (PC) to the serial port of the
MA5600T. Then, you can log in to the MA5600T to
maintain it remotely.
Serial port cable
CON
ETH
Telephone line
Modem

PSTN

Serial port cable


SCU MA5600T
Telephone line

Modem
PC

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page7
Run HyperTerminal
Start the HyperTerminal:

Start > Programs > Accessories >
Communication > HyperTerminal.

Configure HyperTerminal.
9600 bit/s for baud rate

8 for data bits

None for parity

1 for stop bits
None for flow control

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page8
Outband Management over
LAN
Use the straight through cable to connect the
MA5600T with the LAN. Make sure that the ETH
port of the SCU board and the PC used for
maintaining the MA5600T are located in the same
subnet. CON
ETH

SCU MA5600T
LAN

PC PC PC

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page9
Outband Management over
WAN
Figure shows the networking for maintenance of the
MA5600T through the ETH port over a wide area
network (WAN).

PC
LAN CON
WAN ETH

Router

PC PC

SCU MA5600T

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page10
Outband Management
Configuration
Set up the configuration environment.
Set the IP address of the ETH port.

To set the IP address of the ETH port of the SCU
board, do as follows:

huawei(config)#interface meth 0

huawei(config-if-MEth0)#ip address 10.10.20.1
255.255.255.0

IP Address of Equipment Mask

Add a route for the NMS.



huawei(config)#ip route-static 10.10.21.0 24
10.10.20.254
Network Segment the Length of mask IP Address of Next hop

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page11
Inband Management over LAN

CON GE0/19/0
ETH

SCU MA5600T

LAN

PC PC PC

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page12
Inband Management over WAN

Internet
Router
PC
CON GE0/19/0
ETH

SCU MA5600T

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page13
Inband Management
Configuration
Set up the configuration environment.
Create an NMS VLAN and add the upstream port to
it.

huawei(config)#vlan 1000 standard

huawei(config)#port vlan 1000 0/19 0
Set the IP address of the VLAN interface.

huawei(config)#interface vlanif 1000

huawei(config-if-Vlanif1000)#ip address 10.10.20.2
255.255.255.0
Set inband NMS route.

huawei(config)#ip route 0.0.0.0
Default Route Mask 0.0.0.0 10.10.20.1
IP Address of Next hop

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page14
SNMP configuration
Community
Set the SNMP parameters.

Creating the community name

huawei(config)#snmp-agent community read public

huawei(config)#snmp-agent community write private

Setting the system contact

huawei(config)#snmp-agent sys-info contact HW-
075528780808

Setting the system location

huawei(config)#snmp-agent sys-info location Shenzhen
China

Setting the SNMP version

huawei(config)#snmp-agent sys-info version v1
Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.
Page15
SNMP configuration
Enable traps sending.

huawei(config)#snmp-agent trap enable standard
Set the IP address of the target host for
traps.

huawei(config)#snmp-agent target-host trap
address 10.10.21.1 securityname private
IP Address of NMS

Set the IP address of the ETH port as the


source address for traps sending.

huawei(config)#snmp-agent trap source meth 0
Outband : meth 0
Inband : vlanif x

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page16
Contents
1. Maintenance Terminal Configuration
2. Getting Started With CLI
3. User Management
4. Device Management

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page17
CLI Characteristics
ospf OSPF mode
quit MA5600T(config-ospf-...)#

rip RIP mode


quit MA5600T(config-rip-...)#

Login User mode enable Privilege config Global config mode


MA5600T> MA5600T# MA5600T(config)#
quit disable quit

interface Interface config mode


quit MA5600T(config-if-...)#

btv BTV mode


quit MA5600T(config-btv)#

return

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page18
CLI Characteristics
Intelligent Matching

huawei#ena //To enter the enable command, just type
in en or ena.
Interaction Characteristics

huawei(config)#load program
{ xmodem<K>|tftp<K>|ftp<K> }:tftp
{ ServerIpAddress<I><X.X.X.X> }:10.10.10.1
{ frameid<U><0,1>|frameid/slotid<S><3,15> }:0/3

In interactive mode, when you type in an incomplete


command, the system prompts you with the next
keyword and its parameter type.
Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.
Page19
CLI Characteristics
Edit Functions
The CLI provides basic command edit
functions. It allows multi-line editing, with up
to 255 bytes for each command.
<><> <Ctrl+P> Display history
commands
History Command Saving

huawei(config)#history-command max-size 11
Value :1~100
Default : 10

To set the number of history commands saved in the


buffer to 11
Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.
Page20
Contents
1. Maintenance Terminal Configuration
2. Getting Started With CLI
3. User Management
4. Device Management

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page21
User Management
User Level Authority
Common user Perform basic system operations and query
operations.
Operator Configure the MA5600T and services.
Administrator Similarity:
and Perform all operations.
Super user Maintain the MA5600T, user accounts, and user
authorities.
Difference:
Only one super user exists in the system, while
multiple administrators in the system.
The super user is of the highest level in the system.
The super user can create an administrator account
but an administrator has no authority to add a super
user.

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page22
User Management
Adding a User

huawei(config)#terminal user name
User Name(<=15 chars):huawei
User Password(<=23):
Confirm Password(<=23):
User's Level:
1. Common User 2. Operator 3. Administrator:1
Permitted Reenter Number(0--4):3
User's Appended Info(<=30 chars):user
This user has been added
Repeat this operation? (y/n)[n]:

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page23
User Management
Adding a user profile

huawei(config)#terminal user-profile add
User profile name(<=15 chars):userprofile
Min. length of user name(6--15)[6]:8
Min. length of password(6--15)[6]:8
Validity period of the user name(0--999 days)[30]:
Validity period of the password(0--999 days)[30]:
Permitted start time of logon by a user(hh:mm):09:00
Permitted end time of logon by a user(hh:mm):19:00
Permitted times of logon by a user(1--15)[3]:3
Time length of terminal lock(10--30 m)[15]:
Repeat this operation? (y/n)[n]:

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page24
User Management
Modifying the profile bound with a user

huawei(config)#terminal user user-profile
User Name(<=15 chars):testuser
Permitted user-profile[root]:admin
Confirm user-profile:admin
Configuration will take effect when the user logs on next
time.
Repeat this operation? (y/n)[n]:

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page25
User Management
Modifying User Level
huawei(config)#terminal user level
Changing User Password
huawei(config)#terminal user password
Modifying the Permitted Reenter Number
huawei(config)#terminal user reenter
Modifying the Append Information
huawei(config)#terminal user apdinfo
Disconnecting an Online User
huawei#client kickoff 2
Deleting a User
huawei(config)#undo terminal user name

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page26
Contents
1. Maintenance Terminal Configuration
2. Getting Started With CLI
3. User Management
4. Device Management

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page27
Board Types
Shelf Type Board type Board name Slots available

ETSI shelf Main control SCU 9, 10


board
Service board GPBA,GPBC 18, 1118
Power transfer PRTA 21, 22
board
Uplink GICF, GICG, 19, 20
interface board X1CA, X2CA
General CITA 0
interface board

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page28
Board States
Board state Description
Normal It indicates that the board is running in normal
state.
Failed It indicates that the board is faulty.
Config It indicates that the board is being configured.
Auto_find It indicates that the board is just inserted, but not
confirmed yet.
Prohibited It indicates that the board is prohibited.

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page29
Device Management
Frame-ID Description
Setting Description of a Shelf
huawei(config)#frame set 0 desc frame1
huawei(config)#display frame desc 0
Resetting the Main Control Boards
huawei#reboot active
Adding a Service Board Offline

huawei(config)#board add 0/2 h592gpba

huawei(config)#display board 0

Frame-ID Frame-ID/slot-ID Type of board

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page30
Device Management
Frame-ID
Confirming a Service Board
huawei(config)#board confirm 0
huawei(config)#board confirm 0/2
Deleting a Service Board

huawei(config)#board delete 0/2
Resetting a Service Board
huawei(config)#board reset 0/2
Prohibiting a Service Board
huawei(config)#board prohibit 0/2

Frame-ID/Slot-ID

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page31
Summary
how to setup configuration Terminal?
how to manage user and device?

Copyright 2006 Huawei Technologies Co., Ltd. All rights reserved.


Page32
Thank you
www.huawei.com

Potrebbero piacerti anche