JUNIPER-ANALYZER-MIB

File: JUNIPER-ANALYZER-MIB.mib (14656 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC JUNIPER-EX-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TruthValue DisplayString jnxExAnalyzer

Defined Types

JnxAnalyzerEntry  
SEQUENCE    
  jnxAnalyzerName DisplayString
  jnxAnalyzerStatus TruthValue
  jnxMirroringRatio Unsigned32
  jnxLossPriority INTEGER

JnxAnalyzerInputEntry  
SEQUENCE    
  jnxAnalyzerInputValue DisplayString
  jnxAnalyzerInputOption INTEGER
  jnxAnalyzerInputType INTEGER

JnxAnalyzerOutputEntry  
SEQUENCE    
  jnxAnalyzerOutputValue DisplayString
  jnxAnalyzerOutputType INTEGER

JnxExAnalyzerInputEntry  
SEQUENCE    
  jnxExAnalyzerInputOption INTEGER
  jnxExAnalyzerInputValue DisplayString
  jnxExAnalyzerInputType INTEGER

Defined Values

jnxAnalyzerMIB 1.3.6.1.4.1.2636.3.40.1.1.1
This is Juniper Networks' implementation of enterprise specific MIB for Analyzer and Remote Analyzer. Port mirroring is widely used in enterprise switches to send a copy of all or sampled packets seen on a port to an anlyzer on the same or different switch.
MODULE-IDENTITY    

jnxAnalyzerMIBObjects 1.3.6.1.4.1.2636.3.40.1.1.1.1
OBJECT IDENTIFIER    

jnxAnalyzerTable 1.3.6.1.4.1.2636.3.40.1.1.1.1.1
Network traffic passing through ports is analyzed by sending a copy of the traffic to another port on the same or different switch. This table contains the analyzer parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxAnalyzerEntry

jnxAnalyzerEntry 1.3.6.1.4.1.2636.3.40.1.1.1.1.1.1
A row instance contains the Analyzer Name, Analyzer Status, Mirroring Ratio, Loss Priority.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxAnalyzerEntry  

jnxAnalyzerName 1.3.6.1.4.1.2636.3.40.1.1.1.1.1.1.1
This object identifies a unique Analyzer configured on the switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..255)  

jnxAnalyzerStatus 1.3.6.1.4.1.2636.3.40.1.1.1.1.1.1.2
This object identifies whether the mirroring associated with a particular analyzer is enabled or disabled.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TruthValue  

jnxMirroringRatio 1.3.6.1.4.1.2636.3.40.1.1.1.1.1.1.3
This object will specify the mirroring ratio. User can configure the analyzer to mirror only one out of X packets [1:X packets] in the ingress/egress side based on whether the port is configured for ingress or egress mirroring. The configuration supports a range from 1: X [0 <= X <= 2047].Default value is 1.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

jnxLossPriority 1.3.6.1.4.1.2636.3.40.1.1.1.1.1.1.4
The analyzer port may be congested when the number of packets exceeds the bandwidth of the analyzer port. So the loss-priority parameter is enabled. The switched packets will not get affected by this. The value 0 corresponds to low priority.The value 1 corresponds to high loss priority.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER low(0), high(1)  

jnxAnalyzerInputTable 1.3.6.1.4.1.2636.3.40.1.1.1.1.2
An analyzer Session is an association of several source ports to a destination port.A range or series of ports can be mirrored in a session.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxAnalyzerInputEntry

jnxAnalyzerInputEntry 1.3.6.1.4.1.2636.3.40.1.1.1.1.2.1
An Entry is created for each Input Source port.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  JnxAnalyzerInputEntry  

jnxAnalyzerInputValue 1.3.6.1.4.1.2636.3.40.1.1.1.1.2.1.1
This identifies each different analyzer input source. If the value of jnxAnalyzerInputType is 1 then jnxAnalyzerInputValue refers to the input source Interface Name. If the value of jnxAnalyzerInputType is 2 then jnxAnalyzerInputValue refers to the input source vlan name.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..255)  

jnxAnalyzerInputOption 1.3.6.1.4.1.2636.3.40.1.1.1.1.2.1.2
A source port is a switch port that is been mirrored. It can be mirrored based either on Ingress(received) traffic or egress (transmitted) traffic. The goal of receive (or ingress) Analyzer is to monitor as much as possible all the packets received by the source interface. The amount of received packets mirrored to the destination port depends on the mirroring ratio. A series or range of ingress ports can be mirrored in an analyzer session. The goal of transmit (or egress) analyzer is to monitor as much as possible all the packets sent by the source interface. The amount of egress packets mirrored to the destination port depends on the mirroring ratio.The copy is provided after the packet is modified. A range of egress ports can be mirrored in an analyzer session. The value 1 corresponds to mirroring ingress traffic. The value 2 corresponds to mirroring egress traffic.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER ingress(1), egress(2)  

jnxAnalyzerInputType 1.3.6.1.4.1.2636.3.40.1.1.1.1.2.1.3
This specifies whether interfaces or VLANs is mirrored. Mirroring can be done on the basis of the interface name.All packets received on a port configured for ingress mirroring is sent to the analyzer port.All packets sent out on a port configured for egress mirroring is sent to the analyzer port.Any number of network ports can be configured for ingress or egress mirroring.The value one of jnxAnalayzerInputType corresponds to mirroring the interface traffic. On a particular switch, the user can choose to monitor all the ports that belong to a particular VLAN. It is needed in order to analyze the network traffic in one or more VLANs.Mirroring can be configured in ingress direction only for VLAN. Mirroring can be done on the basis of VLAN name (supported only in ingress). All packets received on a particular VLAN are sent out to the analyzer.The value two of jnxAnalyzerInputType corresponds to mirroring vlan traffic.
Status: obsolete Access: read-only
OBJECT-TYPE    
  INTEGER interface(1), vlanname(2)  

jnxAnalyzerOutputTable 1.3.6.1.4.1.2636.3.40.1.1.1.1.3
This table describes the destination port to which the traffic from the source ports are copied.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxAnalyzerOutputEntry

jnxAnalyzerOutputEntry 1.3.6.1.4.1.2636.3.40.1.1.1.1.3.1
An Entry is created for each destination port or destination vlan.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxAnalyzerOutputEntry  

jnxAnalyzerOutputValue 1.3.6.1.4.1.2636.3.40.1.1.1.1.3.1.1
This object identifies each different destination port or destination vlan. If the value of jnxAnalyzerOutputType is 1 then jnxAnalyzerOutputValue gives the destination interface name. If the value of jnxAnalyzerOutputType is 2 then jnxAnalyzerOutputValue gives the destination vlan name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..255)  

jnxAnalyzerOutputType 1.3.6.1.4.1.2636.3.40.1.1.1.1.3.1.2
The destination port can be on the same switch or on a different switch(Remote Analyzer). Value 1 specifies that the destination interface is on the same switch and it receives a copy of traffic from the source ports. The port does not transmit any traffic except that required for the analyzer session. The traffic for each Remote Analyzer session is carried over a user-specified Remote Analyzer VLAN that is dedicated for that Remote Analyzer session in all participating switches. A special vlan is confgiured exclusively for remote mirroring by marking it as analyzer vlan. Intermediate switches will have a few ports (minimum of 2 ports )as members of the analyzer vlan. These are the trunk ports which act as the link between the switches. The analyzer ports on the destination switch are also added to the Analyzer VLAN. Value 2 specifies that the traffic from all the source ports is copied into the Remote Analyzer vlan specified by the vlan name. In the source switch the analyzer session destination is given as the analyzer vlan. In the intermediate switches the analyzer sessions have the source and the destination as the analyzer vlan. The packet will reach the destination ports as it will be a part of the analyzer vlan.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interface(1), vlanname(2)  

jnxExAnalyzerInputTable 1.3.6.1.4.1.2636.3.40.1.1.1.1.4
An analyzer Session is an association of several source ports to a destination port.A range or series of ports can be mirrored in a session.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    JnxExAnalyzerInputEntry

jnxExAnalyzerInputEntry 1.3.6.1.4.1.2636.3.40.1.1.1.1.4.1
An Entry is created for each Input Source port.
Status: current Access: not-accessible
OBJECT-TYPE    
  JnxExAnalyzerInputEntry  

jnxExAnalyzerInputOption 1.3.6.1.4.1.2636.3.40.1.1.1.1.4.1.1
A source port is a switch port that is been mirrored. It can be mirrored based either on Ingress(received) traffic or egress (transmitted) traffic. The goal of receive (or ingress) Analyzer is to monitor as much as possible all the packets received by the source interface. The amount of received packets mirrored to the destination port depends on the mirroring ratio. A series or range of ingress ports can be mirrored in an analyzer session. The goal of transmit (or egress) analyzer is to monitor as much as possible all the packets sent by the source interface. The amount of egress packets mirrored to the destination port depends on the mirroring ratio.The copy is provided after the packet is modified. A range of egress ports can be mirrored in an analyzer session. The value 1 corresponds to mirroring ingress traffic. The value 2 corresponds to mirroring egress traffic. The value 3 corresponds to mirroring vlan ingress traffic. The value 4 corresponds to mirroring vlan egress traffic.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER ingress(1), egress(2), vlan(3), egress-vlan(4)  

jnxExAnalyzerInputValue 1.3.6.1.4.1.2636.3.40.1.1.1.1.4.1.2
This identifies each different analyzer input source. If the value of jnxExAnalyzerInputType is 1 then jnxExAnalyzerInputValue refers to the input source Interface Name. If the value of jnxExAnalyzerInputType is 2 then jnxExAnalyzerInputValue refers to the input source vlan name.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..255)  

jnxExAnalyzerInputType 1.3.6.1.4.1.2636.3.40.1.1.1.1.4.1.3
This specifies whether interfaces or VLANs is mirrored. Mirroring can be done on the basis of the interface name.All packets received on a port configured for ingress mirroring is sent to the analyzer port.All packets sent out on a port configured for egress mirroring is sent to the analyzer port.Any number of network ports can be configured for ingress or egress mirroring.The value one of jnxAnalyzerInputType corresponds to mirroring the interface traffic. On a particular switch, the user can choose to monitor all the ports that belong to a particular VLAN. It is needed in order to analyze the network traffic in one or more VLANs.Mirroring can be configured in ingress direction only for VLAN. Mirroring can be done on the basis of VLAN name (supported only in ingress). All packets received on a particular VLAN are sent out to the analyzer.The value two of jnxExAnalyzerInputType corresponds to mirroring vlan traffic.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER interface(1), vlanname(2)