Skip to content

Commit

Permalink
siemens mibs (#100)
Browse files Browse the repository at this point in the history
actual mibs submitted in #97 by @fragfutter but something went wrong there with reports/all.
  • Loading branch information
inphobia authored Oct 2, 2019
1 parent 45552d6 commit b851f60
Show file tree
Hide file tree
Showing 10 changed files with 52,957 additions and 41 deletions.
1 change: 1 addition & 0 deletions EXTRAS/contrib/snmp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ mibdirs +/usr/local/netdisco/mibs/riverbed
mibdirs +/usr/local/netdisco/mibs/ruckus
mibdirs +/usr/local/netdisco/mibs/schleifenbauer
mibdirs +/usr/local/netdisco/mibs/sentry
mibdirs +/usr/local/netdisco/mibs/siemens
mibdirs +/usr/local/netdisco/mibs/sixnet
mibdirs +/usr/local/netdisco/mibs/sonicwall
mibdirs +/usr/local/netdisco/mibs/teleste
Expand Down
5 changes: 5 additions & 0 deletions EXTRAS/indexes/cache/siemens
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
7 changes: 7 additions & 0 deletions EXTRAS/indexes/mib_index2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4350,6 +4350,13 @@ SDEVICE-MIB sdevice-mib.mib
VENDOR sentry
Sentry3-MIB Sentry3.mib

VENDOR siemens
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

VENDOR sixnet
SIXNET-MIB SIXNET-MIB.txt

Expand Down
3,456 changes: 3,415 additions & 41 deletions EXTRAS/reports/all

Large diffs are not rendered by default.

5,482 changes: 5,482 additions & 0 deletions EXTRAS/reports/siemens

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions siemens/AUTOMATION-SMI.txt
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
Loading

0 comments on commit b851f60

Please sign in to comment.