作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 Ubuntu 14.04 上配置 SNMP。有一个步骤,我必须与 sysLocation
一起编辑社区字符串和 sysContact
但我不确定那里有什么。什么是sysLocation
和 sysContact
snmpd.conf 文件中的对象以及如何为我的机器获取这些值?
最佳答案
所有 SNMP 设备共享以下常见的可配置参数:
sysLocation OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The physical location of this node (e.g., 'telephone closet,
3rd floor')."
::= { system 6 }
sysContact OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The textual identification of the contact person for this managed
node, together with information on how to contact this person."
::= { system 4 }
关于snmp - snmpd.conf 中的 sysLocation 和 sysContact 对象是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27352300/
我正在尝试在 Ubuntu 14.04 上配置 SNMP。有一个步骤,我必须与 sysLocation 一起编辑社区字符串和 sysContact但我不确定那里有什么。什么是sysLocation和
我是一名优秀的程序员,十分优秀!