华为交换机配置命令

计算机命令
PCAlogin:root                                                     使用 root 用户
Password Linux                                                   口令是 linux
Ø  #shutdown �Ch now                                              关机
Ø  #init 0                                                        关机
Ø #logout                                                       用户注销
Ø  #login                                                        用户登录
Ø  #ifconfig                                                      显示 IP 地址
Ø  #ifconfig eth0  <ip address> netmask  <netmask>                   设置 IP 地址
Ø #ifconfig eth0  <ip address> netmask  <netmask>   down           禁用 IP 地址
Ø #route add 0.0.0.0 gw <ip>             设置网关
Ø #route del 0.0.0.0 gw <ip>             删除网关
Ø #route add default gw <ip>          设置网关
Ø #route del default gw <ip>       删除网关
Ø #route      显示网关
Ø #ping <ip>    echo
Ø #telnet <ip>  远程登录
交换机命令
*   quidway display current-configuration       显示当前配置
*   quidway display interfaces 显示接口信息
*   quidway display vlan all 显示路由信息
*   quidway display version  显示版本信息
*   quidway super password 修改特权用户密码
*   quidway sysname  交换机命名
*   quidway interface Ethernet 0/1  进入接口视图
*   quidway interface vlan x  进入接口视图
*   quidway-vlan-interface ip address 10.65.1.1 255.255.0.0 配置 vlan ip 地址
*   quidway ip route-static 0.0.0.0 0.0.0.0 10.65.1.2 静态路由 = 网关
*   quidway rip  三层交换支持
*   quidway local-user ftp 
*   quidway user-interface vty 04 进入虚拟终端
*   s3026-ui-vty0-4 authentication-mode password  设置口令模式
*   s3026-ui-vty0-4 set authentication-mode password simple 设置口令
*  s3026-ui-vty0-4 user privilege level 3        用户级别
*   quidway interface Ethernet 0/1   进入端口模式
*   quidway-ethernet0/1 duplex half/full/auto 配置端口工作状态
*   quidway-ethernet0/1 speed 10/100/auto }配置端口工作速率
*   quidway-ethernet0/1 flow-control 配置端口流控
*   quidway-ethernet0/1 mdi  across/auto normal 配置端口平接扭接
*   quidway-ethernet0/1 port link-type  trunk/access/hybrid }设置端口工作模式
*   quidway-ethernet0/1 port access vlan3 当前端口加入到 vlan3
*   quidway-ethernet0/2 port trunk permit  vlan id/all 设置 trunk 允许的 vlan
*   quidway-ethernet0/3 port trunk pvid vlan 3 设置 trunk 端口的 pvid
*   quidway-ethernet0/1 undo shutdown 激活端口
*   quidway-ethernet0/1 shutdown 关闭端口
*   quidway-ethernet0/1 quit 返回
*   quidway vlan3 创建 vlan
*   quidway-vlan3 port Ethernet 0/1  vlan 中增加端口
*   quidway-vlan3 port e0/1 简写方式
*   quidway-vlan3 port e0/1 to e0/4 vlan 中增加端口
*   quidway monitor-port  <interface_type interface_num> 指定镜像端口
*   quidway port mirror   <interface_type interface_num> 指定被镜像的端口
*   quidway description string 指定 vlan 描述字符
*   quidway display vlan vlan-id 查看 vlan 设置
*  quidway stp  enable/disable }设置生成树,默认关闭
*  quidway stp priority 4096 设置交换机优先级
*  quidway stp root primary/secondary }设置为根或根的备份
*  quidway-ethernet0/1 stp cost 200 设置交换机端口的花费
*  quidway link-aggregation e0/1 to e0/4 ingress/both 端口的聚合
*  quidway undo link-agregation e0/1/all  始端口为通道号
*  switchA-vlanx isolate-user-vlan enable  设置主 vlan
*  switchA isolate-user-vlan <x> secondary <list> 设置主 vlan 包括的子 vlan
*  quidway-ethernet0/2 port hybrid pvid vlan <id> 设置 vlan pvid
*  quidway-ethernet0/2 port hybrid pvid 删除 vlan pvid
*  quidway-ethernet0/2 port hybrid  vlan vlan_id list untagged    设置无标识的 vlan
n             如果包的 vlan id pvid 一致,则去掉 vlan 信息,默认 pvid=1 所以设置 pvid 为所属 vlan id ,设置可以互通的 vlan untagged

本文出自 “我奉献我快乐” 博客,转载请与作者联系!

你可能感兴趣的:(职场,华为,休闲,交换机)