-
-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
7,507 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
ACS-MIB DEFINITIONS ::= BEGIN | ||
|
||
-------------------------------------------------------------------------------- | ||
-- Avocent ACS MIB | ||
-- Copyright 2009 Avocent Corporation | ||
-- Revision: 2.0.0 | ||
-- Last Modified: November 30, 2009 | ||
-- Revision: 2.0.1 | ||
-- Last Modified: October 10, 2010 | ||
-------------------------------------------------------------------------------- | ||
|
||
ACS-MIB DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
Gauge,TimeTicks,IpAddress,Counter,NetworkAddress | ||
FROM RFC1155-SMI | ||
|
@@ -38,16 +38,18 @@ IMPORTS | |
-- avocent OBJECT IDENTIFIER ::= { enterprises 10418 } | ||
|
||
acs MODULE-IDENTITY | ||
LAST-UPDATED "200912110000Z" | ||
LAST-UPDATED "201010100000Z" | ||
ORGANIZATION "Avocent Corporation" | ||
CONTACT-INFO "postal : Avocent Corporation | ||
3541 Gateway Boulevard | ||
47281 Bayside Parkway | ||
Fremont, CA 94538, USA | ||
e-mail : Technical Support | ||
[email protected]" | ||
DESCRIPTION | ||
"This module defines the Avocent MIB extensions to | ||
ACS60xx products." | ||
REVISION "201010100000Z" | ||
DESCRIPTION "Add products acs6004 and acs6008" | ||
REVISION "200912110000Z" | ||
DESCRIPTION "Extended acsPowerMgmt to support data monitoring | ||
and Avocent PM-PDUs" | ||
|
@@ -61,6 +63,8 @@ acsManagement OBJECT IDENTIFIER ::= { acs 2 } | |
acs6016 OBJECT IDENTIFIER ::= { acsProducts 1 } -- 10418.16.1.1 | ||
acs6032 OBJECT IDENTIFIER ::= { acsProducts 2 } -- 10418.16.1.2 | ||
acs6048 OBJECT IDENTIFIER ::= { acsProducts 3 } -- 10418.16.1.3 | ||
acs6004 OBJECT IDENTIFIER ::= { acsProducts 4 } -- 10418.16.1.4 | ||
acs6008 OBJECT IDENTIFIER ::= { acsProducts 5 } -- 10418.16.1.5 | ||
|
||
acsAppliance OBJECT IDENTIFIER ::= { acsManagement 1 } -- 10418.16.2.1 | ||
acsSessions OBJECT IDENTIFIER ::= { acsManagement 2 } -- 10418.16.2.2 | ||
|
Oops, something went wrong.