博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Zabbix 监控 Cisco ASA5525 流量
阅读量:5973 次
发布时间:2019-06-19

本文共 3262 字,大约阅读时间需要 10 分钟。

简介:

Zabbix 监控 Cisco ASA5525 网络接口流量

一、Zabbix 支持 SNMP、Cisco 开启 SNMP

二、测试

shell > snmpwalk -v 2c -c public 192.168.2.254 system  # 查看系统信息SNMPv2-MIB::sysDescr.0 = STRING: Cisco Adaptive Security Appliance Version 8.6(1)2SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::enterprises.9.1.1408DISMAN-EVENT-MIB::sysUpTimeInstance = Timeticks: (3248815000) 376 days, 0:29:10.00SNMPv2-MIB::sysContact.0 = STRING: SNMPv2-MIB::sysName.0 = STRING: ciscoasaSNMPv2-MIB::sysLocation.0 = STRING: SNMPv2-MIB::sysServices.0 = INTEGER: 4

# -v 指定版本,-c 指定共同体名,IP,指令

shell > snmpwalk -v 2c -c public 192.168.2.254 interface  # 查看接口信息

# IF-MIB::ifDescr 接口名称

# IF-MIB::ifType 类型
# IF-MIB::ifSpeed 速率
# IF-MIB::ifMtu MTU
# IF-MIB::ifPhysAddress MAC
# IF-MIB::ifAdminStatus 状态
# IF-MIB::ifInOctets 传输字节数

# 等

三、确认需要监控网络接口

ciscoasa > show running-config interface!interface GigabitEthernet0/0 duplex full nameif outside-1 security-level 0 ip address xx.xx.xx.xx 255.255.255.224

# Cisco ASA 查看发现,GigabitEthernet0/0 为 outside-1 即外网接口,且配置着公网IP

shell > snmpwalk -v 2c -c public 192.168.2.254 ifDescrIF-MIB::ifDescr.2 = STRING: Adaptive Security Appliance 'asa_mgmt_plane' interfaceIF-MIB::ifDescr.3 = STRING: Adaptive Security Appliance 'outside-1' interfaceIF-MIB::ifDescr.4 = STRING: Adaptive Security Appliance 'GigabitEthernet0/1' interfaceIF-MIB::ifDescr.5 = STRING: Adaptive Security Appliance 'inside' interfaceIF-MIB::ifDescr.6 = STRING: Adaptive Security Appliance 'GigabitEthernet0/3' interfaceIF-MIB::ifDescr.7 = STRING: Adaptive Security Appliance 'GigabitEthernet0/4' interfaceIF-MIB::ifDescr.8 = STRING: Adaptive Security Appliance 'GigabitEthernet0/5' interfaceIF-MIB::ifDescr.9 = STRING: Adaptive Security Appliance 'GigabitEthernet0/6' interfaceIF-MIB::ifDescr.10 = STRING: Adaptive Security Appliance 'GigabitEthernet0/7' interfaceIF-MIB::ifDescr.11 = STRING: Adaptive Security Appliance 'Internal-Data0/1' interfaceIF-MIB::ifDescr.12 = STRING: Adaptive Security Appliance 'cplane' interfaceIF-MIB::ifDescr.13 = STRING: Adaptive Security Appliance 'mgmt_plane_int_tap' interfaceIF-MIB::ifDescr.14 = STRING: Adaptive Security Appliance 'Management0/0' interfaceIF-MIB::ifDescr.15 = STRING: Adaptive Security Appliance 'Virtual254' interface

# 服务器上查找,返现 outside-1 对应的设备 ID 为 IF-MIB::ifDescr.3

shell > snmpwalk -v 2c -c public 192.168.2.254 IF-MIB::ifInOctets.3   # 外网口进方向IF-MIB::ifInOctets.3 = Counter32: 2965376258shell > snmpwalk -v 2c -c public 192.168.2.254 IF-MIB::ifOutOctets.3  # 外网口出方向IF-MIB::ifOutOctets.3 = Counter32: 3522107956

四、创建主机、模板

1、主机

创建主机 -> SNMP 192.168.2.254 161 -> 创建

2、模板

创建模板 -> 模板名称 Cisco -> 群组 Templates -> 创建创建应用 -> network interface创建监控项 -> 名称 GigabitEthernet0/0 - In           -> 类型 SNMPv2 端点代理模式           -> 键值 ifHCInOctets.3           -> SNMP OID IF-MIB::ifHCInOctets.3           -> SNMP community public           -> 单位 bps           -> 使用自定倍数 8           -> 存储值 差量(每秒速率)           -> 应用集 network interface           -> 创建

# 拿到的是 byte 要转换成 bit 即 bps,1 byte = 8 bit,所以要设置倍数为 8

# 照这样设置 GigabitEthernet0/0 - Out 即可,注意键值为 ifHCOutOctets.3,OID 为 OID IF-MIB::ifHCOutOctets.3

3、图形

创建图形 -> 名称 GigabitEthernet0/0 -> 加入监控项 -> 绘图风格 梯度线 -> 设置颜色 -> 创建

五、为主机添加模板

主机 -> 模板 -> 选择模板 -> Cisco -> 添加 -> 更新

# 收工 !

转载于:https://www.cnblogs.com/wangxiaoqiangs/p/6898263.html

你可能感兴趣的文章
【Linux系统编程】 Linux系统调用概述
查看>>
SQL Server Reporting Services:无法检索应用程序文件。部署中的文件已损坏
查看>>
hive中partition如何使用
查看>>
查看mysql数据库版本方法总结
查看>>
大牛手把手教你做日历(建议你看看,你会有收获的)
查看>>
Django中的ORM
查看>>
iOS开发UI篇—Quartz2D使用(图片剪切)
查看>>
spring学习笔记(20)数据库事务并发与锁详解
查看>>
关于Simple_html_dom的小应用
查看>>
鲁肃:蚂蚁金服的三个梦想
查看>>
【springmvc+mybatis项目实战】杰信商贸-27.POI由HSSF升级为XSSF
查看>>
数学常数e的含义
查看>>
APM基础小记
查看>>
MVC
查看>>
CentOS 7 下 Oracle 11g 安装教程
查看>>
JS·基础(一)
查看>>
# 学习笔记-协议# OSI七层模型 与 TCP/IP五层协议
查看>>
Callbacks, Promises and Async/Await
查看>>
华为程序员:加6天班!加班费1.4万元!网友:我能加到它破产
查看>>
解读 JavaScript 之引擎、运行时和堆栈调用
查看>>