Juniper-SNMP-MIB: View SNMP OID List / Download MIB
VENDOR: JUNIPER
Home | MIB: Juniper-SNMP-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
juniSnmpMIB | 1.3.6.1.4.1.4874.2.2.16 |
MIB objects for configuring SNMP-based management access into Juniper E-series products. |
||
juniSnmpObjects | 1.3.6.1.4.1.4874.2.2.16.1 | |||
juniSnmpGeneral | 1.3.6.1.4.1.4874.2.2.16.1.1 | |||
juniSnmpMaxPduSize | 1.3.6.1.4.1.4874.2.2.16.1.1.1 | integer32 | read-write |
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. |
juniSnmpInterfaceMode | 1.3.6.1.4.1.4874.2.2.16.1.1.2 | integer | read-write |
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. Enumeration: 'compress': 2, 'verbose': 1, 'enhanced': 3. |
juniSnmpInterfaceCompress | 1.3.6.1.4.1.4874.2.2.16.1.1.3 | |||
juniSnmpIntfCompCompressed | 1.3.6.1.4.1.4874.2.2.16.1.1.3.1 | truthvalue | read-write |
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. |
juniSnmpIntfCompEnhanced | 1.3.6.1.4.1.4874.2.2.16.1.1.3.2 | octet string | read-write |
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. |
juniSnmpIntfCompEnhancedDisplay | 1.3.6.1.4.1.4874.2.2.16.1.1.3.3 | octet string | read-only |
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. |
juniSnmpIntfCompRestricted | 1.3.6.1.4.1.4874.2.2.16.1.1.3.4 | junisnmpintfcomprestrictedmask | read-write |
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. |
juniSnmpIntfCompRestrictedDisplay | 1.3.6.1.4.1.4874.2.2.16.1.1.3.5 | snmpadminstring | read-only |
This object displays the restrictions in human readable form. Three dots (...) at the end of display string indicates that the output has been truncated. |
juniSnmpIntfCompTable | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6 | no-access |
This table contains enhanced compression bitmask based on table-type. |
|
1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1 | no-access |
Each entry corresponds to a table type for which interface compression mask is applied. |
||
juniSnmpIntfCompTableType | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.1 | integer | no-access |
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. Enumeration: 'ifTables': 1, 'ifStackTables': 2, 'others': 0. |
juniSnmpIntfCompEntryCompressed | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.2 | truthvalue | read-write |
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. |
juniSnmpIntfCompMask | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.3 | octet string | read-write |
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. |
juniSnmpIntfCompMaskDisplay | 1.3.6.1.4.1.4874.2.2.16.1.1.3.6.1.4 | octet string | read-only |
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. |
juniSnmpProxyStatus | 1.3.6.1.4.1.4874.2.2.16.1.1.4 | junienable | read-write |
Enable/disable SNMP proxy between virtual routers. |
juniSnmpAccessPermission | 1.3.6.1.4.1.4874.2.2.16.1.1.5 | integer | read-write |
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. Enumeration: 'readAccess': 2, 'readWriteAccess': 3, 'noAccess': 1. |
juniSnmpManagementApplicationTable | 1.3.6.1.4.1.4874.2.2.16.1.1.6 | no-access |
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.1 | no-access |
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. |
||
juniSnmpManagementApplicationRouterIndex | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1.1 | unsigned32 | no-access |
The routerIndex of this router. This object is the same as the juniRouterIndex object defined in the juniRouterTable. |
juniSnmpManagementApplicationIndex | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1.2 | junisnmpmanagementapplicationindex | no-access |
Identities the management application. |
juniSnmpManagementApplicationRowStatus | 1.3.6.1.4.1.4874.2.2.16.1.1.6.1.3 | rowstatus | read-only |
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported. |
juniSnmpCommunity | 1.3.6.1.4.1.4874.2.2.16.1.2 | |||
juniSnmpCommunityTable | 1.3.6.1.4.1.4874.2.2.16.1.2.1 | no-access |
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.1 | no-access |
A table entry describing an authentic SNMP Community. |
||
juniSnmpCommunityName | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.1 | junisnmpcommunityname | read-only |
An SNMP community name. |
juniSnmpCommunityRowStatus | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.2 | rowstatus | read-only |
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported. |
juniSnmpCommunityPrivilege | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.3 | integer | read-only |
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). Enumeration: 'readWrite': 2, 'admin': 3, 'readOnly': 1. |
juniSnmpCommunityAccessList | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.4 | integer32 | read-only |
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. |
juniSnmpCommunityAccessListName | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.5 | junisnmpaccesslistname | read-only |
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. |
juniSnmpCommunityView | 1.3.6.1.4.1.4874.2.2.16.1.2.1.1.6 | snmpadminstring | read-only |
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. |
juniSnmpTrap | 1.3.6.1.4.1.4874.2.2.16.1.3 | |||
juniSnmpTrapGlobalFilter | 1.3.6.1.4.1.4874.2.2.16.1.3.1 | junisnmptrapmask | read-write |
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. |
juniSnmpTrapSource | 1.3.6.1.4.1.4874.2.2.16.1.3.2 | integer32 | read-write |
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. |
juniSnmpTrapHostTable | 1.3.6.1.4.1.4874.2.2.16.1.3.3 | no-access |
Table of SNMP Trap recipient. |
|
1.3.6.1.4.1.4874.2.2.16.1.3.3.1 | no-access |
A table entry describing an SNMP Trap recipient. |
||
juniSnmpTrapHostIpAddress | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.1 | ipaddress | read-only |
IP address of an authorized SNMP Trap recipient. This must be a host IP address. |
juniSnmpTrapHostRowStatus | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.2 | rowstatus | read-only |
Controls creation/deletion of entries in this table. Only 'createAndGo' and 'destroy' enumeration values are supported. |
juniSnmpTrapHostUdpPort | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.3 | integer32 | read-only |
The destination UDP port to which traps will be sent. |
juniSnmpTrapHostCommunity | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.4 | junisnmpcommunityname | read-only |
An SNMP community name to be used in traps sent to this destination. |
juniSnmpTrapHostProtocolVersion | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.5 | integer | read-only |
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. Enumeration: 'v2c': 1, 'v1': 0, 'v3': 2. |
juniSnmpTrapHostFilter | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.6 | junisnmptrapmask | read-only |
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. |
juniSnmpTrapHostSends | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.7 | counter32 | read-only |
The number of traps submitted for transmission to this destination. |
juniSnmpTrapHostDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.8 | counter32 | read-only |
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. |
juniSnmpTrapHostSeverityFilter | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.9 | junitrapseverity | read-only |
The minimum severity value an snmp trap must have in order to be forwarded to this host. |
juniSnmpTrapHostPingTimeOut | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.10 | integer32 | read-only |
The maximum ping time window that this host gets pinged repeatedly. |
juniSnmpTrapHostIncludeLogVarbinds | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.11 | truthvalue | read-only |
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. |
juniSnmpTrapHostQueueSize | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.12 | integer32 | read-only |
The maximum number of traps to be kept in the queue. |
juniSnmpTrapHostQueueDrainRate | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.13 | integer32 | read-only |
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. |
juniSnmpTrapHostQueueFull | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.14 | integer | read-only |
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. Enumeration: 'dropLastIn': 0, 'dropFirstIn': 1. |
juniSnmpTrapHostBadEncodingDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.15 | counter32 | read-only |
The number of trap requests that were discarded due to bad encoding. |
juniSnmpTrapHostQueueFullDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.16 | counter32 | read-only |
The number of trap requests that were discarded due to the queue being full. |
juniSnmpTrapHostNoResponseDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.3.1.17 | counter32 | read-only |
The number of trap requests that were discarded due to host not being available (not responding to the pings). |
juniSnmpTrapProxy | 1.3.6.1.4.1.4874.2.2.16.1.3.4 | truthvalue | read-write |
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. |
juniSnmpTrapTrapSeverity | 1.3.6.1.4.1.4874.2.2.16.1.3.5 | junitrapseverity | no-access |
The severity level of the trap. |
juniSnmpTrapGlobalDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.6 | counter32 | read-only |
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. |
juniSnmpTrapGlobalSeverityFilter | 1.3.6.1.4.1.4874.2.2.16.1.3.7 | junitrapseverity | read-write |
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. |
juniSnmpTrapTotalTrapsReceived | 1.3.6.1.4.1.4874.2.2.16.1.3.8 | counter32 | read-only |
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. |
juniSnmpTrapLocalTrapsSubmitted | 1.3.6.1.4.1.4874.2.2.16.1.3.9 | counter32 | read-only |
The number of local traps submitted to this agent. |
juniSnmpTrapProxyTrapsSubmitted | 1.3.6.1.4.1.4874.2.2.16.1.3.10 | counter32 | read-only |
The number of proxied traps submitted to this agent. |
juniSnmpTrapTotalTrapsDiscarded | 1.3.6.1.4.1.4874.2.2.16.1.3.11 | counter32 | read-only |
The number of proxy traps submitted to this agent. |
juniSnmpTrapNoMemoryDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.12 | counter32 | read-only |
The number of trap requests that were discarded due to lack of system memory. |
juniSnmpTrapNoQueueResourceDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.13 | counter32 | read-only |
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. |
juniSnmpTrapAgentSnmpNotAbleDiscards | 1.3.6.1.4.1.4874.2.2.16.1.3.14 | counter32 | read-only |
The number of trap requests that were discarded due to SNMP agent being disabled. |
juniSnmpTrapTotalTrapsOut | 1.3.6.1.4.1.4874.2.2.16.1.3.15 | counter32 | read-only |
Total number of trap requests sent to every host that is configured to receive traps from this agent. |
juniSnmpTrapTotalProxyOut | 1.3.6.1.4.1.4874.2.2.16.1.3.16 | counter32 | read-only |
Total number of trap requests sent to proxy virtual router. |
juniSnmpTrapSeverityFilterTable | 1.3.6.1.4.1.4874.2.2.16.1.3.17 | no-access |
A table of SNMP trap Severity filter. |
|
1.3.6.1.4.1.4874.2.2.16.1.3.17.1 | no-access |
A table entry specifying the trap severity filter for a particular trap category. |
||
juniSnmpTrapCategory | 1.3.6.1.4.1.4874.2.2.16.1.3.17.1.1 | integer32 | no-access |
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. |
juniSnmpTrapSeverityFilter | 1.3.6.1.4.1.4874.2.2.16.1.3.17.1.2 | junitrapseverity | read-write |
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. |
juniSnmpAuthFailId | 1.3.6.1.4.1.4874.2.2.16.1.4 | |||
juniSnmpAuthFailIdIpAddress | 1.3.6.1.4.1.4874.2.2.16.1.4.1 | ipaddress | no-access |
The source IP address contained in a received SNMP request that failed authentication. |
juniSnmpAuthFailIdUdpPort | 1.3.6.1.4.1.4874.2.2.16.1.4.2 | integer32 | no-access |
The source UDP port contained in a received SNMP request that failed authentication. |
juniSnmpAuthFailIdCommunity | 1.3.6.1.4.1.4874.2.2.16.1.4.3 | octet string | no-access |
The SNMP community contained in a received SNMP request that failed authentication. |
juniSnmpAuthFailIdReason | 1.3.6.1.4.1.4874.2.2.16.1.4.4 | integer | no-access |
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. Enumeration: 'hostDenied': 3, 'other': 0, 'badCommunityName': 1, 'badCommmunityUse': 2. |
juniSnmpConformance | 1.3.6.1.4.1.4874.2.2.16.2 | |||
juniSnmpCompliances | 1.3.6.1.4.1.4874.2.2.16.2.1 | |||
juniSnmpCompliance | 1.3.6.1.4.1.4874.2.2.16.2.1.1 |
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. |
||
juniSnmpCompliance2 | 1.3.6.1.4.1.4874.2.2.16.2.1.2 |
Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when juniSnmpInterfaceMode was added. |
||
juniSnmpCompliance3 | 1.3.6.1.4.1.4874.2.2.16.2.1.3 |
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. |
||
juniSnmpCompliance4 | 1.3.6.1.4.1.4874.2.2.16.2.1.4 |
Obsolete compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when trap proxy enable/disable support was added. |
||
juniSnmpCompliance5 | 1.3.6.1.4.1.4874.2.2.16.2.1.5 |
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. |
||
juniSnmpCompliance6 | 1.3.6.1.4.1.4874.2.2.16.2.1.6 |
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. |
||
juniSnmpCompliance7 | 1.3.6.1.4.1.4874.2.2.16.2.1.7 |
The compliance statement for entities which implement the Juniper SNMP MIB. This statement became obsolete when support was added for trap severity filter table. |
||
juniSnmpCompliance8 | 1.3.6.1.4.1.4874.2.2.16.2.1.8 |
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. |
||
juniSnmpCompliance9 | 1.3.6.1.4.1.4874.2.2.16.2.1.9 |
The compliance statement for entities which implement the Juniper SNMP MIB. |
||
juniSnmpGroups | 1.3.6.1.4.1.4874.2.2.16.2.2 | |||
juniSnmpGroup | 1.3.6.1.4.1.4874.2.2.16.2.2.1 |
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. |
||
juniSnmpAuthFailGroup | 1.3.6.1.4.1.4874.2.2.16.2.2.2 |
A collection of management objects pertaining to an SNMP authentication failure in a Juniper product. |
||
juniSnmpGroup2 | 1.3.6.1.4.1.4874.2.2.16.2.2.3 |
Obsolete collection of management objects pertaining to SNMP Agent capability in a Juniper product. This group became obsolete when juniSnmpInterfaceMode was added. |
||
juniSnmpGroup3 | 1.3.6.1.4.1.4874.2.2.16.2.2.4 |
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. |
||
juniSnmpGeneralGroup | 1.3.6.1.4.1.4874.2.2.16.2.2.5 |
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. |
||
juniSnmpAccessGroup | 1.3.6.1.4.1.4874.2.2.16.2.2.6 |
A collection of management objects pertaining to SNMP Agent access capabilities in a Juniper product. |
||
juniSnmpTrapGroup | 1.3.6.1.4.1.4874.2.2.16.2.2.7 |
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. |
||
juniSnmpGeneralGroup2 | 1.3.6.1.4.1.4874.2.2.16.2.2.8 |
A collection of management objects pertaining to general SNMP Agent capabilities in a Juniper product. This group became obsolete when access permission was added. |
||
juniSnmpTrapGroup2 | 1.3.6.1.4.1.4874.2.2.16.2.2.9 |
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. |
||
juniSnmpGeneralGroup3 | 1.3.6.1.4.1.4874.2.2.16.2.2.10 |
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. |
||
juniSnmpTrapGroup3 | 1.3.6.1.4.1.4874.2.2.16.2.2.11 |
A collection of management objects pertaining to SNMP Agent trap capabilities in a Juniper product. |
||
juniSnmpGeneralGroup4 | 1.3.6.1.4.1.4874.2.2.16.2.2.12 |
A collection of management objects pertaining to general SNMP Agent capabilities in a Juniper product. |