Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

CLI configuration on Maintenance

Cần dựng sẵn TFTP server và copy các file cần thiết vào thư mục
cài TFTP
// Backup config
L2SWITCH(config)#archive upload-config tftp://192.168.0.10/test_config

// Restore config
L2SWITCH(config)#archive download-config tftp://192.168.0.10/test_config.save

// Upgrade firmware
L2SWITCH(config)#archive download-fw tftp://10.90.4.249/6328-000-2.0.6.S0.fw

// Change password admin


L2SWITCH(config)#add user admin admin123 admin
Success!

Note:
admin : tên user

admin123 : password (có thể thay đổi tuỳ ý)


admin : mode của user (có 2 mode normal hoặc admin)
Structure command:
add user USER_ACCOUNT PASSWORD (normal|admin)
“Normal chỉ được read
Admin được read & write”

You might also like