Friday, January 29, 2016

Huawei MA5683T configuration instructions part 1

1.1 Opening
/ / through the console,login user name root,password admin.If the device is a twin-engine,connect bright green light board ACT.
MA5683T>enable      //open the privilege
MA5683T#config       //Enter the terminal configuration mode
MA5683T(config)#sysnameSJZ-HW-OLT-1       //device-naming (Usually when to start the configuration)
//Creation telnet user
MA5683T(config) #terminal user name   //Add user operation huawei
User Name(length<6,15>):huawei      //Setting the user name
User Password(length<6,15>):huawei123     //Required to enter your password. Enter part of the actual not visible
Confirm Password(length<6,15>):huawei123       // Verification the password again
User profile name(<=15 chars)[root]:root         //nter the user management level
User's Level:                                    
1. Common User  2. Operator  3. Administrator:3        //Select the user permissions
Permitted Reenter Number(0--4):1      //Set the user name can repeat logins, general requirements for 1 times.
User's Appended Info(<=30 chars):HuaweiAdm   //Add a description, not set.
Adding user succeeds  Repeat this operation? (y/n)[n]:
//After if you want to start or insert a new board need the following,autofind is newly inserted PoC board MA5683T(config)#display board 0
//Check the equipment state of board,the most commonly used commands.
-------------------------------------------------------------------------
SlotIDBoardNameStatus         SubType0 SubType1    Online/Offline   -------------------------------------------------------------------------  
0        
1       H802EPBD   Normal                            
2       H802EPBD   Normal                            
3       H802EPBD   Normal                      
4       H802EPBDAuto_find  
5        
6     H801SCUNActive_normal  
7       H801SCUNStandby_normal  
8       H801GICF   Normal                            
9     H801X2CA   Normal            
10      
11      
12      
13    
-------------------------------------------------------------------------
MA5683T(config)#board confirm 0    //To automatically discover board, need to be confirmed after a board can be used.
//For the board is unconfirmed,board of hardware running indicator light is normal,but the PoC port doesn't work.
1.2、manage configuration
1、Create and management VLAN
MA5683T(config)#vlan 5 smart
2、Uplink port bypass and management VLAN
MA5683T(config)#port vlan 5 0/8 0
3、Configure the IP address
MA5683T(config)#interface vlanif 5
MA5683T(config-if-vlanif5)#ip address 10.11.126.2 255.255.0.0
MA5683T(config-if-vlanif5)#quit
4、Configuration management gateway
MA5683T(config)#ip route-static 0.0.0.0 0.0.0.0 10.11.0.1  
//If the 0/8 0 port is connected, you can use the huawei123 telnet this address Huawei landing.  
If you need network management software management, then you need to add the following command
MA5683T(config)#snmp-agent community read public

1.3、Create and uplink transmission PoC VLAN
MA5683T(config)#vlan 5 smart  
MA5683T(config)#vlan 14 smart    
MA5683T(config)#vlan 999 smart   
MA5683T(config)#vlan 183 smart  
MA5683T(config)#vlan 3049 to 3098 smart  
MA5683T(config)#port vlan50/8  0  
MA5683T(config)#port vlan140/8  0
MA5683T(config)#port vlan9990/8  0
MA5683T(config)#port vlan3049 to 30980/8  0  y      
MA5683T(config)#port vlan140/8  1    
MA5683T(config)#snmp-agent community write private

No comments:

Post a Comment