华为交换机配置命令

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

华为交换机配置指令

视图切换指令

system-view

[Quidway]quit//用可以从任意视图直接回到用户视图

交换机命名

[Quidway]sysname devicename

配置文件的保存与删除

保存配置:save

擦除配置:reset saved-configuration

reboot

交换机端口基本配置

进入相应端口的视图:[Quidway]interface interface-type interface-number

打开以太网端口:[Switch-ethernet port-id]undo shutdown

设置以太网端口描述字符串:[Switch-ethernet port-id]description text

设置以太网端口的双工模式:[Switch-ethernet port-id]duplex { auto | full | half }

设置以太网端口的速率:[Switch-ethernet port-id]speed { 10 | 100 | 1000 | auto }

设置以太网端口的MDI模式:[Switch-ethernet port-id]mdi { across | auto | normal }

开启以太网端口的流量控制功能:[Switch-ethernet port-id]flow-control display查看指令

查看版本信息:display version

查看当前配置:display current-configuration

查看保存配置:display saved-configuration

显示接口信息:display interface

显示接口IP状态与配置信息:display ip interface brief

显示系统运行统计信息:display diagnostic-information

Telnet远程管理的配置

使能Telnet//实验室设备默认启动,支持不命令

进入vty用户界面视图:[Quidway]user-interface vty first-num2 [ last-num2 ]

设置验证方式:[Quidway-ui-vty0]authentication-mode { none | password | scheme }

设置本地口令验证:[Quidway-ui-vty0]set authentication password { cipher | simple } password

[Quidway-ui-vty0]user privilege level level

本地用户名和口令验证:[Quidway]local-user username

[Quidway-luser-xxx] password { cipher | simple } password

[Quidway-luser-xxx] service-type telnet

//实验室设备默认level3,

不支持命令

交换机管理IP地址配置

指定交换机上的管理VLAN

[Switch] management-vlan vlan-id //缺省情况下,管理VLAN为VLAN 1

创建并进入管理VLAN 接口视图

[Switch] interface vlan-interface vlan-id

配置管理VLAN 接口IP 地址

[Switch- port-type port-id]ip address ip-address mask//缺省管理VLAN接口没有IP地址

配置静态路由(交换机上实际是在配置默认网络)

[Switch]ip route-static ip-address{mask| mask-length} {interface-type interface-number | next-hop}

交换机端口安全配置

开启全局的802.1X特性

[Switch] dot1x

开启端口的802.1X特性

[Switch] dot1x interface interface-list

添加本地接入用户并设置相关参数

[Switch] local-user user-name

[Switch-luser-localuser] service-type lan-access

[Switch-luser-localuser] password { cipher | simple } password

VLAN配置

创建VLAN:

[Switch] vlan vlan-id

在VLAN视图中将接口接入该VLAN:

[Switch-vlan-id] port interface-list

删除VLAN:

[Switch] undo vlan vlan-id //删除VLAN前请将属于该所有接口从该VLAN中移除。

添加VLAN功能描述:

[Switch-vlan-id] description text

进入接口视图:

[Switch] interface port-type slot/subslot/port

配置端口的链路类型:

[Switch-port-type port-id]port link-type {Access | trunk | hybrid}

将Access端口加入到指定的VLAN中

[Switch- port-type port-id] port access vlan vlan-id//所指派的VLAN-id必须存在

允许指定的VLAN通过当前Trunk端口

[Switch- port-type port-id] port trunk permit vlan { vlan-id-list | all }

设置Trunk端口的缺省VLAN

[Switch- port-type port-id] port trunk pvid vlan vlan-id

允许指定的VLAN通过当前Hybrid端口

[Switch- port-type port-id] port hybrid vlan vlan-id-list { tagged | untagged }

设置Hybrid端口的缺省VLAN

[Switch- port-type port-id] port hybrid pvid vlan vlan-id

相关文档
最新文档