当前位置:主页 > 技术文档 > 华为交换机 下载

华为交换机配置教程汇总(从低级到高级) 扫描版

  • 更新:2020-11-22 20:23:32
  • 大小:1.17 MB
  • 热度:605
  • 审核:扶永年
  • 类别:技术文章
  • 格式:PDF

  • 资源介绍
  • 相关推荐

华为交换机用户等级说明

LEVEL 0(访问级):可以执行用于网络诊断等功能的命令。包括ping、tracert、telnet等命令,执行该级别命令的结果不能被保存到配置文件中。

LEVEL 1(监控级):可以执行用于系统维护、业务故障诊断等功能的命令。包括debugging、terminal等命令,执行该级别命令的结果不能被保存到配置文件中。

LEVEL 2(系统级):可以执行用于业务配置的命令,主要包括路由等网络层次的命令,用于向用户提供网络服务。

LEVEL 3(管理级):最高级,可以运行所有命令:关系到系统的基本运行、系统支撑模块功能的命令,这些命令对业务提供支撑作用。包括文件系统、FTP、TFTP、XModem下载、用户管理命令、级别设置命令等。

华为交换机配置教程在基于IOS的交换机上设置主机名/系统名:

switch(config)# hostname hostname
在基于CLI的交换机上设置主机名/系统名:
switch(enable) set system name name-string

华为交换机配置教程在基于IOS的交换机上设置登录口令:

switch(config)# enable password level 1 password
在基于CLI的交换机上设置登录口令:
switch(enable) set password
switch(enable) set enalbepass

华为交换机配置教程在基于IOS的交换机上设置远程访问:

switch(config)# interface vlan 1
switch(config-if)# ip address ip-address netmask
switch(config-if)# ip default-gateway ip-address
在基于CLI的交换机上设置远程访问:
switch(enable) set interface sc0 ip-address netmask broadcast-address
switch(enable) set interface sc0 vlan
switch(enable) set ip route default gateway

华为交换机配置教程在基于IOS的交换机上启用和浏览CDP信息:

switch(config-if)# cdp enable
switch(config-if)# no cdp enable
为了查看Cisco邻接设备的CDP通告信息:
switch# show cdp interface [type modle/port]
switch# show cdp neighbors [type module/port] [detail]
在基于CLI的交换机上启用和浏览CDP信息:
switch(enable) set cdp {enable|disable} module/port
为了查看Cisco邻接设备的CDP通告信息:
switch(enable) show cdp neighbors[module/port] [vlan|duplex|capabilities|detail]

华为交换机配置教程基于IOS的交换机的端口描述:

switch(config-if)# description description-string
基于CLI的交换机的端口描述:
switch(enable)set port name module/number description-string

华为交换机配置教程在基于IOS的交换机上设置端口速度:

switch(config-if)# speed{10|100|auto}
在基于CLI的交换机上设置端口速度:
switch(enable) set port speed moudle/number {10|100|auto}
switch(enable) set port speed moudle/number {4|16|auto}

华为交换机配置教程在基于IOS的交换机上设置以太网的链路模式:

switch(config-if)# duplex {auto|full|half}
在基于CLI的交换机上设置以太网的链路模式:
switch(enable) set port duplex module/number {full|half}

资源下载

资源下载地址1:https://pan.baidu.com/s/1dgcLbptIOVAxPCbpFQDubw

相关资源

网友留言