概述
H3C F1000 AK145 没有单独的管理地址和管理接口,需要在命令行中进行配置开启才可以。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
H3C Comware Software, Version 7.1.064, Release 9345P2413 Copyright (c) 2004-2021 New H3C Technologies Co., Ltd. All rights reserved. H3C SecPath F1000-AK145 uptime is 0 weeks, 0 days, 2 hours, 25 minutes Last reboot reason: User reboot Boot image: flash:/f1000fw-cmw710-boot-R9345P2413.bin Boot image version: 7.1.064, Release 9345P2413 Compiled Jun 03 2021 14:00:00 System image: flash:/f1000fw-cmw710-system-R9345P2413.bin System image version: 7.1.064, Release 9345P2413 Compiled Jun 03 2021 14:00:00 SLOT 1 Uptime is 0 weeks, 0 days, 2 hours, 25 minutes CPU type: Multi-core CPU DDR3 SDRAM Memory 4096M bytes Board PCB Version:Ver.A CPLD_A Version: 1.0 CPLD_B Version: 3.0 Basic BootWare Version: 2.06 Extend BootWare Version: 2.06 Board PFC Version:Ver.A NandFlash PCB Version:Ver.A HD PCB Version:Ver.A [SubSlot 0]16GE+2SFP (Hardware)Ver.A, (Driver)1.0, (Cpld)3.0 |
步骤
1、设置地址
1 2 |
[H3C]int g1/0/14 [H3C-GigabitEthernet1/0/14]ip add 192.168.10.111 24 |
2、设置域间策略
1 2 |
[H3C]security-zone name Management [H3C-security-zone-Management]import int g1/0/14 |
3、开启web访问
1 2 |
[H3C]ip https enable [H3C]ip http enable |
4、设置用户名密码
1 2 3 4 5 |
[H3C]local-user admin New local user added. [H3C-luser-manage-admin]password simple [H3C-luser-manage-admin]service-type ssh http https telnet terminal [H3C-luser-manage-admin]authorization-attribute user-role network-admin |