-
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
actual mibs submitted in #97 by @fragfutter but something went wrong there with reports/all.
- Loading branch information
Showing
10 changed files
with
52,957 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
AUTOMATION-SMI AUTOMATION-SMI.txt | ||
AUTOMATION-SYSTEM-MIB AUTOMATION-SYSTEM-MIB.txt | ||
AUTOMATION-TC AUTOMATION-TC.txt | ||
SIEMENS-SMI SIEMENS-SMI.txt | ||
SN-MSPS-SCX-MIB SN-MSPS-SCX-MIB.txt |
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 |
---|---|---|
@@ -0,0 +1,148 @@ | ||
-- ---------------------------------------------------------------------- | ||
-- automationSmi.mib | ||
-- | ||
-- SIEMENS AG | ||
-- Industry Sector | ||
-- | ||
-- Industry Automation Division Structure of Management Information | ||
-- | ||
-- Copyright (c) 2005-2013 Siemens AG | ||
-- All rights reserved. | ||
-- ---------------------------------------------------------------------- | ||
|
||
AUTOMATION-SMI DEFINITIONS ::= BEGIN | ||
|
||
IMPORTS | ||
siemens FROM SIEMENS-SMI | ||
MODULE-IDENTITY, | ||
OBJECT-IDENTITY FROM SNMPv2-SMI; | ||
|
||
automation MODULE-IDENTITY | ||
LAST-UPDATED "201306250000Z" | ||
ORGANIZATION "Siemens AG" | ||
CONTACT-INFO " | ||
Siemens AG | ||
Industry Sector | ||
I IA AS CTO SYA | ||
SNMP Automation Registration Authority | ||
|
||
Postal: Gleiwitzer Strasse 555 | ||
Nuremberg-Moorenbrunn | ||
D-90475 | ||
Tel: +49 911 895 0 | ||
E-mail: [email protected] | ||
" | ||
DESCRIPTION " | ||
The root object identifier of Siemens automation MIB. | ||
The MIB module provides the structure of | ||
management information of Siemens AG, | ||
Industry Sector | ||
Industry Automation Division | ||
" | ||
|
||
REVISION "201306250000Z" | ||
DESCRIPTION "added SitopPower branch" | ||
|
||
REVISION "201207270000Z" | ||
DESCRIPTION "Bugfixes and corrections according to SPH V1.2." | ||
|
||
REVISION "200811100000Z" | ||
DESCRIPTION "Update the contact information" | ||
|
||
REVISION "200806020000Z" | ||
DESCRIPTION "declaration of siemens node will be imported | ||
now from SIEMENS-SMI" | ||
|
||
REVISION "200804290000Z" | ||
DESCRIPTION "declaration of siemens node moved into | ||
declaration of MODULE IDENTITY." | ||
|
||
REVISION "200501120000Z" | ||
DESCRIPTION "Initial Version of the MIB module." | ||
::= { siemens 6 } | ||
|
||
automationProducts OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION " | ||
automationProducts is the product specific | ||
subtree. The root OIDs of the product | ||
subtrees are used as sysObjectID as well. | ||
" | ||
::= { automation 1 } | ||
|
||
automationPlc OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for SIMATIC S7 PLC products." | ||
::= { automationProducts 1 } | ||
|
||
automationSimaticNet OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for SIMATIC NET products." | ||
::= { automationProducts 2 } | ||
|
||
automationMotionControl OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for motion control products of | ||
Siemens." | ||
::= { automationProducts 3 } | ||
|
||
automationHmi OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for SIMATIC HMI products." | ||
::= { automationProducts 4 } | ||
|
||
automationSitopPower OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for Sitop Power products." | ||
::= { automationProducts 5 } | ||
|
||
automationModules OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION " | ||
This subtree is reserved for | ||
administratively assigned | ||
OBJECT IDENTIFIERS, i.e. those which | ||
are not associated with MIB objects. | ||
These could be TEXTUAL CONVENTIONS, | ||
module registration and so on. | ||
" | ||
::= { automation 2 } | ||
|
||
automationMgmt OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "The subtree which contains the MIB | ||
modules to manage a Siemens | ||
automation system." | ||
::= { automation 3 } | ||
|
||
automationAgentCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for agent profiles." | ||
::= { automation 4 } | ||
|
||
automationPlcAgentCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for SIMATIC S7 agent profiles." | ||
::= { automationAgentCapability 1 } | ||
|
||
automationSimaticNetAgentCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for SIMATIC NET agent profiles." | ||
::= { automationAgentCapability 2 } | ||
|
||
automationMotionControlAgentCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for motion control agent profiles." | ||
::= { automationAgentCapability 3 } | ||
|
||
automationHmiAgentCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for HMI agent profiles." | ||
::= { automationAgentCapability 4 } | ||
|
||
automationSitopPowerCapability OBJECT-IDENTITY | ||
STATUS current | ||
DESCRIPTION "Subtree for Sitop Power agent profiles." | ||
::= { automationAgentCapability 5 } | ||
|
||
END |
Oops, something went wrong.