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

msr5560

2024-04-22提问
  • 0关注
  • 0收藏,60浏览
粉丝:0人 关注:0人

问题描述:

************************************************************************msr5660 telnet
 vty 0 4 au-mode scheme
 ping 通 
但是远程报错如下 ****************************************************************************** * Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.* * Without the owner's prior written consent, * * no decompiling or reverse-engineering shall be allowed. * ****************************************************************************** Login failed. 求助大神,谢谢

组网及组网描述:

3 个回答
粉丝:112人 关注:8人

检查下远程相关的配置吧

暂无评论

粉丝:2人 关注:0人

1.12  MDC典型配置举例

1.12.1  MDC基本配置举例(独立运行模式)

1. 组网需求

某公司有一台设备Device,现要求将这台设备虚拟成两台独立的设备:MDC AMDC B,分给该公司的AB两个不同部门用作接入公司网络的网关。使得各部门可以独享设备的表项资源,并且可以根据各部门的业务需求分配设备的内存、CPU资源,未分配的使用设备缺省值。

2. 组网图

图1-3 MDC基本配置组网图

 

3. 配置步骤

说明

缺省情况下,本设备的接口处于ADMAdministratively Down)状态,请根据实际需要在对应接口视图下使用undo shutdown命令开启接口。

 

(1)      创建MDC AMDC B

# 创建MDC A,供部门A使用。

<Device> system-view

[Device] mdc MDCA

It will take some time to create MDC...

MDC created successfully.

[Device-mdc-2-MDCA] quit

# 创建MDC B,供部门B使用。

[Device] mdc MDCB

It will take some time to create MDC...

MDC created successfully.

[Device-mdc-3-MDCB] quit

# 取消缺省MDC2号业务板的使用权。

[Device] mdc Admin

[Device-mdc-1-Admin] undo location slot 2

The configuration associated with the specified slot of MDC will be lost. Continue? [Y/N]:y

[Device-mdc-1-Admin] quit

# MDC A分配接口Ten-GigabitEthernet2/0/1Ten-GigabitEthernet2/0/24

[Device] mdc MDCA

[Device-mdc-2-MDCA] allocate interface ten-gigabitethernet 2/0/1 to ten-gigabitethernet 2/0/24

Configuration of the interfaces will be lost. Continue? [Y/N]:y

Execute the location slot command in this view to make the configuration take effect.

# 2号业务板的使用权限分配给MDC A

[Device-mdc-2-MDCA] location slot 2

# 配置MDC ACPU权重为5

[Device-mdc-2-MDCA] limit-resource cpu weight 5

# 启动MDC A

[Device-mdc-2-MDCA] mdc start

It will take some time to start MDC...

MDC started successfully.

[Device-mdc-2-MDCA] quit

# MDC B分配接口Ten-GigabitEthernet2/0/25Ten-GigabitEthernet2/0/48

[Device] mdc MDCB

[Device-mdc-3-MDCB] allocate interface ten-gigabitethernet 2/0/25 to ten-gigabitethernet 2/0/48

Configuration of the interfaces will be lost. Continue? [Y/N]:y                

Execute the location slot command in this view to make the configuration take effect.

# 2号业务板的使用权限分配给MDC B

[Device-mdc-3-MDCB] location slot 2

# 配置MDC BCPU权重为5

[Device-mdc-3-MDCB] limit-resource cpu weight 5

# 启动MDC B

[Device-mdc-3-MDCB] mdc start

It will take some time to start MDC...

MDC started successfully.

[Device-mdc-3-MDCB] quit

(2)      登录MDC A,配置MDC A的管理以太网接口。

# 切换到MDC A,并按照提示信息键入组合键Ctrl+D终止MDC的自动配置过程,进入MDC A的命令行界面进行配置。

[Device] switchto mdc MDCA

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

Automatic configuration is running, press CTRL_D to break or press CTRL_B to   

switch back to the default MDC.

<Device> system-view

# MDC A的名称修改为MDCA,以便和其它MDC区别。

[Device] sysname MDCA

# 配置MDC A 的网管口的IP地址、使能Telnet服务等基础配置,供用户远程登录MDC A

[MDCA] interface m-gigabitethernet 0/0/0

[MDCA-M-GigabitEthernet0/0/0] ip address 192.168.1.251 24

[MDCA-M-GigabitEthernet0/0/0] quit

[MDCA] telnet server enable

[MDCA] user-interface vty 0 63

[MDCA-line-vty0-63] authentication-mode none

[MDCA-line-vty0-63] user-role mdc-admin

# MDC A返回缺省MDC

[MDCA-line-vty0-63] return

<MDCA> switchback

[Device]

(3)      登录MDC B,配置MDC B的管理以太网接口。

[Device] switchto mdc MDCB

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

Automatic configuration is running, press CTRL_D to break or press CTRL_B to   

switch back to the default MDC.

<Device> system-view

# MDC B的名称修改为MDCB,以便和其它MDC区别。

[Device] sysname MDCB

# 配置MDC B 的网管口的IP地址、使能Telnet服务等基础配置,供用户远程登录MDC B

[MDCB] interface m-gigabitethernet 0/0/0

[MDCB-M-GigabitEthernet0/0/0] ip address 192.168.2.252 24

[MDCB-M-GigabitEthernet0/0/0] quit

[MDCB] telnet server enable

[MDCB] user-interface vty 0 63

[MDCB-line-vty0-63] authentication-mode none

[MDCB-line-vty0-63] user-role mdc-admin

# MDC B返回缺省MDC

[MDCB-line-vty0-63] return

<MDCB> switchback

[Device]

4. 验证配置

(1)      查看MDC是否存在并且运转正常。(此时,Device上应该有三台处于正常工作active状态的MDC

<Device> display mdc

ID         Name            Status

1          Admin           active

2          MDCA            active

3          MDCB            active

(2)      模拟部门A的管理用户登录到MDC A,可以查看本设备的当前配置。

C:\> telnet 192.168.1.251

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

 

<MDCA> display current-configuration

……配置文件信息略……

1.12.2  MDC基本配置举例IRF模式)

1. 组网需求

1-4所示,某公司有两台设备已经组成了IRFMasterStandby上各有业务板23,每个业务板有12HGE接口。Master使用IRF端口1StandbyIRF端口2通过两条物理链路相连,MasterIRF端口1绑定了物理接口HundredGigE1/2/0/1HundredGigE1/3/0/1StandbyIRF端口2绑定了物理接口HundredGigE2/2/0/1HundredGigE2/3/0/1

现要求创建两台独立的虚拟设备:MDC AMDC B,分给该公司的AB两个部门用作接入公司网络的网关。使得各部门可以独享设备的表项资源,并且可以根据各部门的业务需求分配设备的内存、CPU资源,HundredGigE1/2/0/7HundredGigE1/2/0/12HundredGigE2/2/0/7HundredGigE2/2/0/12配给MDC AHundredGigE1/3/0/1HundredGigE1/3/0/6HundredGigE2/3/0/1HundredGigE2/3/0/6分配给MDC B

2. 组网图

图1-4 IRF+MDC基本配置组网图

 

3. 配置思路

建议将IRF物理端口放到缺省MDC中,不要分配给非缺省MDC,一来能够确保IRF链路的安全性,IRF物理端口是用来组建IRF的,影响到整个IRF系统的运行。二来可以避免用户配置步骤错误,导致IRF物理端口不能正常工作。

然而,设备上的接口都是按组分配的,如果接口资源有限,用户需要将IRF物理端口所在组的端口分配给非缺省MDC时,必然会将IRF物理端口分配给非缺省MDC

本举例介绍了以上两种场景的配置步骤。其中,MDC A中不包含IRF物理端口,但是需要把IRF物理端口所在业务板(slot 2)的另一个分组的接口分配给MDC AMDC B中包含IRF物理端口(HundredGigE1/3/0/1HundredGigE2/3/0/1)。请根据您的网络规划,参考对应的步骤。

4. 配置步骤

说明

缺省情况下,本设备的接口处于ADMAdministratively Down)状态,请根据实际需要在对应接口视图下使用undo shutdown命令开启接口。

 

(1)      创建MDC AMDC B。建议先确定MDC可成功创建后,再进行下面的配置。

# 创建MDC A,供部门A使用。

<IRF> system-view

[IRF] mdc MDCA

It will take some time to create MDC...

MDC created successfully.

[IRF-mdc-2-MDCA] quit

# 创建MDC B,供部门B使用。

[IRF] mdc MDCB

It will take some time to create MDC...

MDC created successfully.

[IRF-mdc-3-MDCB] quit

(2)      分别取消HundredGigE1/2/0/1HundredGigE2/2/0/1IRF端口的绑定。如1-4所示有两条IRF链路,配置时请确保一条IRF链路处于UP状态,以免引起IRF分裂。

# 关闭接口HundredGigE1/2/0/1HundredGigE2/2/0/1

[IRF] interface range hundredgige 1/2/0/1 hundredgige 2/2/0/1

[IRF-if-range] shutdown

[IRF-if-range] quit

# 取消HundredGigE1/2/0/1IRF端口1/1的绑定。

[IRF] irf-port 1/1

[IRF-irf-port1/1] undo port group interface HundredGigE1/2/0/1

[IRF-irf-port1/1] quit

# 取消HundredGigE2/2/0/1IRF端口2/2的绑定。

[IRF] irf-port 2/2

[IRF-irf-port2/2] undo port group interface HundredGigE2/2/0/1

[IRF-irf-port2/2] quit

(3)      取消缺省MDC对成员设备12号业务板和成员设备22号业务板的使用权。

[IRF] mdc Admin

[IRF-mdc-1-Admin] undo location chassis 1 slot 2

The configuration associated with the specified slot of MDC will be lost. Continue? [Y/N]:y

[IRF-mdc-1-Admin] undo location chassis 2 slot 2

The configuration associated with the specified slot of MDC will be lost. Continue? [Y/N]:y

[IRF-mdc-1-Admin] quit

(4)      配置并启动MDC A

# MDC A分配接口HundredGigE1/2/0/7HundredGigE1/2/0/12HundredGigE2/2/0/7HundredGigE2/2/0/12。(该业务板上每6个接口为一组,这6个接口必须同时分配)

[IRF] mdc MDCA

[IRF-mdc-2-MDCA] allocate interface hundredgige 1/2/0/7 to hundredgige 1/2/0/12

Configuration of the interfaces will be lost. Continue? [Y/N]:y                

Execute the location slot command in this view to make the configuration take effect.

[IRF-mdc-2-MDCA] allocate interface hundredgige 2/2/0/7 to hundredgige 2/2/0/12

Configuration of the interfaces will be lost. Continue? [Y/N]:y                

Execute the location slot command in this view to make the configuration take effect.

# 将成员设备12号业务板和成员设备22号业务板的使用权限分配给MDC A

[IRF-mdc-2-MDCA] location chassis 1 slot 2

[IRF-mdc-2-MDCA] location chassis 2 slot 2

# 配置MDC ACPU权重为5

[IRF-mdc-2-MDCA] limit-resource cpu weight 5

# 启动MDC A

[IRF-mdc-2-MDCA] mdc start

It will take some time to start MDC...

MDC started successfully.

[IRF-mdc-2-MDCA] quit

(5)      恢复缺省MDC对成员设备12号业务板和成员设备22号业务板的使用权限。

[IRF] mdc Admin

[IRF-mdc-1-Admin] location chassis 1 slot 2

[IRF-mdc-1-Admin] location chassis 2 slot 2

[IRF-mdc-1-Admin] quit

(6)      恢复缺省MDCHundredGigE1/2/0/1HundredGigE2/2/0/1IRF端口绑定。

# HundredGigE1/2/0/1IRF端口1/1的绑定。

[IRF] irf-port 1/1

[IRF-irf-port1/1] port group interface hundredgige1/2/0/1

[IRF-irf-port1/1] quit

# HundredGigE2/2/0/1IRF端口2/2的绑定。

[IRF] irf-port 2/2

[IRF-irf-port2/2] port group interface hundredgige2/2/0/1

[IRF-irf-port2/2] quit

# 打开接口HundredGigE1/2/0/1HundredGigE2/2/0/1

[IRF] interface range hundredgige 1/2/0/1 hundredgige 2/2/0/1

[IRF-if-range] undo shutdown

[IRF-if-range] quit

(7)      配置MDC A网管口的IP地址、使能Telnet服务。

# 切换到MDC A,并按照提示信息键入组合键Ctrl+D终止MDC的自动配置过程,进入MDC A的命令行界面进行配置。

[IRF] switchto mdc MDCA

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

Automatic configuration is running, press CTRL_D to break or press CTRL_B to   

switch back to the default MDC.

<IRF> system-view

# MDC A的名称修改为MDCA,以便和其它MDC区别。

[IRF] sysname MDCA

# 配置MDC A的网管口的IP地址、使能Telnet服务等基础配置,供用户远程登录MDC A

[MDCA] display interface m-gigabitethernet brief       

Brief information on interfaces in route mode:                                 

Link: ADM - administratively down; Stby - standby                              

Protocol: (s) - spoofing                                                       

Interface            Link Protocol Primary IP      Description                 

M-GE1/0/0/0          DOWN DOWN     --                                          

M-GE1/0/0/1          DOWN DOWN     --                                          

M-GE1/0/0/2          UP   UP       --                               

M-GE1/0/0/3          DOWN DOWN     -- 

[MDCA] interface m-gigabitethernet 1/0/0/2

[MDCA-M-GigabitEthernet1/0/0/2] ip address 192.168.2.251 24

[MDCA-M-GigabitEthernet1/0/0/2] quit

[MDCA] telnet server enable

[MDCA] user-interface vty 0 63

[MDCA-line-vty0-63] authentication-mode none

[MDCA-line-vty0-63] user-role mdc-admin

# MDC A返回缺省MDC

[MDCA-line-vty0-63] return

<MDCA> switchback

[IRF]

(8)      分别取消HundredGigE1/3/0/1HundredGigE2/3/0/1IRF端口的绑定。如1-4所示有两条IRF链路,配置时请确保一条IRF链路处于UP状态,以免引起IRF分裂。

# 关闭接口HundredGigE1/3/0/1HundredGigE2/3/0/1

[IRF] interface range hundredgige 1/3/0/1 hundredgige 2/3/0/1

[IRF-if-range] shutdown

[IRF-if-range] quit

# 取消HundredGigE1/3/0/1IRF端口1/1的绑定。

[IRF] irf-port 1/1

[IRF-irf-port1/1] undo port group interface HundredGigE1/3/0/1

[IRF-irf-port1/1] quit

# 取消HundredGigE2/3/0/1IRF端口2/2的绑定。

[IRF] irf-port 2/2

[IRF-irf-port2/2] undo port group interface HundredGigE2/3/0/1

[IRF-irf-port2/2] quit

(9)      取消缺省MDC对成员设备13号业务板和成员设备23号业务板的使用权。

[IRF] mdc Admin

[IRF-mdc-1-Admin] undo location chassis 1 slot 3

The configuration associated with the specified slot of MDC will be lost. Continue? [Y/N]:y

[IRF-mdc-1-Admin] undo location chassis 2 slot 3

The configuration associated with the specified slot of MDC will be lost. Continue? [Y/N]:y

[IRF-mdc-1-Admin] quit

(10)   配置并启动MDC B

# MDC B分配接口HundredGigE1/3/0/1HundredGigE1/3/0/6HundredGigE2/3/0/1HundredGigE2/3/0/6。(该业务板上每6个接口为一组,这6个接口必须同时分配)

[IRF] mdc MDCB

[IRF-mdc-3-MDCB] allocate interface hundredgige 1/3/0/1 to hundredgige 1/3/0/6

Configuration of the interfaces will be lost. Continue? [Y/N]:y

Execute the location slot command in this view to make the configuration take effect.

[IRF-mdc-3-MDCB] allocate interface hundredgige 2/3/0/1 to hundredgige 2/3/0/6

Configuration of the interfaces will be lost. Continue? [Y/N]:y

Execute the location slot command in this view to make the configuration take effect.

[IRF-mdc-3-MDCB] quit

# 将成员设备13号业务板和成员设备23号业务板的使用权限分配给MDC B

[IRF-mdc-3-MDCB] location chassis 1 slot 3

[IRF-mdc-3-MDCB] location chassis 2 slot 3

# 配置MDC BCPU权重为5

[IRF-mdc-3-MDCB] limit-resource cpu weight 5

# 启动MDC B

[IRF-mdc-3-MDCB] mdc start

It will take some time to start MDC...

MDC started successfully.

[IRF-mdc-3-MDCB] quit

(11)   MDC B中的HundredGigE1/3/0/1HundredGigE2/3/0/1配置为IRF物理端口,和IRF端口绑定。

# 切换到MDC B,并按照提示信息键入组合键Ctrl+D终止MDC的自动配置过程,进入MDC B的命令行界面进行配置。

[IRF] switchto mdc MDCB

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

Automatic configuration is running, press CTRL_D to break or press CTRL_B to   

switch back to the default MDC.

<IRF> system-view

# MDC B的名称修改为MDCB,以便和其它MDC区别。

[IRF] sysname MDCB

# 关闭接口HundredGigE1/3/0/1HundredGigE2/3/0/1

[MDCB] interface range hundredgige 1/3/0/1 hundredgige 2/3/0/1

[MDCB-if-range] shutdown

[MDCB-if-range] quit

[MDCB] quit

# MDC B返回缺省MDC

<MDCB> switchback

[IRF]

# 显示MDC B的编号。

[IRF] display mdc

ID         Name            Status

1          Admin           active

2          MDCA            active

3          MDCB            active

# MDC B(编号为3)中的HundredGigE1/3/0/1IRF端口1/1绑定。

[IRF] irf-port 1/1

[IRF-irf-port1/1] port group mdc 3 interface hundredgige 1/3/0/1

[IRF-irf-port1/1] quit

# MDC B(编号为3)中的HundredGigE2/3/0/1IRF端口2/2绑定。

[IRF] irf-port 2/2

[IRF-irf-port2/2] port group mdc 3 interface hundredgige 2/3/0/1

[IRF-irf-port2/2] quit

# 切换到MDC B

[IRF] switchto mdc MDCB

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

 

<MDCB> system-view

# 打开接口HundredGigE1/3/0/1HundredGigE2/3/0/1

[MDCB] interface range hundredgige 1/3/0/1 hundredgige 2/3/0/1

[MDCB-if-range] undo shutdown

[MDCB-if-range] quit

(12)   配置MDC B网管口的IP地址、使能Telnet服务。

# 配置MDC B的网管口的IP地址、使能Telnet服务等基础配置,供用户远程登录MDC B

[MDCB] display interface m-gigabitethernet brief       

Brief information on interfaces in route mode:                                 

Link: ADM - administratively down; Stby - standby                              

Protocol: (s) - spoofing                                                       

Interface            Link Protocol Primary IP      Description                 

M-GE1/0/0/0          DOWN DOWN     --                                          

M-GE1/0/0/1          DOWN DOWN     --                                          

M-GE1/0/0/2          UP   UP       --                               

M-GE1/0/0/3          DOWN DOWN     -- 

[MDCB] interface m-gigabitethernet 1/0/0/2

[MDCB-M-GigabitEthernet1/0/0/2] ip address 192.168.1.252 24

[MDCB-M-GigabitEthernet1/0/0/2] quit

[MDCB] telnet server enable

[MDCB] user-interface vty 0 63

[MDCB-line-vty0-63] authentication-mode none

[MDCB-line-vty0-63] user-role mdc-admin

[MDCB-line-vty0-63] return

# MDC B返回缺省MDC

<MDCB> switchback

[IRF]

5. 验证配置

(1)      查看MDC是否存在并且运转正常。(此时,IRF上应该有三台处于正常工作active状态的MDC

[IRF] display mdc

ID         Name            Status

1          Admin           active

2          MDCA            active

3          MDCB            active

(2)      显示IRF链路信息,将看到两条IRF链路均处于UP状态。其中一条链路处于缺省MDC中,另一条链路处于MDC B中。

[IRF] display irf link

Member 1

 IRF Port    Interface                           Status

 1           HundredGigE1/2/0/1(MDC1)            UP

             HundredGigE1/3/0/1(MDC3)            UP

 2           disable                             --

Member 2

 IRF Port    Interface                           Status

 1           disable                             --

 2           HundredGigE2/2/0/1(MDC1)            UP

             HundredGigE2/3/0/1(MDC3)            UP

(3)      模拟部门A的管理用户登录到MDC A,可以查看本设备的当前配置。

C:\> telnet 192.168.1.251

******************************************************************************

* Copyright (c) 2004-2017 New H3C Technologies Co., Ltd. All rights reserved.*

* Without the owner's prior written consent,                                 *

* no decompiling or reverse-engineering shall be allowed.                    *

******************************************************************************

 

<MDCA> display current-configuration

显示信息略……。

02-MDC配置

暂无评论

粉丝:43人 关注:1人

1、有可能是telnet 在线用户数达到了最大,其他的用户就登录不上去了,通过console清楚一下在线远程用户

2、检查是否有IP地址冲突

暂无评论

编辑答案

你正在编辑答案

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

分享扩散:

提出建议

    +

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

确定

亲~检测到您登陆的账号未在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. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔社区有害的内容

×

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

不规范转载

×

举报说明