华为交换机配置命令
system-view #进入视图模式,可执行设备全局配置的命令
undo terminal monitor #取消提示信息
display version #查看交换机版本
sysname SwitchName #修改设备名称
clock timezone CARIO ADD 3 #设置时区
clock datetime 19:44 2020-11-22 #设置时间
display current-configuration #查看当前所有配置
dir flash:/ #查看内存文件
=====================================================
#console扣启用密码验证 修改vty telnet 登陆密码一样
user-interface console 0 #进入Console口视图
authentication-mode password #认证模式密码模式设置端口密码
set authentication password cipher password #修改Console口密码===============================================================
user-interface vty 0 4 #进入vty视图
authentication-mode aaa #设置认证模式用户密码登陆
quit
aaa #退出后进入aaa视图
local-user rainman username cipher password #设置telnet用户和密码
local-user admin privilege level 15 #用户等级设置为15
local-user username service-type telnet #设置这个用户作为telnet用
undo local-user username #删除用户idle-timeout 10 30 #设置登陆超时时间 10分30秒(在什么视图下配置就是哪个视图下的超时时间)
=====================================================
vlan 10 #VLAN添加
vlan batch 50 60 70 #批量创建VLAN50 60 70
description EDITNAME #备注vlan名称
display port vlan #查看端口VLAN
port link-type access #设置接口类型
port default vlan 10 #设置此端口到vlan10
port trunk pvid vlan 1 #2台交换机之间PVID都是设置pvid1
=====================================================
#交换机之间trunk连接
port link-type trunk #设置接口类型trunk 接口视图下
port trunk allow-pass vlan 10 20 30 #2台交换机都要配置接口允许通过的VLAN
port trunk allow-pass vlan all #允许所有vlan通过
=====================================================
#建立IP地址池用户视图下
ip pool office
gateway-list 172.16.0.254
network 172.16.0.0 mask 255.255.240.0
dns-list 8.8.8.8#设置VLANIF 10网关
interface Vlanif 10
ip address 172.16.0.254 255.255.240.0
dhcp select global
=====================================================
display ip interface brief #查看端口IP信息
display ip routing-table #查看路由表
interface GiabitEthernet 0/0/3 #端口配置
undo shutdown #开启端口
ip address 10.10.10.1 24 #设置端口IP地址(端口视图下)
display this #查看当前端口配置
======================================================
display ip pool name DAR_DHCP_Wireless_users used #系统视图下,查看IP占用
reset ip pool name DAR_DHCP_Wireless_users 172.168.21.111 #用户视图下,去除IP占用
======================================================
display ip pool name hospital all #查看所有分配的IP
undo static-bind ip-address 172.16.120.239 #解除占用IP
undo static-bind mac-address 00E0-4C88-0518 #解除MAC地址
#ip pool name 下绑定MAC地址
static-bind ip-address 172.16.120.239 mac-address 00E0-4C88-0518
还没有人抢沙发呢~