一、
OmniStack LS 6248交换机配置
Usb—db9母线和网线连接console口
断电重启----ESC----2----删除配置文件boot.cfg
断电重启-----Unit------1/e1—vlan1初始化完成
二、
安装usb驱动
下载超级终端Windows NT(运行hypertrm.exe)
文件—新建—文件名(任意)--com口(我这里是windows系统com5口)控制面板\系统和安全\系统\设备管理器中找到—端口(COM)---端口设置9600—8—无—1—无
三、
用超级终端hypertrm.exe登录
新建文件—链接到—区号020—链接时使用(com5)---登录交换机
四、
终端设置如下:
console# configure
console(config)# interface vlan 1
console(config-if)# ip address 192.168.1.1 255.255.255.0
console(config-if)# ip default-gateway 192.168.1.254
console(config-if)# exit
console(config)# interface ethernet 1/e1
console(config-if)# switchport access vlan 1
console(config-if)# exit
console(config)# exit
console# show running-config
interface vlan 1
ip address 192.168.1.1 255.255.255.0
exit
ip default-gateway 192.168.1.254
console(config)# snmp-server community public rw
console(config)# snmp-server trap authentication
console(config)# snmp-server host 192.168.1.1 public
检测时用:
console> enable
console# show running-config
interface ethernet 1/e1
shutdown
exit
interface vlan 1
ip address 192.168.1.1 255.255.255.0
exit
ip default-gateway 192.168.1.254
snmp-server community public rw view Default
snmp-server host 192.168.1.1 public 2
console# configure
console(config)# interface ethernet 1/e1
console(config-if)# no shutdown
01-Jan-2000 02:56:32 %LINK-I-Up: Vlan 1
console(config-if)# 01-Jan-2000 02:56:32 %LINK-I-Up: 1/e1
01-Jan-2000 02:56:32 %LINK-W-Down: Vlan 1
01-Jan-2000 02:56:32 %LINK-W-Down: 1/e1
01-Jan-2000 02:56:35 %LINK-I-Up: Vlan 1
五、
本地主机设置
打开网络共享中心—更改适配器设置---网络---常规----ip地址:192.168.1.2 子网掩码:255.255.255.0 网关:192.168.1.254
cmd --- ping 192.168.1.1
下载安装getif
getif---interface—host—192.168.1.1---start----interfaces—查看
六、
Zabbix配置
Zabbix-server:开启snmp服务
226 rpm -qa |grep snmp
227 cat /etc/snmp/snmpd.conf
228 service snmpd status
229 service snmpd start
230 service snmpd status
231 ss -tunlp | grep snmpd
七、
Web页面配置:
组态---主机—创建主机---192.168.1.1---群组
在...群组之中Linux server---SNMP界面---192.168.1.1 161—使用大量请求—已启动—更新
配置-主机-勾选要加模版的主机-批量更新-模版-勾选模版链接-选择-找到模版--勾选替换-更新
组态—主机—图形—创建图形—填写图形名称—选择监控项目—群组—主机—添加—添加
在监控中—图形查看图形
八、
检测
用超级终端登录交换机设置端口参数等测试
观察zabbix图形变化或者告发送到邮件、告警发送到微信公众号