11.11. SNMP

简介:
snmp-server host 172.16.0.5 ro 		"安装了MRTG和Cacti服务器地址
snmp-server location Shenzhen 		"位置描述
snmp-server contact netkiller@example.com
snmp-server community public ro
snmp-server enable traps
		
2911(config)#do show snmp
Chassis: FGL1607125L
Contact: netkiller@68msn.com
Location: Shenzhen
0 SNMP packets input
    0 Bad SNMP version errors
    0 Unknown community name
    0 Illegal operation for community name supplied
    0 Encoding errors
    0 Number of requested variables
    0 Number of altered variables
    0 Get-request PDUs
    0 Get-next PDUs
    0 Set-request PDUs
    0 Input queue packet drops (Maximum queue size 1000)
0 SNMP packets output
    0 Too big errors (Maximum packet size 1500)
    0 No such name errors
    0 Bad values errors
    0 General errors
    0 Response PDUs
    0 Trap PDUs
SNMP Dispatcher:
   queue 0/75 (current/max), 0 dropped
SNMP Engine:
   queue 0/1000 (current/max), 0 dropped

SNMP logging: enabled
    Logging to 172.16.0.5.162, 0/10, 0 sent, 0 dropped.
    Logging to 192.168.1.246.162, 0/10, 0 sent, 0 dropped.
		





原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
1月前
|
监控 数据库
SNMP-详解指南
SNMP(Simple Network Management Protocol,简单网络管理协议)是一种广泛应用于互联网上的网络管理协议。它提供了一种标准化的方法,使得网络管理员能够收集、组织、解释和显示网络设备的管理信息,从而实现对网络资源的有效监控和控制。
85 13
|
8月前
|
监控 Java API
SNMP介绍与使用
SNMP(Simple Network Management Protocol)是一种用于网络管理的标准协议,它可以让管理者监控和管理网络设备和应用程序。SNMP使用客户端-服务端模型,其中网络设备和应用程序充当服务端,而管理者则充当客户端。
144 0
|
8月前
|
网络协议 数据安全/隐私保护 网络架构
SNMP 简单介绍
简单网络管理协议(Simple Network Management Protocol--SNMP),用于管理和监视Internet 协议网络中的网络连接设备,底层使用udp传输。SNMP用于网络设备管理,管理员可以通过读写权限来读取和操作管理网络设备
45 1
|
存储 监控 网络协议
SNMP(二)
SNMP(二)
119 0
SNMP(二)
|
安全 Shell