请帮忙查看下该MIB库是否符合规范,谢谢
时间:2011-11-16
来源:互联网
SNMP-MAS DEFINITIONS ::= BEGIN
IMPORTS
DisplayString, MacAddress, DateAndTime, RowStatus
FROM SNMPv2-TC
DisplayString
FROM RFC1213-MIB
enterprises, MODULE-IDENTITY, OBJECT-TYPE, IpAddress
FROM SNMPv2-SMI
Unsigned32, Integer32, NOTIFICATION-TYPE, OBJECT-IDENTITY
FROM SNMPv2-SMI;
SNMPMAS MODULE-IDENTITY
LAST-UPDATED "201111140000Z"
ORGANIZATION "SNMPMAS Interfaces MIB Working Group"
CONTACT-INFO
" GZ JINGYUAN Technology Co ., Ltd.
17F BAOGONG Building,No 363 LongKouDong Rd.,Guangzhou
0755-86110012
[email protected]"
DESCRIPTION
"Through access to the platform,
the system administrator real-time view of the MAS server configuration,
fault, performance and other relevant data and operating conditions,
MAS server abnormal state,
the system administrator to timely access to relevant information and to arrange for troubleshooting,
effectively improve the stability and reliability of MAS operations.
OID:1.3.6.1.4.1.7890.9870.1.1.1 :mas server cpu useage
OID:1.3.6.1.4.1.7890.9870.1.1.2 :mas server physical memery useage
OID:1.3.6.1.4.1.7890.9870.1.1.3 :Hard disk space
OID:1.3.6.1.4.1.7890.9870.1.1.4 :probable alarm cause
OID:1.3.6.1.4.1.7890.9870.1.1.5 :the orgaddr of the mas server
OID:1.3.6.1.4.1.7890.9870.1.1.6 :mas server cpu useag
"
::= { enterprises 31 }
cmcc OBJECT IDENTIFIER ::= { enterprises 7890 }
mas OBJECT IDENTIFIER ::= { cmcc 9870 }
masPerformance OBJECT IDENTIFIER ::= { mas 1 }
masDeviceInfomation OBJECT IDENTIFIER ::= { masPerformance 1 }
cpuLoad OBJECT-TYPE
SYNTAX Integer32 ( 0 .. 100 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "mas server cpu useage(0~100%) = (CPU1 + CPU2 + ... CPUn)/n "
::= { masDeviceInfomation 1 }
phyMemUsage OBJECT-TYPE
SYNTAX Integer32 ( 0 .. 100 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "mas server physical memery useage(0~100%)"
::= { masDeviceInfomation 2 }
diskUsage OBJECT-TYPE
SYNTAX Integer32 ( 0 .. 100 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hard disk space(MB)"
::= { masDeviceInfomation 3 }
probableCause OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "probable alarm cause:
Hard disk space
or
High CPU utilization
or
Memory usage is too high
"
::= { masDeviceInfomation 4 }
masId OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "the orgaddr of the mas server(1065...)"
::= { masDeviceInfomation 5 }
deviceIpAddress OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "the ip of the mas server"
::= { masDeviceInfomation 6 }
END
IMPORTS
DisplayString, MacAddress, DateAndTime, RowStatus
FROM SNMPv2-TC
DisplayString
FROM RFC1213-MIB
enterprises, MODULE-IDENTITY, OBJECT-TYPE, IpAddress
FROM SNMPv2-SMI
Unsigned32, Integer32, NOTIFICATION-TYPE, OBJECT-IDENTITY
FROM SNMPv2-SMI;
SNMPMAS MODULE-IDENTITY
LAST-UPDATED "201111140000Z"
ORGANIZATION "SNMPMAS Interfaces MIB Working Group"
CONTACT-INFO
" GZ JINGYUAN Technology Co ., Ltd.
17F BAOGONG Building,No 363 LongKouDong Rd.,Guangzhou
0755-86110012
[email protected]"
DESCRIPTION
"Through access to the platform,
the system administrator real-time view of the MAS server configuration,
fault, performance and other relevant data and operating conditions,
MAS server abnormal state,
the system administrator to timely access to relevant information and to arrange for troubleshooting,
effectively improve the stability and reliability of MAS operations.
OID:1.3.6.1.4.1.7890.9870.1.1.1 :mas server cpu useage
OID:1.3.6.1.4.1.7890.9870.1.1.2 :mas server physical memery useage
OID:1.3.6.1.4.1.7890.9870.1.1.3 :Hard disk space
OID:1.3.6.1.4.1.7890.9870.1.1.4 :probable alarm cause
OID:1.3.6.1.4.1.7890.9870.1.1.5 :the orgaddr of the mas server
OID:1.3.6.1.4.1.7890.9870.1.1.6 :mas server cpu useag
"
::= { enterprises 31 }
cmcc OBJECT IDENTIFIER ::= { enterprises 7890 }
mas OBJECT IDENTIFIER ::= { cmcc 9870 }
masPerformance OBJECT IDENTIFIER ::= { mas 1 }
masDeviceInfomation OBJECT IDENTIFIER ::= { masPerformance 1 }
cpuLoad OBJECT-TYPE
SYNTAX Integer32 ( 0 .. 100 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "mas server cpu useage(0~100%) = (CPU1 + CPU2 + ... CPUn)/n "
::= { masDeviceInfomation 1 }
phyMemUsage OBJECT-TYPE
SYNTAX Integer32 ( 0 .. 100 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "mas server physical memery useage(0~100%)"
::= { masDeviceInfomation 2 }
diskUsage OBJECT-TYPE
SYNTAX Integer32 ( 0 .. 100 )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Hard disk space(MB)"
::= { masDeviceInfomation 3 }
probableCause OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "probable alarm cause:
Hard disk space
or
High CPU utilization
or
Memory usage is too high
"
::= { masDeviceInfomation 4 }
masId OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "the orgaddr of the mas server(1065...)"
::= { masDeviceInfomation 5 }
deviceIpAddress OBJECT-TYPE
SYNTAX DisplayString ( SIZE ( 0 .. 255 ) )
MAX-ACCESS read-only
STATUS current
DESCRIPTION "the ip of the mas server"
::= { masDeviceInfomation 6 }
END
作者: wanggg9o9o 发布时间: 2011-11-16
网络管理人员说是没有get和set说明,不是标准的MIB库,请帮帮忙!
作者: wanggg9o9o 发布时间: 2011-11-16
相关阅读 更多
热门阅读
-
office 2019专业增强版最新2021版激活秘钥/序列号/激活码推荐 附激活工具
阅读:74
-
如何安装mysql8.0
阅读:31
-
Word快速设置标题样式步骤详解
阅读:28
-
20+道必知必会的Vue面试题(附答案解析)
阅读:37
-
HTML如何制作表单
阅读:22
-
百词斩可以改天数吗?当然可以,4个步骤轻松修改天数!
阅读:31
-
ET文件格式和XLS格式文件之间如何转化?
阅读:24
-
react和vue的区别及优缺点是什么
阅读:121
-
支付宝人脸识别如何关闭?
阅读:21
-
腾讯微云怎么修改照片或视频备份路径?
阅读:28