弄懂华为交换机配置教程 轻松完成远程访问配置

网络 路由交换
本文提要:华为交换机配置教程在基于IOS的交换机上设置登录口令和华为交换机配置教程在基于IOS的交换机上启用和浏览CDP信息。

弄懂华为交换机配置教程 轻松完成远程访问配置,如何选择比较标准的华为交换机配置教程,让我们用下面的基于IOS的交换机例子说话吧。下面的华为交换机配置教程内容是经过慎重选择的,由业内人士经过使用后罗列的的数据,保证让你不虚此行。

华为交换机配置教程在基于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}

责任编辑:佟健 来源: 赛迪
相关推荐

2013-01-21 09:30:43

交换机配置设置教程

2010-01-06 16:38:31

2010-12-02 09:25:11

2010-01-08 14:17:16

华为交换机配置

2010-01-12 14:57:10

华为交换机配置备份

2011-09-13 11:14:12

端口镜像配置交换机华为交换机

2010-01-08 15:04:58

华为交换机配置教程

2011-03-08 10:58:38

VLANIP

2010-01-11 16:31:35

思科三层交换机配置

2010-01-14 10:43:18

交换机配置交换机种类

2010-01-11 16:59:41

华为交换机配置

2011-09-16 11:24:10

交换机端口镜像配置端口镜像

2010-01-13 15:34:59

华为交换机堆叠配置

2010-01-27 09:36:41

华为交换机配置

2010-01-08 16:36:10

华为交换机端口监听

2013-12-11 13:30:20

交换机技术交换机配置

2011-03-09 14:00:21

trunkVLAN

2010-01-22 15:59:23

交换机带宽设置

2010-01-05 10:14:39

交换机配置TRUNK

2010-01-07 14:48:28

交换机端口镜像配置
点赞
收藏

51CTO技术栈公众号