分类: 华为预览模式: 普通 | 列表

如何配置华为交换机的端口镜像

一、端口镜像概念:
Port Mirror(端口镜像)是用于进行网络性能监测。可以这样理解:在端口A 和端口B 之间建立镜像关系,这样,通过端口A 传输的数据将同时复制到端口B ,以便于在端口B 上连接的分析仪或者分析软件进行性能分析或故障判断。

二、端口镜像配置

『环境配置参数』

1. PC1接在交换机E0/1端口,IP地址1.1.1.1/24

2. PC2接在交换机E0/2端口,IP地址2.2.2.2/24

3. E0/24为交换机上行端口

查看更多...

Tags: 华为交换机 端口镜像

分类:华为 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 144

H3C路由器基本命令解释说明

sysname

[H3C] sysname AR2830

[AR2830]

super password

or=#ff0000>

super password [ level user-level ] {simple | cipher} password

undo super password [ level user-level ]

user-level 1 - 3

simple 明文

cipher 密文

[H3C] super password level 3 simple zbr

local-user password-display-mode

查看更多...

Tags: 华为 H3C 命令解释

分类:华为 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 346

华为交换机密码恢复

华为交换机密码恢复
    说明:以下方法将删除原有config文件,使设备恢复到出厂配置。
    在设备重启时按Ctrl+B进入BOOT MENU之后,
    Press Ctrl-B to enter Boot Menu... 5
    Password : 缺省为空,回车即可
    1. Download application file to flash
    2. Select application file to boot
    3. Display all files in flash
    4. Delete file from Flash
    5. Modify bootrom password

查看更多...

分类:华为 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 308

华为 PPP协议 几种配置方式

PPP
     1、不验证
      Router A
        interface serial 0
        link-protocol  ppp  // 设置封装协议为PPP
        ip address ------------
      Router B
        interface serial 0
        link-protocol ppp
        ip address ----------
     2、PAP单向验证
      Router A
         interface serial 0
         link-protocol ppp
         ppp pap local-user a password simple a    //送给对端的用户名密码
         ip address --------
      Router B

查看更多...

分类:华为 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 308

H3C基本命令学习

sysname

[H3C] sysname AR2830
[AR2830]

super password
<FONT language=javascript color=#ff0000>
super password [  level  user-level ] {simple | cipher} password
undo super password [ level user-level ]

user-level   1 - 3
simple  明文
cipher  密文

[H3C] super password level 3 simple zbr

local-user password-display-mode

local-user password-display-mode {cipher-force | auto}
undo local-user password-display-mode

cipher-force 强制方式,即所有接入用户的密码显示方式必须采用密文方式
auto 自动方式,即接入用户的密码显示方式可以由用户通过password命令来设置

查看更多...

分类:华为 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 343