华为服务器SNMP协议怎么修改,华为S5700交换机开启SNMP协议

news/2024/12/5 3:09:15/

1、配置Vlan 1的IP

system-view

[S5700]interface vlanif 1

[S5700-vlanif1] ip address 192.168.0.11 255.255.255.0

[S5700-vlanif]quit

2、 [S5700]snmp-agent sys-info version

v2    这个v2是对应的cacti中的snmp协议版本;

[S5700]snmp-agent community read ci Public123456   团体名

[S5700]snmp-agent trap enable

[S5700]snmp-agent target-host trap address udp-domain 192.168.0.12

udp-port 161 params securityname Public123456

[S5700]snmp-agent target-host trap address udp-domain 192.168.0.12

params securityname Public123456  允许向SNMP服务器192.168.0.12发送Trap报文,使用的团体名为public/

[S5700]quit

save 保存

display

current-configuration   查看当前配置

3、恢复交换机默认设置

reset

saved-configuration   注意:使用此命令时系统有提示,请根据提示操作

reboot                      重启交换

整个SNMP协议开启过程设置完毕;

补充华为无线控制器开启snmp

2、 [AC6005]snmp-agent sys-info version

v2    这个v2是对应的cacti中的snmp协议版本;

[AC6005]snmp-agent community read ci Public123456   团体名

[AC6005]snmp-agent trap enable

[AC6005]snmp-agent target-host trap-hostname AC6005 address 192.168.1.15 trap-paramsname Public123456


http://www.ppmy.cn/news/166471.html

相关文章

华为交换机S5700多个端口镜像

默认该交换机只支持3对上下行镜像,可以通过远程vlan镜像实现多个端口监听 默认监听方法 observe-port 1 interface GigabitEthernet0/0/48 observe-port 2 interface GigabitEthernet0/0/47 observe-port 3 interface GigabitEthernet0/0/46 observe-port 1 forwarding dis…

华为S5700-24TP-SI-AC,MIB库文件

官网下载地址:https://support.huawei.com/enterprise/zh/switches/s5700-pid-6691579/software/21553101?idAbsPathfixnode01%7C7919710%7C21782164%7C21782167%7C22318564%7C6691579 下载第一个就行,MIB_2015-03-03.rar 云盘下载地址(如…

Ruijie S5700系列光电复用端口遇到的问题

最近返校毕业答辩,正好将之前熔的光纤整理一下,换成高密度的光纤配线箱。 两个设备互联: S5750C-28SFP4XS-H gigabitEthernet 0/1 AM5528(ES) TenGigabitEthernet 0/28 发现一个设备离线,开始进行光路检测,光功率…

华为S5700系列console修改登录方式

Password: system-view [HUAWEI]user-interface console 0 #进入console口 [HUAWEI-ui-console0]authentication-mode aaa #console启动aaa认证模式 Info: The password of CON0 will be changed. Please verify the old password. Please enter old password: #密码验证 Warni…

华为S5700交换机初始化和配置telnet,ssh用户方法

通过串口线配置S5700 的管理IP地址和网关&#xff0c;串口线接在交换机的console口&#xff0c;ip设置完成后网线接在ETH口&#xff1a; <Quidway> system-view [Quidway] interface Meth 0/0/1 [Quidway-Meth0/0/1]ip address x.x.x.x 255…

华为s5700-SI交换机常用命令

交换机的三种模式: 1、Access模式: 一般用来连接计算机与交换机. 此模式下有一个PVID就是本端口所属的VLAN号,如果从链路上收到无标签的帧,则打上默认VLAN号,然后发给其他端口,如果从链路上收到有标签的帧,如果这个帧的VLAN等于PVID,则直接发给其他端口,如果不等于PVID,则直接…

交换机设备登录账号权限1_华为交换机S5700设置远程ssh telnet登录

AAA是指&#xff1a;authentication(认证)、authorization(授权)、accounting(计费)的简称&#xff0c;是网络安全的一种管理机制&#xff1b;Authentication是本地认证/授权&#xff0c;authorization和accounting是由远处radius(远程拨号认证系统)服务或hwtacacs(华为终端访问…

华为S5700开启SNMP协议+zabbix监控

测试环境ENPS------S3700交换机&#xff1a;192.168.205.33 zabbix服务器------centos 7 zabbix3.4:192.168.205.19 Switch配置 S2]undo info-center enable [S2]inter Vlanif 1 [S2-Vlanif1]ip add 192.168.205.33 24 \\设置vlan 1 IPaddress [S2-Vlanif1]q [S2] [S2]…