Juniper-SNMP-MIB
- Registered at
- 1.3.6.1.4.1.4874.2.2.16
- Last updated
- 2008-09-30 06:59
- Organization
- Juniper Networks, Inc.
- Revisions
- 2008-09-30 06:59, 2008-04-03 10:29, 2006-09-18 08:09, 2006-04-26 13:49, 2006-01-01 00:00, 2005-06-23 13:49, 2005-05-12 21:53, 2004-06-23 13:49, 2004-01-05 16:09, 2003-12-10 15:00, 2003-02-05 22:24, 2002-11-20 14:40, 2002-08-15 20:18, 2002-08-14 19:09, 2001-11-07 17:09, 2001-11-07 15:00, 2001-05-08 12:06, 2000-08-02 00:00, 2000-05-09 00:00, 1999-02-17 00:00
- Namespace
- juniper
- Source file
Juniper-SNMP-MIB- Digest
sha256:63f705d89d56f38b7abdfe25c53a6297a0c1f7c52941a2bc5194887008ce6612
Description
MIB objects for configuring SNMP-based management access into Juniper E-series products.
Contact
Juniper Networks, Inc. Postal: 10 Technology Park Drive Westford, MA 01886-3146 USA Tel: +1 978 589 5800 Email: mib@Juniper.net
Imports
| From | Symbols |
|---|---|
| Juniper-MIBs | juniMibs |
| Juniper-TC | JuniEnable |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
Juniper-MIBs Juniper-SNMP-MIB Juniper-TC Juniper-UNI-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| JuniSnmpAccessListName TEXTUAL-CONVENTION An IP Access List name. Represents textual information taken from the NVT ASCII character set. The character repertoire of the string is restricted to printable, non-whitespace characters (codes 33 through 126). | current | |||
| JuniSnmpCommunityName TEXTUAL-CONVENTION An SNMP community name. Represents textual information taken from the NVT ASCII character set. The character repertoire of the string is restricted to printable, non-whitespace characters (codes 33 through 126). | current | |||
| JuniSnmpIntfCompRestrictedMask TEXTUAL-CONVENTION This octet string is interpreted as a bit mask, in which each bit corresponds to an interface restriction. The DESCRIPTION clause of a MIB object having this SYNTAX should specify the semantics of bit values '1' and '0'. Bit definitions are as follows, where bit 31 is the most significant bit of the first octet, and bit 0 is the least significant bit of the fourth octet: Bit interface restriction ----- ----------------------------------------------- 0 ifAdminStatus Down 1-31 Undefined. | current | |||
| JuniSnmpManagementApplicationIndex TEXTUAL-CONVENTION Identifies a management application: eventMgr - disman event MIB application | current | |||
| JuniSnmpTrapMask TEXTUAL-CONVENTION This octet string is interpreted as a bit mask, in which each bit corresponds to a category of SNMP trap. Bit definitions are as follows, where bit 63 is the most significant bit of the first octet, and bit 0 is the least significant bit of the eighth octet: Bit Category ----- ----------------------------------------------- 0 SNMP standard coldStart/warmStart/authenticationFailure traps 1 Standard linkUp/linkDown traps 2 Platform inventory traps 3 Environment (power, temperature, fan and memory) traps 4 Accounting (bulk statistics) traps 5 File transfer status trap 6 BGP traps 7 Log configuration traps 8 CLI security alert trap 9 Ping traps 10 OSPF traps 11 TraceRoute traps 12 Standard DVMRP traps 13 Proprietary DVMRP trap 14 Local address pool traps 15 ATM ping traps 16 VRRP traps 17 SONET layer traps 18 NTP traps 19 Radius clients trap 20 DisMan Event traps 21 DHCP traps 22 PIM traps 23 High Availability Redundancy traps 24 Route Table traps 25 IP Traps 26 Mirror Traps 27 Vpn Traps 28 Bfd Traps 29 Dos Protection Platform Traps 30 Mrouter Traps 31 Ldp Traps 32 Mobile IPv4 Traps 33 ISSU Traps 34-63 Undefined. | current | |||
| JuniTrapSeverity TEXTUAL-CONVENTION The set of trap severity values: trapEmergency(0) - system is unusable trapAlert(1) - action must be taken immediately trapCritical(2) - critical conditions trapError(3) - error conditions trapWarning(4) - warning conditions trapNotice(5) - normal but significant condition trapInformational(6) - informational messages trapDebug(7) - debug-level messages | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| juniSnmpObjects OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.1 | |||
| juniSnmpGeneral OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.1.1 | |||
| juniSnmpMaxPduSize OBJECT-TYPE The maximum sized SNMP PDU, in bytes, that this agent is capable of handling. The default is 1500 bytes. The possibility of IP fragmentation should be considered when setting this object to large values. | 1.3.6.1.4.1.4874.2.2.16.1.1.1 | Integer32 (484..8192) | read-write | current |
| juniSnmpInterfaceMode OBJECT-TYPE The interface table mode for the SNMP agent(s) associated with this system. verbose(1) - the standard ifTable, ifXTable and ifStackTable contain entries for every standard and proprietary interface type supported by this system. compress(2) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Certain interface types like HDLC and IP and others are excluded from the standard tables but are manageable from proprietary MIBs. enhanced(3) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Enhanced mode cannot by configured at this time via SNMP. Attempts to set this value will fail. This object became obsolete when individual objects were added for each mode. | 1.3.6.1.4.1.4874.2.2.16.1.1.2 | INTEGER {verbose(1), compress(2), enhanced(3)} | read-write | obsolete |
| juniSnmpInterfaceCompress OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.1.1.3 | |||
| juniSnmpIntfCompCompressed OBJECT-TYPE true(1) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Certain interface types like HDLC and IP and others are excluded from the standard tables but are manageable from proprietary MIBs. false(2) - the standard ifTable, ifXTable and ifStackTable contain entries for every standard and proprietary interface type supported by this system. This configuration is applicable to all interface related tables until interface compression based on interface table-types is applied. If interface table-type based compression is applied, get operation on this object will correspond only to ifTable/ifXTable/juniIfTable and set operation on this object will fail. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.1 | TruthValue | read-write | current |
| juniSnmpIntfCompEnhanced OBJECT-TYPE This object governs which interface types are visible to SNMP management clients that use the standard ifTable, ifXTable and ifStackTable. The object is a variable length octet string that is interpreted as a bit mask. Each bit respresents a specific Juniper interface type that can be included or excluded in the standard interface tables. For each bit position in each octet of the string, a '1' or '0' indicates the corresponding interface type is either removed (compressed) from the standard interface MIB tables, or included respectively. Individual bit definitions follow the JuniIfType convention defined in the Juniper-UNI-IF-MIB. For example, ip(0) and ppp(1) correspond to bit definitions 0 and 1 respectively. In each octet, bit 0 is least significant, bit 7 most significant. This configuration is applicable to all interface related tables until interface compression based on interface table-types is applied. If interface table-type based compression is applied, get operation on this object will correspond only to ifTable/ifXTable/juniIfTable and set operation on this object will fail. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.2 | OCTET STRING (SIZE(5..16)) | read-write | current |
| juniSnmpIntfCompEnhancedDisplay OBJECT-TYPE This object displays the excluded interface types in human readable form. Three dots (...) at the end of display string indicates that the output has been truncated. The syntax rules are the same as for SNMP-FRAMEWORK-MIB.SnmpAdminString, except for the size constraint. This configuration is applicable to all interface related tables until interface compression based on interface table-types is applied. If interface table-type based compression is applied, this object will be applicable only to ifTable/ifXTable/juniIfTable. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.3 | OCTET STRING (SIZE(0..1000)) | read-only | current |
| juniSnmpIntfCompRestricted OBJECT-TYPE This object governs which interface instances appear to SNMP management clients that use the standard ifTable, ifXTable and ifStackTable. The control is based on a set of interface restrictions defined by JuniSnmpInterfaceModeRestrictedMask. For each bit position in each octet of the string, a '1' or '0' controls whether an interface instance that matches the restriction is removed or included in the standard interface MIB tables. For example, setting the value of this object to 1 will remove all interface instances with an ifAdminStatus of down(2). In each octet, bit 0 is least significant, bit 7 most significant. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.4 | JuniSnmpIntfCompRestrictedMask | read-write | current |
| juniSnmpIntfCompRestrictedDisplay OBJECT-TYPE This object displays the restrictions in human readable form. Three dots (...) at the end of display string indicates that the output has been truncated. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.5 | SnmpAdminString (SIZE(0..100)) | read-only | current |
| juniSnmpIntfCompTable OBJECT-TYPE This table contains enhanced compression bitmask based on table-type. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6 | not-accessible | current | |
| juniSnmpIntfCompEntry OBJECT-TYPE Each entry corresponds to a table type for which interface compression mask is applied. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1 | not-accessible | current | |
| juniSnmpIntfCompTableType OBJECT-TYPE SNMP interface tables for which interface compression bitmask will be applicable. Supported values are: others : All the other interface related tables except ifTables and ifStackTables. Currently only ipNetToMediaTable is supported. ifTables : It consists of ifTable, ifXTable and juniIfTable. ifStackTables : It consists of ifStackTable, ifInvStackTable and juniIfInvStackTable. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.1 | INTEGER {others(0), ifTables(1), ifStackTables(2)} | not-accessible | current |
| juniSnmpIntfCompEntryCompressed OBJECT-TYPE true(1) - the standard ifTable, ifXTable and ifStackTable contain a subset of interface types. Certain interface types like HDLC and IP and others are excluded from the standard tables but are manageable from proprietary MIBs. false(2) - the standard ifTable, ifXTable and ifStackTable contain entries for every standard and proprietary interface type supported by this system. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.2 | TruthValue | read-write | current |
| juniSnmpIntfCompMask OBJECT-TYPE This object governs which interface types are visible to SNMP management clients. The object is a variable length octet string that is interpreted as a bit mask. Each bit respresents a specific Juniper interface type that can be included or excluded in the standard interface tables. For each bit position in each octet of the string, a '1' or '0' indicates the corresponding interface type is either filtered (compressed) from the interface MIB tables, or included respectively. Individual bit definitions follow the JuniIfType convention defined in the Juniper-UNI-IF-MIB. For example, ip(0) and ppp(1) correspond to bit definitions 0 and 1 respectively. In each octet, bit 0 is least significant, bit 7 most significant. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.3 | OCTET STRING (SIZE(5..16)) | read-write | current |
| juniSnmpIntfCompMaskDisplay OBJECT-TYPE This object displays the excluded interface types in human readable form. Three dots (...) at the end of display string indicates that the output has been truncated. The syntax rules are the same as for SNMP-FRAMEWORK-MIB.SnmpAdminString, except for the size constraint. | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.4 | OCTET STRING (SIZE(0..1000)) | read-only | current |
| juniSnmpProxyStatus OBJECT-TYPE Enable/disable SNMP proxy between virtual routers. | 1.3.6.1.4.1.4874.2.2.16.1.1.4 | JuniEnable | read-write | current |
| juniSnmpAccessPermission OBJECT-TYPE The access permission to the MIB objects of this SNMP agent. noAccess - No access permission granted. readAccess - Read access permission granted. readWriteAccess - Read and write access permission granted. | 1.3.6.1.4.1.4874.2.2.16.1.1.5 | INTEGER {noAccess(1), readAccess(2), readWriteAccess(3)} | read-write | current |
| juniSnmpManagementApplicationTable OBJECT-TYPE This table contains entries for each management application supported by the router entry created in the juniRouterTable. | 1.3.6.1.4.1.4874.2.2.16.1.1.6 | not-accessible | current | |
| juniSnmpManagementApplicationEntry OBJECT-TYPE Each entry provides administrative control on a management application for the router designated by the first indice to this table. The second indice identifies the router management application. Entries in this table are created as a side-effect of row creation in the juniRouterTable. | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1 | not-accessible | current | |
| juniSnmpManagementApplicationRouterIndex OBJECT-TYPE The routerIndex of this router. This object is the same as the juniRouterIndex object defined in the juniRouterTable. | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1.1 | Unsigned32 | not-accessible | current |
| juniSnmpManagementApplicationIndex OBJECT-TYPE Identities the management application. | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1.2 | JuniSnmpManagementApplicationIndex | not-accessible | current |
| juniSnmpManagementApplicationRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported. | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1.3 | RowStatus | read-create | current |
| juniSnmpCommunity OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.1.2 | |||
| juniSnmpCommunityTable OBJECT-TYPE Table of SNMP management clients. Authentic SNMP clients are identified by a combination community name and IP address. Upon receipt of an SNMP request, this table is scanned for a matching community name. If an entry containing a matching community name is found, the entry's IP access list, if nonzero, is used to validate the source IP address received in the request; else, if the IP access list number in the matching entry is zero, the source IP address is accepted. Finally, the type of SNMP request is validated with respect to the access privilege of the matching entry (e.g. a SET Request is rejected for an entry having read-only privilege). Use of this table constitutes 'trivial authentication', i.e., no mechanism is employed to confirm the received SNMP request was indeed originated by the host identified by the IP source address. | 1.3.6.1.4.1.4874.2.2.16.1.2.1 | not-accessible | current | |
| juniSnmpCommunityEntry OBJECT-TYPE A table entry describing an authentic SNMP Community. | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1 | not-accessible | current | |
| juniSnmpCommunityName OBJECT-TYPE An SNMP community name. | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.1 | JuniSnmpCommunityName | read-only | current |
| juniSnmpCommunityRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported. | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.2 | RowStatus | read-create | current |
| juniSnmpCommunityPrivilege OBJECT-TYPE The access privilege for an SNMP Community authenticated by this entry (used in conjunction with MIB view as specified via juniSnmpCommunityView). readOnly Read-only access to MIB with associated view. readWrite Read-write access to MIB with associated view. admin Read-write access to entire MIB (for backward compatibility, automatically defaults to 'everything' view and 'readWrite' privilege). | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.3 | INTEGER {readOnly(1), readWrite(2), admin(3)} | read-create | current |
| juniSnmpCommunityAccessList OBJECT-TYPE If nonzero, the number of an IP access list that describes the IP hosts permitted SNMP management access to this device via the corresponding community name contained in this entry. | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.4 | Integer32 (0..10000) | read-create | current |
| juniSnmpCommunityAccessListName OBJECT-TYPE If not null, the name of an IP access list that describes the IP hosts permitted SNMP management access to this device via the corresponding community name contained in this entry. | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.5 | JuniSnmpAccessListName | read-create | current |
| juniSnmpCommunityView OBJECT-TYPE The view associated with an SNMP Community authenticated by this entry. Following is the list of built-in system views. everything Access to the entire MIB except packet mirror MIB. user Access to non-administrative portions of MIB. nothing No access. mirrorAdmin Access to packet mirror MIB. 'Administrative' portions of the MIB are those portions that pertain to management access into the managed device. Administrator can also create a new SNMP MIB view dynamically and assign it to community entry. Access to packet mirror MIB is only thorugh 'mirrorAdmin' view. A community with 'mirrorAdmin' view can be configure only through CLI administrator with mirror configuration privileges. | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.6 | SnmpAdminString (SIZE(0..32)) | read-create | current |
| juniSnmpTrap OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.1.3 | |||
| juniSnmpTrapGlobalFilter OBJECT-TYPE This object provides global control over trap generation by this agent. For each bit position, a '1' or '0' indicates the corresponding trap category is enabled or disabled, respectively. For security reasons, ‘Mirror’ category will not be allowed to be configured through SNMP. | 1.3.6.1.4.1.4874.2.2.16.1.3.1 | JuniSnmpTrapMask | read-write | current |
| juniSnmpTrapSource OBJECT-TYPE The ifIndex of the interface whose IP address is used as the source IP address for outbound SNMP traps. If zero, no interface is specified, the mechanism for selecting a source IP address is implementation-dependent, and may vary with each trap sent. | 1.3.6.1.4.1.4874.2.2.16.1.3.2 | Integer32 (0..2147483647) | read-write | current |
| juniSnmpTrapHostTable OBJECT-TYPE Table of SNMP Trap recipient. | 1.3.6.1.4.1.4874.2.2.16.1.3.3 | not-accessible | current | |
| juniSnmpTrapHostEntry OBJECT-TYPE A table entry describing an SNMP Trap recipient. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1 | not-accessible | current | |
| juniSnmpTrapHostIpAddress OBJECT-TYPE IP address of an authorized SNMP Trap recipient. This must be a host IP address. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.1 | IpAddress | read-only | current |
| juniSnmpTrapHostRowStatus OBJECT-TYPE Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.2 | RowStatus | read-create | current |
| juniSnmpTrapHostUdpPort OBJECT-TYPE The destination UDP port to which traps will be sent. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.3 | Integer32 (1..65535) | read-create | current |
| juniSnmpTrapHostCommunity OBJECT-TYPE An SNMP community name to be used in traps sent to this destination. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.4 | JuniSnmpCommunityName | read-create | current |
| juniSnmpTrapHostProtocolVersion OBJECT-TYPE The format of the SNMP trap PDU to be sent to this trap destination. v1 Trap-PDU defined in RFC1157, encapsulated in the message structure also defined in RFC1157. v2c SNMPv2-Trap-PDU defined in RFC1905, encapsulated in the message structure defined in RFC1901. v3 SNMPv2-Trap-PDU defined in RFC1905, encapsulated in the message structure defined in RFC2571. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.5 | INTEGER {v1(0), v2c(1), v3(2)} | read-create | current |
| juniSnmpTrapHostFilter OBJECT-TYPE Bit mask designating the specific trap types enabled for transmission to this trap destination. For each bit position, a '1' or '0' indicates the corresponding trap type is enabled or disabled, respectively. For security reasons, ‘Mirror’ category will not be allowed to be configured through SNMP. Note, trap generation is further constrained by the value juniSnmpTrapGlobalFilter. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.6 | JuniSnmpTrapMask | read-create | current |
| juniSnmpTrapHostSends OBJECT-TYPE The number of traps submitted for transmission to this destination. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.7 | Counter32 | read-only | current |
| juniSnmpTrapHostDiscards OBJECT-TYPE The number of trap requests that were discarded. A trap may be discarded because the trap type is either not a configured type in juniSnmpTrapHostFilter, or because the traps's priority is below the minimum trap severity filter defined by juniSnmpTrapHostSeverityFilter. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.8 | Counter32 | read-only | current |
| juniSnmpTrapHostSeverityFilter OBJECT-TYPE The minimum severity value an snmp trap must have in order to be forwarded to this host. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.9 | JuniTrapSeverity | read-create | current |
| juniSnmpTrapHostPingTimeOut OBJECT-TYPE The maximum ping time window that this host gets pinged repeatedly. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.10 | Integer32 (0..90) | read-create | current |
| juniSnmpTrapHostIncludeLogVarbinds OBJECT-TYPE The configuration setting for snmp trap message content. Enabling this management object configures the associated SNMP agent to include notification log name and the corresponding log index as part of the trap messages sent to this host. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.11 | TruthValue | read-create | current |
| juniSnmpTrapHostQueueSize OBJECT-TYPE The maximum number of traps to be kept in the queue. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.12 | Integer32 (32..2147483647) | read-create | current |
| juniSnmpTrapHostQueueDrainRate OBJECT-TYPE The maximum number of traps per second to be sent to the host. Zero value indicates that there is no control over queue drain rate. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.13 | Integer32 (0..2147483647) | read-create | current |
| juniSnmpTrapHostQueueFull OBJECT-TYPE Specify the method for handling Queue-Full condition. dropLastIn -- When queue is full the most recent trap will be dropped. dropFirstIn -- When queue is full the oldest trap in the queue will be dropped. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.14 | INTEGER {dropLastIn(0), dropFirstIn(1)} | read-create | current |
| juniSnmpTrapHostBadEncodingDiscards OBJECT-TYPE The number of trap requests that were discarded due to bad encoding. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.15 | Counter32 | read-only | current |
| juniSnmpTrapHostQueueFullDiscards OBJECT-TYPE The number of trap requests that were discarded due to the queue being full. | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.16 | Counter32 | read-only | current |
| juniSnmpTrapHostNoResponseDiscards OBJECT-TYPE The number of trap requests that were discarded due to host not being available (not responding to the pings). | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.17 | Counter32 | read-only | current |
| juniSnmpTrapProxy OBJECT-TYPE The configuration setting for snmp trap proxying. Enabling this management object configures the associated SNMP agent to proxy internally generated traps. Note that some implementations may support a single snmp trap proxy per system. | 1.3.6.1.4.1.4874.2.2.16.1.3.4 | TruthValue | read-write | current |
| juniSnmpTrapTrapSeverity OBJECT-TYPE The severity level of the trap. | 1.3.6.1.4.1.4874.2.2.16.1.3.5 | JuniTrapSeverity | accessible-for-notify | current |
| juniSnmpTrapGlobalDiscards OBJECT-TYPE The number of trap requests that were discarded. A trap may be discarded because the trap type is either not globally configured in juniSnmpTrapGlobalFilter, or because the traps's priority is below the minimum trap severity filter defined by juniSnmpTrapGlobalSeverityFilter. | 1.3.6.1.4.1.4874.2.2.16.1.3.6 | Counter32 | read-only | current |
| juniSnmpTrapGlobalSeverityFilter OBJECT-TYPE Traps flow through two levels of filtering: global and then host. The value of this object defines the global minimum severity level a trap must have in order to be forwarded to the host level trap processing. A trap will be discarded and counted in juniSnmpTrapGlobalDiscards if its severity level is less then the value of this object. | 1.3.6.1.4.1.4874.2.2.16.1.3.7 | JuniTrapSeverity | read-write | current |
| juniSnmpTrapTotalTrapsReceived OBJECT-TYPE Total number of trap requests that this agent has received. Includes local submitted traps and proxied traps from other agents if this agent is the proxy agent. | 1.3.6.1.4.1.4874.2.2.16.1.3.8 | Counter32 | read-only | current |
| juniSnmpTrapLocalTrapsSubmitted OBJECT-TYPE The number of local traps submitted to this agent. | 1.3.6.1.4.1.4874.2.2.16.1.3.9 | Counter32 | read-only | current |
| juniSnmpTrapProxyTrapsSubmitted OBJECT-TYPE The number of proxied traps submitted to this agent. | 1.3.6.1.4.1.4874.2.2.16.1.3.10 | Counter32 | read-only | current |
| juniSnmpTrapTotalTrapsDiscarded OBJECT-TYPE The number of proxy traps submitted to this agent. | 1.3.6.1.4.1.4874.2.2.16.1.3.11 | Counter32 | read-only | current |
| juniSnmpTrapNoMemoryDiscards OBJECT-TYPE The number of trap requests that were discarded due to lack of system memory. | 1.3.6.1.4.1.4874.2.2.16.1.3.12 | Counter32 | read-only | current |
| juniSnmpTrapNoQueueResourceDiscards OBJECT-TYPE The number of trap requests that were discarded due to no queue resources. A trap may be discarded because the agent request queue is full juniSnmpTrapRequestQueueCongestionDiscards or the proxy agent reuest queue is full juniSnmpTrapProxyRequestQueueCongestion. | 1.3.6.1.4.1.4874.2.2.16.1.3.13 | Counter32 | read-only | current |
| juniSnmpTrapAgentSnmpNotAbleDiscards OBJECT-TYPE The number of trap requests that were discarded due to SNMP agent being disabled. | 1.3.6.1.4.1.4874.2.2.16.1.3.14 | Counter32 | read-only | current |
| juniSnmpTrapTotalTrapsOut OBJECT-TYPE Total number of trap requests sent to every host that is configured to receive traps from this agent. | 1.3.6.1.4.1.4874.2.2.16.1.3.15 | Counter32 | read-only | current |
| juniSnmpTrapTotalProxyOut OBJECT-TYPE Total number of trap requests sent to proxy virtual router. | 1.3.6.1.4.1.4874.2.2.16.1.3.16 | Counter32 | read-only | current |
| juniSnmpTrapSeverityFilterTable OBJECT-TYPE A table of SNMP trap Severity filter. | 1.3.6.1.4.1.4874.2.2.16.1.3.17 | not-accessible | current | |
| juniSnmpTrapSeverityFilterEntry OBJECT-TYPE A table entry specifying the trap severity filter for a particular trap category. | 1.3.6.1.4.1.4874.2.2.16.1.3.17.1 | not-accessible | current | |
| juniSnmpTrapCategory OBJECT-TYPE The value of this object is an integer which is same as the bit position specified for a particular trap category in JuniSnmpTrapMask. For example, value of juniSnmpTrapCategory object will be 6 for BGP traps. | 1.3.6.1.4.1.4874.2.2.16.1.3.17.1.1 | Integer32 (0..63) | not-accessible | current |
| juniSnmpTrapSeverityFilter OBJECT-TYPE Traps flow through two levels of filtering: severity of a particular trap category and trap destination. If the severity of a particular category is not defined, global trap severity is used for computation. The value of this object defines trap-category based minimum severity level, a trap must have in order to be forwarded for the destination level trap filtering. A trap will be discarded and counted in juniSnmpTrapGlobalDiscards if its severity level is less than the value of this object. For security reasons, ‘Mirror’ category will not be allowed to be configured through SNMP. Only those trap categories which are configured using per category based trap severity filter are displayed as part of this table. If the value of juniSnmpTrapGlobalSeverityFilter is modified, it will overwrite all the values specified in this table. | 1.3.6.1.4.1.4874.2.2.16.1.3.17.1.2 | JuniTrapSeverity | read-write | current |
| juniSnmpAuthFailId OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.1.4 | |||
| juniSnmpAuthFailIdIpAddress OBJECT-TYPE The source IP address contained in a received SNMP request that failed authentication. | 1.3.6.1.4.1.4874.2.2.16.1.4.1 | IpAddress | accessible-for-notify | current |
| juniSnmpAuthFailIdUdpPort OBJECT-TYPE The source UDP port contained in a received SNMP request that failed authentication. | 1.3.6.1.4.1.4874.2.2.16.1.4.2 | Integer32 | accessible-for-notify | current |
| juniSnmpAuthFailIdCommunity OBJECT-TYPE The SNMP community contained in a received SNMP request that failed authentication. | 1.3.6.1.4.1.4874.2.2.16.1.4.3 | OCTET STRING | accessible-for-notify | current |
| juniSnmpAuthFailIdReason OBJECT-TYPE The reason a received SNMP request failed authentication: other Unspecified reason. badCommunityName The community is not recognized. badCommunityUse The community does not have privilege for the SNMP request type (e.g. SET request with a community having read-only privilege). hostDenied The host IP address was denied by the community's associated access list. | 1.3.6.1.4.1.4874.2.2.16.1.4.4 | INTEGER {other(0), badCommunityName(1), badCommmunityUse(2), hostDenied(3)} | accessible-for-notify | current |
| juniSnmpConformance OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.2 | |||
| juniSnmpCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.2.1 | |||
| juniSnmpGroups OBJECT-IDENTITY | 1.3.6.1.4.1.4874.2.2.16.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| juniSnmpCompliance MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when View support and Named Access List support were added. | 1.3.6.1.4.1.4874.2.2.16.2.1.1 | obsolete |
| juniSnmpCompliance2 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when juniSnmpInterfaceMode was added. | 1.3.6.1.4.1.4874.2.2.16.2.1.2 | obsolete |
| juniSnmpCompliance3 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when support for interface compress, trap severities and trap severity filtering was added and juniSnmpInterfaceMode was obsoleted. | 1.3.6.1.4.1.4874.2.2.16.2.1.3 | obsolete |
| juniSnmpCompliance4 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when trap proxy enable/disable support was added. | 1.3.6.1.4.1.4874.2.2.16.2.1.4 | obsolete |
| juniSnmpCompliance5 MODULE-COMPLIANCE Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when support was added for ping time window and notification log data inclusion in trap varbinds. | 1.3.6.1.4.1.4874.2.2.16.2.1.5 | obsolete |
| juniSnmpCompliance6 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when support was added for access permission and management application table. | 1.3.6.1.4.1.4874.2.2.16.2.1.6 | obsolete |
| juniSnmpCompliance7 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when support was added for trap severity filter table. | 1.3.6.1.4.1.4874.2.2.16.2.1.7 | obsolete |
| juniSnmpCompliance8 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when support was added for table type based interface compression. | 1.3.6.1.4.1.4874.2.2.16.2.1.8 | obsolete |
| juniSnmpCompliance9 MODULE-COMPLIANCE The compliance statement for entities which implement the Juniper SNMP MIB. | 1.3.6.1.4.1.4874.2.2.16.2.1.9 | current |
| juniSnmpGroup OBJECT-GROUP Obsolete collection of management objects pertaining to SNMP Agent capability in a Juniper product. This group became obsolete when View support and Named Access List support were added. | 1.3.6.1.4.1.4874.2.2.16.2.2.1 | obsolete |
| juniSnmpAuthFailGroup OBJECT-GROUP A collection of management objects pertaining to an SNMP authentication failure in a Juniper product. | 1.3.6.1.4.1.4874.2.2.16.2.2.2 | current |
| juniSnmpGroup2 OBJECT-GROUP Obsolete collection of management objects pertaining to SNMP Agent capability in a Juniper product. This group became obsolete when juniSnmpInterfaceMode was added. | 1.3.6.1.4.1.4874.2.2.16.2.2.3 | obsolete |
| juniSnmpGroup3 OBJECT-GROUP Obsolete collection of management objects pertaining to SNMP Agent capability in a Juniper product. This group became obsolete when support for interface compress, trap severities and trap severity filtering was added and juniSnmpInterfaceMode was obsoleted. | 1.3.6.1.4.1.4874.2.2.16.2.2.4 | obsolete |
| juniSnmpGeneralGroup OBJECT-GROUP Obsolete collection of management objects pertaining to general SNMP Agent capabilities in a Juniper product. This group became obsolete when proxy enable/disable support was added. | 1.3.6.1.4.1.4874.2.2.16.2.2.5 | obsolete |
| juniSnmpAccessGroup OBJECT-GROUP A collection of management objects pertaining to SNMP Agent access capabilities in a Juniper product. | 1.3.6.1.4.1.4874.2.2.16.2.2.6 | current |
| juniSnmpTrapGroup OBJECT-GROUP Obsolete collection of management objects pertaining to SNMP Agent trap capabilities in a Juniper product. This group became obsolete when support was added for ping time window and notification log data inclusion in trap varbinds. | 1.3.6.1.4.1.4874.2.2.16.2.2.7 | obsolete |
| juniSnmpGeneralGroup2 OBJECT-GROUP A collection of management objects pertaining to general SNMP Agent capabilities in a Juniper product. This group became obsolete when access permission was added. | 1.3.6.1.4.1.4874.2.2.16.2.2.8 | obsolete |
| juniSnmpTrapGroup2 OBJECT-GROUP Obsolete collection of management objects pertaining to SNMP Agent trap capabilities in a Juniper product. This group became obsolete when support was added for trap severity filter table. | 1.3.6.1.4.1.4874.2.2.16.2.2.9 | obsolete |
| juniSnmpGeneralGroup3 OBJECT-GROUP A collection of management objects pertaining to general SNMP Agent capabilities in a Juniper product. This group became obsolete when support for interface compression based on interface table type was added. | 1.3.6.1.4.1.4874.2.2.16.2.2.10 | obsolete |
| juniSnmpTrapGroup3 OBJECT-GROUP A collection of management objects pertaining to SNMP Agent trap capabilities in a Juniper product. | 1.3.6.1.4.1.4874.2.2.16.2.2.11 | current |
| juniSnmpGeneralGroup4 OBJECT-GROUP A collection of management objects pertaining to general SNMP Agent capabilities in a Juniper product. | 1.3.6.1.4.1.4874.2.2.16.2.2.12 | current |