librenms/mibs/hillstone/HILLSTONE-IP-MIB
Alan Gregory 977796382d StoneOs improvements (#8155)
* Added snmp mibs from vendor (https://www.hillstonenet.com)

* Added memoery discovery and pool

* Added serial and os version discovery.

* Added cpu discovery.

* Added temperature and power sensors

* Added test data.

* Fix yaml format.

* Pass mib name as parameter.

* Pass mib name as parameter.

* Use numeric OID

* User snmp_get_multi_oid

* Use snmp_get_multi_oid

* Remove default extension from vendor.

* Update test data.

* Renamed some mibs + changed oid in disco proc

* Updated json test data

* Update processor discovery to yaml
2018-02-07 23:28:46 -06:00

46 lines
1.1 KiB
Plaintext

-- **********************************************************************
-- HILLSTONE-IP-MIB
--
-- Copyright (c) 2009 by Hillstone Networks, Inc.
-- All rights reserved.
--
-- Version: V3
-- Description: Hillstone Networks IP MIB Object Identifier Assignments
-- **********************************************************************
--
HILLSTONE-IP-MIB DEFINITIONS ::= BEGIN
IMPORTS
hillstoneIp
FROM HILLSTONE-SMI
OBJECT-TYPE
FROM RFC-1212;
-- textual conventions
DisplayString ::=
OCTET STRING
-- This data type is used to model textual information taken
-- from the NVT ASCII character set. By convention, objects
-- with this syntax are declared as having
--
-- SIZE (0..255)
hillstoneIpObjects OBJECT IDENTIFIER ::= { hillstoneIp 1 }
hillstoneIpAddressFamily OBJECT-TYPE
SYNTAX INTEGER
{
ipv4(1),
ipv6(2),
other(3)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The address family of this interface."
::= { hillstoneIpObjects 1 }
END