• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

wa4320-acn-e-fit 升级fat 失败

2021-05-22提问
  • 0关注
  • 1收藏,2230浏览
粉丝:0人 关注:0人

问题描述:

wa4320-acn-e-fit 升级,使用tftp方式上传文件后,提示   "  Set the file attribute failed! "  ,


今年购买了两个同样的ap, 上个月,刷过一台,成功了.这个月刷第二台,就出现这个问题,同样的ap,为啥同样的方法刷机,一个可以,一个就不行呢?

刷机文件是下方这个

https://www.h3c.com/cn/d_201805/1083983_30005_40.htm

组网及组网描述:


最佳答案

已采纳
粉丝:4人 关注:0人

文件没有问题,建议在确认一下操作步骤,可以进入bootroom,CTR+f格式化一下,再重新刷

刷好了. 第一次遇到刷机还要降级的,也是醉了

zhiliao_bWBNU 发表时间:2021-05-26 更多>>

在进入 ctrl+b后出现菜单就格式化过了

zhiliao_bWBNU 发表时间:2021-05-22

看一下启动记录吧

zhiliao_Lyfcmg 发表时间:2021-05-22

BootWare Validating... Press Ctrl+B to access EXTENDED-BOOTWARE MENU... Loading the main boot and system image files... The system image does not exist! Loading the backup boot and system image files... The image does not exist! Booting image fails! Trying to get the IP address from the DHCP server......

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

你这不还是瘦AP么 没有版本

zhiliao_Lyfcmg 发表时间:2021-05-22

就是刷失败了啊

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

AP瘦切胖配置方法 目录 AP瘦切胖配置案例................................................................................................................................ 1 1.1 适用产品系列........................................................................................................................... 1 1.1.1 AP瘦切胖配置案例(命令行)....................................................................................... 1 1.1.2 AP瘦切胖配置案例(Bootrom)..................................................................................... 3 1.1 适用产品系列 本手册适用于如下产品:WAP712C、WAP722E、WAP722S、WAP722、WAP621 1.1.1 AP瘦切胖配置案例(命令行) 操作风险提示:AP瘦切胖有风险,操作不当或者意外断电会导致设备故障,操作需谨慎。WAP722E和、WAP722没有Console口,建议使用Telnet方式登入命令行 命令行升级需在PC上搭建TFTP Server(推荐用户使用3CDaemon搭建TFTP服务器) 将软件版本下载到设备FLASH内,然后通过命令行加载Bootrom版本,再加载主机软件版本,加载时输入的文件名一定要一致,建议复制黏贴,然后升级过程中避免断电重启操作。 具体操作如下: 1. 从新华三的官网下载对应AP型号的胖版本,下载到电脑后,需修改文件名,以WAP621为例子,修改对应的启动文件名wa2600a_fat.bin,需要注意文件名称修改正确。 AP型号和使用版本关系: AP-mode 版本名称 H3C WAP621 wa2600a_fat.bin H3C WAP722 wa4300_fat.bin H3C WAP722E H3C WAP722S wa4300s_fat.bin H3C WAP712C 2. 电脑网卡设置为:192.168.0.1/255.255.255.0 ,如下例子打开TFTP服务器,把软件版本WA2600a_fat.bin放到电脑桌面上,TFTP服务器目录指向电脑桌面,然后点击确定 3. 创建AP的ip地址,AP设置地址为192.168.0.2 255.255.255.0,和电脑同一个网段,保证电脑和AP网络可达。以下标黑部分为设备自动打印部分,标红加粗的命令是需要手动输入。 <H3C> system [H3C] interface vlan1 [H3C-Vlan-interface1] ip address 192.168.0.2 255.255.255.0 [H3C-Vlan-interface1] quit 4. 通过TFTP上传胖AP:wa2620a_fat.bin,192.168.0.1是电脑的ip, <H3C> tftp 192.168.0.1 get wa2600a_fat.bin File will be transferred in binary mode. Downloading file from remote tftp server, please wait........................................................................................................................ TFTP: 4602950 bytes received in 115 second(s). File downloaded successfully. 备注:如果提示FLASH空间不足已放下新版本请将老版本删除,删除后请勿重启,否则设备已无系统,只能通过bootrom升级。 <H3C>delete /unreserved wa2600a_fit.bin //如果空间不够,可以删除原有的软件版本释放存储空间 <H3C> tftp 192.168.0.1 get wa2600a_fat.bin 5. 加载BOOTROM <H3C> bootrom update file wa2600a_fat.btm(此步忽略) please wait ... Bootrom is updated! 6. 加载主机软件 <H3C> boot-loader file wa2600a_fat.bin main <H3C> reboot 7. 重启设备完成后就可以使用默认的管理地址192.168.0.50登录AP进行管理了。登录AP的默认用户名是admin,密码是h3capadmin。 1.1.2 AP瘦切胖配置案例(Bootrom) 1. 使用Console口登入到命令行,从官网下载WAP621的软件版本,将压缩包解压,将里面的文件名称修改为wa2600a_fat.bin 2. 电脑网卡设置为:192.168.0.1 255.255.255.0,如下例子打开TFTP服务器,把软件版本WA2600a_fat.bin放到电脑桌面上,TFTP服务器目录指向电脑桌面,然后点击确定 3. 在AP重启的时候按住Ctrl+B进入设备的bootroom菜单,以下标黑部分为设备自动打印部分,标红加粗的命令是需要手动输入。 ===============<EXTEND-BOOTWARE MENU>========================= |<1> Boot System |<2> Enter Serial SubMenu |<3> Enter Ethernet SubMenu |<4> File Control |<5> Restore to Factory Default Configuration |<6> Skip Current System Configuration |<7> BootWare Operation Menu |<8> Clear Super Password |<9> Storage Device Operation |<0> Reboot =============================================================== Ctrl+C: Display Copyright Ctrl+F: Format File System Enter your choice(0-9): Ctrl+F y Enter your choice(0-9): 3(此处输入) ================<Enter Ethernet SubMenu>========================== |Note:the operating device is flash |<1> Download Application Program To SDRAM And Run |<2> Update Main Application File |<3> Update Backup Application File |<4> Update Secure Application File |<5> Modify Ethernet Parameter |<0> Exit To Main Menu |<Ensure The Parameter Be Modified Before Downloading!> ============================================================= 4. 进入修改以太网参数菜单,使用TFTP网络协议传输wa2600a_fat.bin到AP上 Enter your choice(0-5): 5 ===========<ETHERNET PARAMETER SET>===================== |Note: '.' = Clear field. | '-' = Go to previous field. | Ctrl+D = Quit. =============================================================== Protocol (FTP or TFTP) : TFTP //忽略输出内容,直接输入TFTP,然后回车 Load File Name :wa2600a_fat.bin //忽略输出内容,直接输入wa2600a_fat.bin,然后回车 Target File Name :wa2600a_fat.bin //忽略输出内容,直接输入wa2600a_fat.bin,然后回车 Server IP Address :192.168.0.1 //忽略输出内容,直接输入电脑主机的 IP,比如192.168.0.1,然后回车 Local IP Address :192.168.0.50 //忽略输出内容,直接输入和电脑主机的ip同一网段,比如192.168.0.50,然后回车 Gateway IP Address :0.0.0.0 //忽略输出内容,直接回车 备注:注意给电脑手动配置一个与AP同网段的IP地址,保证电脑与AP路由可达 =============<Enter Ethernet SubMenu>========================== |Note:the operating device is flash |<1> Download Application Program To SDRAM And |<2> Update Main Application File |<3> Update Backup Application File |<4> Update Secure Application File |<5> Modify Ethernet Parameter |<0> Exit To Main Menu |<Ensure The Parameter Be Modified Before Downloading!> ============================================================= Enter your choice(0-5): 2 //此时可以看到TFTP服务器上数据上传的滚动 Loading..................................................................... ....................................Done! 5. 返回主菜单,查看设备上是否真的已经上传了该软件版本 =================<Enter Ethernet SubMenu>========================== |Note:the operating device is flash |<1> Download Application Program To SDRAM And R |<2> Update Main Application File |<3> Update Backup Application Fil |<4> Update Secure Application File |<5> Modify Ethernet Parameter ||<0> Exit To Main Menu |<Ensure The Parameter Be Modified Before Downloading!> |================================================================= Enter your choice(0-5): 0 ===============<EXTEND-BOOTWARE MENU>=========================== <1> Boot System <2> Enter Serial SubMenu <3> Enter Ethernet SubMenu <4> File Control <5> Restore to Factory Default Configuration <6> Skip Current System Configuration <7> BootWare Operation Menu <8> Clear Super Password <9> Storage Device Operation <0>Reboot ========================================================== Ctrl+C: Display Copyright Ctrl+F: Format File System Enter your choice(0-9): 4 =====================<File CONTROL>=============================== |Note:the operating device is flash <1> Display All File(s) <2> Set Application File type <3> Delete File <0> Exit To Main Menu ============================================================== Enter your choice(0-3): 1 Display all file(s) in flash: 'M' = MAIN 'B' = BACKUP 'S' = SECURE 'N/A' = NOT ASSIGNED |NO. Size(B) Time Type Name ||1 9124864 Aug/08/2008 20:00:00 M wa2600a_fat.bin ============================================================== 6. 返回主菜单,将设备进行重启 |Note:the operating device is flash <1> Display All File(s) <2> Set Application File type <3> Delete File <0> Exit To Main Menu ================================================================= Enter your choice(0-3): 0 ==================<EXTEND-BOOTWARE MENU>=========================== <1> Boot System <2> Enter Serial SubMenu <3> Enter Ethernet SubMenu <4> File Control <5> Restore to Factory Default Configuration <6> Skip Current System Configuration <7> BootWare Operation Menu <8> Clear Super Password <9> Storage Device Operation <0>Reboot ================================================================== Ctrl+C: Display Copyright Ctrl+F: Format File System Enter your choice(0-9): 0 System is starting... 7. 重启设备完成后就可以使用默认的管理地址192.168.0.50登录AP进行管理了。登录AP的默认用户名是admin,密码是h3capadmin。

zhiliao_Lyfcmg 发表时间:2021-05-22

我就是按照这个里面的第二种方式操作的啊, 先ctrl+b 进入菜单,ctrl+f 格式化 再 输入3 进入 输入5 进入,输入2 开始传输,就是这样的啊,

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

你电脑上tftp工作状态正常么?版本有没有上传成功

zhiliao_Lyfcmg 发表时间:2021-05-22

正常啊, **************************************************************************** * * * H3C WA4320-ACN-E BootWare, Version 7.19 * * * **************************************************************************** Copyright (c) 2004-2019 New H3C Technologies Co., Ltd. Compiled Date : Dec 23 2019 CPU Type : ATHEROS AR9563 CPU L1 Cache : 32KB CPU Clock Speed : 775MHz Memory Type : SDRAM Memory Size : 128MB Memory Speed : 560MHz BootWare Size : 512KB Flash Size : 16MB PCB Version : Ver.B BootWare Validating... Press Ctrl+B to access EXTENDED-BOOTWARE MENU... Loading the main boot and system image files... The system image does not exist! Loading the backup boot and system image files... The image does not exist! Booting image fails! Trying to get the IP address from the DHCP server...... Getting IP Address Failed, the system will reboot. [State : Idle] Reset request, rebooting the AP Rebooting...... System is starting... Press Ctrl+D to access BASIC-BOOTWARE MENU Booting Normal Extend BootWare The Extend BootWare is self-decompressing............................... Done!

zhiliao_bWBNU 发表时间:2021-05-22

正常啊 ,提示发送 wa4300_fat.bin完成,多少字节用时多少

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

你的文件名不对 tftp那设置的

zhiliao_Lyfcmg 发表时间:2021-05-22

带s和不带s的都试过,都不行,去掉s是因为在网上搜索有个网页上说去掉s试试

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

Load File Name :wa4300s_fat.bin :wa4300s_fat.bin Target File Name :wa4300_fat.bin :wa4300_fat.bin 你这里的文件名就不对 你的是要带s的 这里两个设置的不一样

zhiliao_Lyfcmg 发表时间:2021-05-22

都试过的 BootWare Validating... Press Ctrl+B to access EXTENDED-BOOTWARE MENU... Password recovery capability is enabled. Note: The current operating device is flash Enter < Storage Device Operation > to select device. ==========================<EXTENDED-BOOTWARE MENU>========================== |<1> Boot System | |<2> Enter Serial SubMenu | |<3> Enter Ethernet SubMenu | |<4> File Control | |<5> Restore to Factory Default Configuration | |<6> Skip Current System Configuration | |<7> BootWare Operation Menu | |<8> Skip Authentication for Console Login | |<9> Storage Device Operation | |<0> Reboot | ============================================================================ Ctrl+Z: Access EXTENDED ASSISTANT MENU Ctrl+F: Format File System Ctrl+C: Display Copyright Ctrl+Y: Change AP Mode Enter your choice(0-9): Warning:All files on flash will be lost! Are you sure to format? [Y/N]Y..... ............................................................................ .................. Format success. ==========================<EXTENDED-BOOTWARE MENU>========================== |<1> Boot System | |<2> Enter Serial SubMenu | |<3> Enter Ethernet SubMenu | |<4> File Control | |<5> Restore to Factory Default Configuration | |<6> Skip Current System Configuration | |<7> BootWare Operation Menu | |<8> Skip Authentication for Console Login | |<9> Storage Device Operation | |<0> Reboot | ============================================================================ Ctrl+Z: Access EXTENDED ASSISTANT MENU Ctrl+F: Format File System Ctrl+C: Display Copyright Ctrl+Y: Change AP Mode Enter your choice(0-9): 3 ==========================<Enter Ethernet SubMenu>========================== |Note:the operating device is flash | |<1> Download Image Program To SDRAM And Run | |<2> Update Main Image File | |<3> Update Backup Image File | |<4> Download Files(*.*) | |<5> Modify Ethernet Parameter | |<0> Exit To Main Menu | |<Ensure The Parameter Be Modified Before Downloading!> | ============================================================================ Enter your choice(0-5): 5 ==========================<ETHERNET PARAMETER SET>========================== |Note: '.' = Clear field. | | '-' = Go to previous field. | | Ctrl+D = Quit. | ============================================================================ Protocol (FTP or TFTP) :tftp Load File Name :wa4300s_fat.bin :wa4300s_fat.bin Target File Name :wa4300_fat.bin :wa4300s_fat.bin Server IP Address :192.168.1.1 Local IP Address :192.168.1.253 Subnet Mask :0.0.0.0 Gateway IP Address :0.0.0.0 ==========================<Enter Ethernet SubMenu>========================== |Note:the operating device is flash | |<1> Download Image Program To SDRAM And Run | |<2> Update Main Image File | |<3> Update Backup Image File | |<4> Download Files(*.*) | |<5> Modify Ethernet Parameter | |<0> Exit To Main Menu | |<Ensure The Parameter Be Modified Before Downloading!> | ============================================================================ Enter your choice(0-5): 2 Loading..................................................................... ............................................................................ ............................................................................ ..Done. 11293696 bytes downloaded! Saving file flash:/wa4300s_fat.bin ......................................... ............................................................................ ...........................................................Done. Set the file attribute failed! ==========================<Enter Ethernet SubMenu>========================== |Note:the operating device is flash | |<1> Download Image Program To SDRAM And Run | |<2> Update Main Image File | |<3> Update Backup Image File | |<4> Download Files(*.*) | |<5> Modify Ethernet Parameter | |<0> Exit To Main Menu | |<Ensure The Parameter Be Modified Before Downloading!> | ============================================================================ Enter your choice(0-5): 0 ==========================<EXTENDED-BOOTWARE MENU>========================== |<1> Boot System | |<2> Enter Serial SubMenu | |<3> Enter Ethernet SubMenu | |<4> File Control | |<5> Restore to Factory Default Configuration | |<6> Skip Current System Configuration | |<7> BootWare Operation Menu | |<8> Skip Authentication for Console Login | |<9> Storage Device Operation | |<0> Reboot | ============================================================================ Ctrl+Z: Access EXTENDED ASSISTANT MENU Ctrl+F: Format File System Ctrl+C: Display Copyright Ctrl+Y: Change AP Mode Enter your choice(0-9): 0 System is starting... Press Ctrl+D to access BASIC-BOOTWARE MENU Booting Normal Extend BootWare The Extend BootWare is self-decompressing............................... Done! **************************************************************************** * * * H3C WA4320-ACN-E BootWare, Version 7.19 * * * **************************************************************************** Copyright (c) 2004-2019 New H3C Technologies Co., Ltd. Compiled Date : Dec 23 2019 CPU Type : ATHEROS AR9563 CPU L1 Cache : 32KB CPU Clock Speed : 775MHz Memory Type : SDRAM Memory Size : 128MB Memory Speed : 560MHz BootWare Size : 512KB Flash Size : 16MB PCB Version : Ver.B BootWare Validating... Press Ctrl+B to access EXTENDED-BOOTWARE MENU... Loading the main boot and system image files... The system image does not exist! Loading the backup boot and system image files... The image does not exist! Booting image fails! Trying to get the IP address from the DHCP server...... Getting IP Address Failed, the system will reboot. [State : Idle] Reset request, rebooting the AP Rebooting...... System is starting... Press Ctrl+D to access BASIC-BOOTWARE MENU Booting Normal Extend BootWare The Extend BootWare is self-decompressing...............................

zhiliao_bWBNU 发表时间:2021-05-22

话说,你们这个网站做的,真的是.........,所有回复里面把格式标号都去掉了,看着真蛋疼

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

H3C WA4320-ACN-E BootWare, Version 7.19 你这个AP的boot死V7的 你得先降级boot,然后再刷V5的胖版本

zhiliao_Lyfcmg 发表时间:2021-05-22
回复zhiliao_bWBNU:

https://zhiliao.h3c.com/Theme/details/6184

zhiliao_Lyfcmg 发表时间:2021-05-22

奇了怪了,我同时买的两个ap, boot版本不一样?

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

那不知道,串货得太多了

zhiliao_Lyfcmg 发表时间:2021-05-22

文件在哪里下载?

zhiliao_bWBNU 发表时间:2021-05-22
回复zhiliao_bWBNU:

https://www.h3c.com/cn/Service/Document_Software/Software_Download/IP_Wlan/Enterprise_Series/H3C_WX3500E/?CHID=187776 下载ac版本之后解压就可以看到ap版本文件

zhiliao_Lyfcmg 发表时间:2021-05-22

刷好了. 第一次遇到刷机还要降级的,也是醉了

zhiliao_bWBNU 发表时间:2021-05-26
2 个回答
zhiliao_bWBNU 知了小白
粉丝:0人 关注:0人

我的操作记录,



BootWare Validating...
Press Ctrl+B to access EXTENDED-BOOTWARE MENU...

Password recovery capability is enabled.
Note: The current operating device is flash
Enter < Storage Device Operation > to select device.

==========================<EXTENDED-BOOTWARE MENU>==========================
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Skip Authentication for Console Login |
|<9> Storage Device Operation |
|<0> Reboot |
============================================================================
Ctrl+Z: Access EXTENDED ASSISTANT MENU
Ctrl+F: Format File System
Ctrl+C: Display Copyright
Ctrl+Y: Change AP Mode
Enter your choice(0-9):
Warning:All files on flash will be lost! Are you sure to format? [Y/N]Y.....
............................................................................
..................
Format success.

==========================<EXTENDED-BOOTWARE MENU>==========================
|<1> Boot System |
|<2> Enter Serial SubMenu |
|<3> Enter Ethernet SubMenu |
|<4> File Control |
|<5> Restore to Factory Default Configuration |
|<6> Skip Current System Configuration |
|<7> BootWare Operation Menu |
|<8> Skip Authentication for Console Login |
|<9> Storage Device Operation |
|<0> Reboot |
============================================================================
Ctrl+Z: Access EXTENDED ASSISTANT MENU
Ctrl+F: Format File System
Ctrl+C: Display Copyright
Ctrl+Y: Change AP Mode
Enter your choice(0-9): 3

==========================<Enter Ethernet SubMenu>==========================
|Note:the operating device is flash |
|<1> Download Image Program To SDRAM And Run |
|<2> Update Main Image File |
|<3> Update Backup Image File |
|<4> Download Files(*.*) |
|<5> Modify Ethernet Parameter |
|<0> Exit To Main Menu |
|<Ensure The Parameter Be Modified Before Downloading!> |
============================================================================
Enter your choice(0-5): 5

==========================<ETHERNET PARAMETER SET>==========================
|Note: '.' = Clear field. |
| '-' = Go to previous field. |
| Ctrl+D = Quit. |
============================================================================
Protocol (FTP or TFTP) :tftp
Load File Name :wa4300s_fat.bin
:wa4300s_fat.bin
Target File Name :wa4300_fat.bin
:wa4300_fat.bin
Server IP Address :192.168.1.1
Local IP Address :192.168.1.253
Subnet Mask :0.0.0.0
Gateway IP Address :0.0.0.0


==========================<Enter Ethernet SubMenu>==========================
|Note:the operating device is flash |
|<1> Download Image Program To SDRAM And Run |
|<2> Update Main Image File |
|<3> Update Backup Image File |
|<4> Download Files(*.*) |
|<5> Modify Ethernet Parameter |
|<0> Exit To Main Menu |
|<Ensure The Parameter Be Modified Before Downloading!> |
============================================================================
Enter your choice(0-5): 2
Loading.....................................................................
............................................................................
............................................................................
..Done.
11293696 bytes downloaded!
Saving file flash:/wa4300_fat.bin ..........................................
............................................................................
..........................................................Done.
Set the file attribute failed!

==========================<Enter Ethernet SubMenu>==========================
|Note:the operating device is flash |
|<1> Download Image Program To SDRAM And Run |
|<2> Update Main Image File |
|<3> Update Backup Image File |
|<4> Download Files(*.*) |
|<5> Modify Ethernet Parameter |
|<0> Exit To Main Menu |
|<Ensure The Parameter Be Modified Before Downloading!> |
============================================================================
Enter your choice(0-5):2


****************************************************************************
* *
* H3C WA4320-ACN-E BootWare, Version 7.19 *
* *
****************************************************************************
Copyright (c) 2004-2019 New H3C Technologies Co., Ltd.

Compiled Date : Dec 23 2019
CPU Type : ATHEROS AR9563
CPU L1 Cache : 32KB
CPU Clock Speed : 775MHz
Memory Type : SDRAM
Memory Size : 128MB
Memory Speed : 560MHz
BootWare Size : 512KB
Flash Size : 16MB
PCB Version : Ver.B


BootWare Validating...
Press Ctrl+B to access EXTENDED-BOOTWARE MENU...
Loading the main boot and system image files...
The system image does not exist!
Loading the backup boot and system image files...
The image does not exist!
Booting image fails!
Trying to get the IP address from the DHCP server......
Getting IP Address Failed, the system will reboot.
[State : Idle] Reset request, rebooting the AP
Rebooting......

System is starting...
Press Ctrl+D to access BASIC-BOOTWARE MENU
Booting Normal Extend BootWare
The Extend BootWare is self-decompressing...............................

Done! 

Load File Name :wa4300s_fat.bin :wa4300s_fat.bin Target File Name :wa4300_fat.bin :wa4300_fat.bin 你这里的文件名就不对

zhiliao_Lyfcmg 发表时间:2021-05-22 更多>>

Load File Name :wa4300s_fat.bin :wa4300s_fat.bin Target File Name :wa4300_fat.bin :wa4300_fat.bin 你这里的文件名就不对

zhiliao_Lyfcmg 发表时间:2021-05-22
zhiliao_aSTI6H 知了小白
粉丝:0人 关注:0人

固件是4300s_fat.你的固件是错的


编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作

举报

×

侵犯我的权益 >
对根叔社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明