‘壹’ 华为5320交换机aaa账号怎么关闭命令是什么
认证分aaa和password这两种,console有的型号的特定版本有none这种模式,没有关闭哪一种的说法。
‘贰’ 华为交换机关闭远程端口查询服务
终端、服务器都不支持STP协议,如果这些设备和交换机连接,建议在交换机的端口上执行命令stp edged-port enable开启边缘端口属性或执行命令stp disable去使能STP。
POE (Power Over Ethernet)指的是在现有的以太网Cat.5布线基础架构不作做何改动的情况下,在为一些基于IP的终端(如IP电话机、无线局域网接入点AP、网络摄像机等)传输数据信号的同时,还能为此类设备提供直流供电的技术。POE技术能在确保现有结构化布线安全的同时保证现有网络的正常运作,最大限度地降低成本。
‘叁’ 如何控制华为交换机端口的开启和关闭
可以按一下步骤进行:
首先登录进交换机
进入系统视图,命令为:system-view
进入以太网端口视图:
命令格式: interface interface-type interface-number
参考一下例子:
system-view
[Switch] interface fastethernet0/1
Switch[fastethernet0/1]在此情况下,可对此端口进行配置,显示。
如:portaccess vlan 100; fastethernet0/1是vlan100的一个端口
1、设置端口组
2、然把端口加入到端口组
3、最后在端口组下设置关闭所有端口
配置示例
[Huawei]port-group 1
[Huawei-port-group-1]group-member Ethernet 0/0/1 to Ethernet 0/0/20
[Huawei-port-group-1]shutdown
[Huawei-Ethernet0/0/1]shutdown
[Huawei-Ethernet0/0/2]shutdown
[Huawei-Ethernet0/0/3]shutdown
[Huawei-Ethernet0/0/4]shutdown
[Huawei-Ethernet0/0/5]shutdown
[Huawei-Ethernet0/0/6]shutdown
[Huawei-Ethernet0/0/7]shutdown
[Huawei-Ethernet0/0/8]shutdown
[Huawei-Ethernet0/0/9]shutdown
[Huawei-Ethernet0/0/10]shutdown
[Huawei-Ethernet0/0/11]shutdown
[Huawei-Ethernet0/0/12]shutdown
[Huawei-Ethernet0/0/13]shutdown
[Huawei-Ethernet0/0/14]shutdown
[Huawei-Ethernet0/0/15]shutdown
[Huawei-Ethernet0/0/16]shutdown
[Huawei-Ethernet0/0/17]shutdown
[Huawei-Ethernet0/0/18]shutdown
[Huawei-Ethernet0/0/19]shutdown
[Huawei-Ethernet0/0/20]shutdown
[Huawei-port-group-1]
‘肆’ 华为交换机配置命令有哪些
华为交换机配置命令有以下几种:
1、用户模式:交换机启动后在控制台直接按回车就进入用户模式(远程管理telnet 交换机ip时需要口令)。
?——帮助
quit——退出当前模式返回上一级
<switchone>ping ip-address——测试网络连通性
<switchone>telnet ip-address——从交换机登陆其它设备<switchone>super--从用户模式进入特权模式
2、特权模式:进入特权模式一般需要口令,可以防止非法登陆交换机
<switchone>display current——显示当前运行的配置
<switchone>save——保存当前运行的配置
<switchone>reboot——重启交换机
<switchone>display mac——显示mac地址表
<switchone>display inteface ethernet 0/1——查看以太网口状态
<switchone>system-view——从特权模式进入全局模式
3、全局模式:更改配置
a. 进入以太网口配置模式及相关配置
[switchone]interface ethernet ——0/1
[switchone-Ethernet0/1]shutdown/undo shutdown ——关闭/打开接口
[switchone-Ethernet0/1]port link-type access/trunk——接口类型设为untagged端口(默认)/tagged端口(用于上行口和级联口)
access端口发出和接收的帧不带vlan标记,即untagged端口
trunk端口发出和接收的帧一般要带vlan标记,即tagged端口
设为tagged口后,还要做以下操作:
[switchone-Ethernet0/1]port trunk permit vlan 225 to 250——这条命令是允许有vlan标记225到250的帧上传
b. 进入vlan配置模式(为了便于操作,不用在接口模式下配置access,而在vlan模式下进行相关操作)
[switchone]vlan 225
[switchone-vlan225] port Ethernet 1/1将ethernet 1/1加入vlan225
c. 设置super口令
[switchone]super password simple 2403h 特权口令为2403h
‘伍’ 华为交换机命令解析。请高手帮我逐条解析一下,谢谢!
system-view 进入系统视图
vlan batch 109 209 创建vlan109到vlan209
dhcp enable 打开dhcp
dhcp snooping enable 打开dhcp snooping
stp bp-protection 启动bp保护功能
stp enable 打开stp
interface Eth-Trunk1 进入 Eth-Trunk1接口
stp disable 显示stp信息
port link-type trunk 设置为trunk借口
trunkport GigabitEthernet 0/1/1 0/1/2 加入GigabitEthernet 0/1/1 0/1/2
undo port trunk allow-pass vlan 1 trunk接口不允许vlan1通过
port trunk allow-pass vlan 109 209 trunk接口允许vlan109-209通过
dhcp snooping trusted 设置dhcp snoping 信任端口
description to S5728_SZVE3BSLHW02_G0/0/1_G1/0/1 10.170.27.5 描述语句,与 S5728_SZVE3BSLHW02_G0/0/1连接,对端IP为10.170.27.5
quit 退出到上一级
vlan 109 进入vlan109
dhcp snooping enable 打开dhcp
dhcp snooping trusted interface Eth-Trunk1 应用到trusted接口interface Eth-Trunk1上
vlan 209 进入vlan209
dhcp snooping enable 打开dhcp
dhcp snooping trusted interface Eth-Trunk1 应用到trusted接口interface Eth-Trunk1上
return 返回用户视图
system-view 进入系统视图
info-center loghost 10.72.52.25 facility local1 将info-center的log消息(运行信息文件 例如端口up down,ospf,bgp的信息等)保存在日至服务器上,日至服务器地址为10.72.52.25
sysname szve3bslhw08 系统名称命名为szve3bslhw0
super password level 3 cipher hr1ycfl!1314 设置超级管理员cipher认证密码hr1ycfl!1314
interface Vlanif 109 进入Vlanif 109接口
ip address 10.170.27.6 255.255.255.0 设置接口IP为10.170.27.6,24位掩码
quit 退出到上一级
ip route-static 0.0.0.0 0.0.0.0 10.170.27.1 设置静态路由,指向10.170.27.1
FTP server enable 打开ftp服务
‘陆’ 有没有配置华为交换机s2700“关闭所有端口“的命令
1、设置端口组
2、然把端口加入到端口组
3、最后在端口组下设置关闭所有端口
配置示例
[Huawei]port-group 1
[Huawei-port-group-1]group-member Ethernet 0/0/1 to Ethernet 0/0/20
[Huawei-port-group-1]shutdown
[Huawei-Ethernet0/0/1]shutdown
[Huawei-Ethernet0/0/2]shutdown
[Huawei-Ethernet0/0/3]shutdown
[Huawei-Ethernet0/0/4]shutdown
[Huawei-Ethernet0/0/5]shutdown
[Huawei-Ethernet0/0/6]shutdown
[Huawei-Ethernet0/0/7]shutdown
[Huawei-Ethernet0/0/8]shutdown
[Huawei-Ethernet0/0/9]shutdown
[Huawei-Ethernet0/0/10]shutdown
[Huawei-Ethernet0/0/11]shutdown
[Huawei-Ethernet0/0/12]shutdown
[Huawei-Ethernet0/0/13]shutdown
[Huawei-Ethernet0/0/14]shutdown
[Huawei-Ethernet0/0/15]shutdown
[Huawei-Ethernet0/0/16]shutdown
[Huawei-Ethernet0/0/17]shutdown
[Huawei-Ethernet0/0/18]shutdown
[Huawei-Ethernet0/0/19]shutdown
[Huawei-Ethernet0/0/20]shutdown
[Huawei-port-group-1]
更多的华为交换机配置教程可以参考这个网站http://www.023wg.com
‘柒’ 华为交换机如何关闭端口生成树
一、首先,将计算机的RJ45网络端口和华为交换机的配置端口与配置线连接,用计算机远程控制交换机,进入交换机的命令模式。
‘捌’ 华为交换机怎么用命令关机
华为交换机有下面几种情况需要重启: 1、清空配置,reset config,后,需要重启。 2、去除密码时需要重启。 3、更新非热...
‘玖’ 华为交换机配置命令有哪些
华为交换机配置命令有以下几种:
1、用户模式:交换机启动后在控制台直接按回车就进入用户模式(远程管理telnet 交换机ip时需要口令)。
?——帮助
quit——退出当前模式返回上一级
<switchone>ping ip-address——测试网络连通性
<switchone>telnet ip-address——从交换机登陆其它设备<switchone>super--从用户模式进入特权模式
2、特权模式:进入特权模式一般需要口令,可以防止非法登陆交换机
<switchone>display current——显示当前运行的配置
<switchone>save——保存当前运行的配置
<switchone>reboot——重启交换机
<switchone>display mac——显示mac地址表
<switchone>display inteface ethernet 0/1——查看以太网口状态
<switchone>system-view——从特权模式进入全局模式
3、全局模式:更改配置
a. 进入以太网口配置模式及相关配置
[switchone]interface ethernet ——0/1
[switchone-Ethernet0/1]shutdown/undo shutdown ——关闭/打开接口
[switchone-Ethernet0/1]port link-type access/trunk——接口类型设为untagged端口(默认)/tagged端口(用于上行口和级联口)
access端口发出和接收的帧不带vlan标记,即untagged端口
trunk端口发出和接收的帧一般要带vlan标记,即tagged端口
设为tagged口后,还要做以下操作:
[switchone-Ethernet0/1]port trunk permit vlan 225 to 250——这条命令是允许有vlan标记225到250的帧上传
b. 进入vlan配置模式(为了便于操作,不用在接口模式下配置access,而在vlan模式下进行相关操作)
[switchone]vlan 225
[switchone-vlan225] port Ethernet 1/1将ethernet 1/1加入vlan225
c. 设置super口令
[switchone]super password simple 2403h 特权口令为2403h
‘拾’ 华为交换机关闭stp命令
摘要 使用console口进入交换机 输入命令show run 查看,是否存在如下显示 no file verify auto spanning-tree mode pvst spanning-tree extend system-id 若有,说明此交换机开启STP协议,需要进行关闭操作。 输入命令config ter 再输入no sp vlan 1 再次输入show run,验证是否已关闭 如显示 no file verify auto spanning-tree mode pvst spanning-tree extend system-id no spanning-tree vlan 1 则,已关闭成功。 spanning-tree mode pvst no spanning-tree optimize bp transmission spanning-tree extend system-id ! ! ! spanning-tree mode pvst no spanning-tree optimize bp transmission spanning-tree extend system-id no spanning-tree vlan 1