📄 otp-snmpea-mib.mib
字号:
OTP-SNMPEA-MIB DEFINITIONS ::= BEGINIMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32, IpAddress FROM SNMPv2-SMI DisplayString, RowStatus, StorageType FROM SNMPv2-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF otpModules, otpApplications FROM OTP-REG ;otpSnmpeaModule MODULE-IDENTITY LAST-UPDATED "0305130000Z" ORGANIZATION "Ericsson" CONTACT-INFO "Contact: Erlang Support see license agreement for Erlang/OTP." DESCRIPTION "This MIB module defines MIB objects for the SNMPEA component in OTP." REVISION "0305130000Z" DESCRIPTION "Changed CONTACT-INFO as it was outdated, made it more generic to avoid such changes in the future." REVISION "9808280000Z" DESCRIPTION "Since there are standard MIBs in the SNMPv3 framework that implements the functionality defined in this MIB, all objects in this MIB is now obsolete. There are still a few OID assignments defined in this MIB. Removed intCommunityTable; replaced by snmpCommunityTable in SNMP-COMMUNITY-MIB. Removed intAddressTable; replaced by SNMP-TARGET-MIB. Removed intAgentMaxPacketSize, replaced by snmpEngineMaxPacketSize in SNMP-FRAMEWORK-MIB. Removed intAgentIpAddress and intAgentUDPPort. Removed intViewTable, replaced by SNMP-VIEW-BASED-ACM-MIB." REVISION "9804160000Z" DESCRIPTION "Updated to support MIBs from SNMPv3. Since SNMPv3 standardizes some of the functionality provided by this MIB, we're using the standard instead. Removed intTrapDestTable; replaced by SNMP-TARGET-MIB and SNMP-NOTIFICATION-MIB." REVISION "9709220900Z" DESCRIPTION "The initial version of this MIB module. It is the old INTERNAL-MIB renamed." ::= { otpModules 5 }otpSnmpeaMIB OBJECT IDENTIFIER ::= { otpApplications 3 }otpSnmpeaMIBConformance OBJECT IDENTIFIER ::= { otpSnmpeaMIB 1 }otpSnmpeaMIBObjects OBJECT IDENTIFIER ::= { otpSnmpeaMIB 2 }snmpeaAdm OBJECT IDENTIFIER ::= { otpSnmpeaMIBObjects 1}community OBJECT IDENTIFIER ::= { snmpeaAdm 1 }trap OBJECT IDENTIFIER ::= { snmpeaAdm 2 }view OBJECT IDENTIFIER ::= { snmpeaAdm 3 }-- Obsolete objects-- The Administration Group---- This group consists of objects to configure the access for-- managers to the MIB tree.---- These objects were previously defined in INTERNAL-MIBintCommunityTable OBJECT-TYPE SYNTAX SEQUENCE OF IntCommunityEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "This table defines access for the different communities. When a request comes from a certain ip address, referring to a community string, the mib view and access corresponding to these are looked up in this table. Then the operation is validatated against the access, and all requested objects validated against the mib view." ::= { community 1 }intCommunityEntry OBJECT-TYPE SYNTAX IntCommunityEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "" INDEX { intCommunityDestination, intCommunityString } ::= { intCommunityTable 1 }IntCommunityEntry ::= SEQUENCE { intCommunityDestination IpAddress, intCommunityString DisplayString, intCommunityViewIndex Integer32, intCommunityAccess INTEGER, intCommunityStatus RowStatus }intCommunityDestination OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "The ip address of a management station. The special ip address {0.0.0.0} is a wildcard, meaning all possible ip addresses. In this way, access can be granted to all ip addressed for some communities." ::= { intCommunityEntry 1 }intCommunityString OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "The community string, defining the community." ::= { intCommunityEntry 2 }intCommunityViewIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "Identifies a mib view. Index into the intViewTable." ::= { intCommunityEntry 3 }intCommunityAccess OBJECT-TYPE SYNTAX INTEGER { read(1), readWrite(2) } MAX-ACCESS read-create STATUS obsolete DESCRIPTION "Defines which operations the manager can perform on the objects in the mib view." ::= { intCommunityEntry 4 }intCommunityStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The status of this conceptual row in the intCommunityTable." ::= { intCommunityEntry 5 }intAgentIpAddress OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The IP address of this agent." ::= { community 2 }intAgentUDPPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The UDP port the agent listens to." ::= { community 3 }intAgentMaxPacketSize OBJECT-TYPE SYNTAX Integer32 (484..65535) MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The maximum packet size in bytes this agent will send to a manager." ::= { community 4 }intAddressTable OBJECT-TYPE SYNTAX SEQUENCE OF IntAddressEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "This table holds UDP related information on each known management station." ::= { community 5 }intAddressEntry OBJECT-TYPE SYNTAX IntAddressEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "" INDEX { intAddressDestination } ::= { intAddressTable 1 }IntAddressEntry ::= SEQUENCE { intAddressDestination IpAddress, intAddressUDPPort Integer32, intAddressMaxPacketSize Integer32 (484..65535), intAddressStatus RowStatus }intAddressDestination OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "The ip address of the management station." ::= { intAddressEntry 1 }intAddressUDPPort OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The UDP port to which traps will be sent to this destination." DEFVAL { 162 } ::= { intAddressEntry 2 }intAddressMaxPacketSize OBJECT-TYPE SYNTAX Integer32 (484..65535) MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The maximum packet size in bytes for Messages sent to this destination. The max size of a packet sent to this destination will be the minumim of this variable and agentMaxPacketSize.0." ::= { intAddressEntry 3 }intAddressStatus OBJECT-TYPE SYNTAX RowStatus MAX-ACCESS read-create STATUS obsolete DESCRIPTION "The status of this conceptual row in the intAddressTable." ::= { intAddressEntry 4 }intTrapDestTable OBJECT-TYPE SYNTAX SEQUENCE OF IntTrapDestEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "The intTrapDestTable defines to which destination all traps for a specific community should be sent." ::= { trap 1 }intTrapDestEntry OBJECT-TYPE SYNTAX IntTrapDestEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "" INDEX { intTrapDestCommunityString, intTrapDestDestination } ::= { intTrapDestTable 1 }IntTrapDestEntry ::= SEQUENCE { intTrapDestCommunityString DisplayString, intTrapDestDestination IpAddress, intTrapDestStatus RowStatus, intTrapDestSnmpVersion INTEGER }intTrapDestCommunityString OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -