Step 1: Check Memory Utilization on Chassis Components
Purpose
The enterprise-specific chassis MIB provides information about the router and its components. Within the chassis MIB, the
jnxMIBsbranch contains one main subbranch,jnxBoxAnatomy, which in turn contains a section,jnxOperatingTable. WithinjnxOperatingTable, you can use thejnxOperatingBufferobject to monitor memory usage on your router. (See Figure 18.)
![]()
After each object description is a value in parenthesis, such as (1). This value can be used to enter an OID for the specific object. For example, to gather information on memory utilization, you can type the object description (
jnxOperatingBuffer) or the OID (.1.3.6.1.4.1.2636.3.1.13.1.11).Action
To check memory utilization using the Juniper enterprise chassis MIB, from a management station that has access to the router, and using a tool such as Snmpwalk, enter the following commands:
user-bsd#snmpwalk[common arguments]hostname community object-iduser@host>show chassis routing-engineSample Output
user-nms %snmpwalk -Os -M /volume/~/mibs -m all tp1 public jnxOperatingBufferjnxOperatingBuffer.1.1.1.0 = Gauge32: 0jnxOperatingBuffer.1.1.2.0 = Gauge32: 0jnxOperatingBuffer.1.1.3.0 = Gauge32: 0jnxOperatingBuffer.2.1.0.0 = Gauge32: 0jnxOperatingBuffer.4.1.1.0 = Gauge32: 0jnxOperatingBuffer.4.1.2.0 = Gauge32: 0jnxOperatingBuffer.4.1.3.0 = Gauge32: 0jnxOperatingBuffer.4.1.4.0 = Gauge32: 0jnxOperatingBuffer.6.1.1.0 = Gauge32: 6jnxOperatingBuffer.6.1.2.0 = Gauge32: 6jnxOperatingBuffer.7.1.0.0 = Gauge32: 8jnxOperatingBuffer.7.2.0.0 = Gauge32: 8jnxOperatingBuffer.8.1.1.0 = Gauge32: 0jnxOperatingBuffer.8.2.3.0 = Gauge32: 0jnxOperatingBuffer.8.2.4.0 = Gauge32: 0jnxOperatingBuffer.9.1.0.0 = Gauge32: 28jnxOperatingBuffer.9.1.1.0 = Gauge32: 0user-nms %snmpwalk -Os -M /volume/~/mibs -m all tp1 public jnxOperatingDescrjnxOperatingDescr.1.1.1.0 = midplanejnxOperatingDescr.1.1.2.0 = midplanejnxOperatingDescr.1.1.3.0 = midplanejnxOperatingDescr.2.1.0.0 = Power Supply AjnxOperatingDescr.4.1.1.0 = Left Tray front fanjnxOperatingDescr.4.1.2.0 = Left Tray second fanjnxOperatingDescr.4.1.3.0 = Left Tray third fanjnxOperatingDescr.4.1.4.0 = Left Tray fourth fanjnxOperatingDescr.6.1.1.0 = CFEB Internet Processor IIv1jnxOperatingDescr.6.1.2.0 = CFEB Internet Processor IIv1jnxOperatingDescr.7.1.0.0 = FPC @ 0/*/*jnxOperatingDescr.7.2.0.0 = FPC @ 1/*/*jnxOperatingDescr.8.1.1.0 = PIC: 4x OC-3 SONET, MM @ 0/0/*jnxOperatingDescr.8.2.3.0 = PIC: 1x Tunnel @ 1/2/*jnxOperatingDescr.8.2.4.0 = PIC: 1x G/E, 1000 BASE-SX @ 1/3/*jnxOperatingDescr.9.1.0.0 = Routing EnginejnxOperatingDescr.9.1.1.0 = Routing Engine PCMCIA Carduser@R1>show chassis routing-engineRouting Engine status:Temperature 28 degrees C / 82 degrees FDRAM 256 MBMemory utilization 28 percentCPU utilization:User 0 percentBackground 0 percentKernel 6 percentInterrupt 0 percentIdle 94 percentModel RE-5.0Serial ID 1000431687Start time 2003-11-20 11:42:04 PSTUptime 63 days, 2 hours, 34 minutes, 4 secondsLoad averages: 1 minute 5 minute 15 minute0.01 0.02 0.01What It Means
The sample output shows the percentage of utilization for the FPC and Routing Engine. The first object,
jnxOperatingBuffer, shows that the Routing Engine (9.1.0.0) has 28 percent memory utilization, the two CFEB processors are using 6 percent, and the FPCs have 8 percent memory utilization.The second object,
jnxOperatingDescr, provides a human readable description of the separate instances in thejnxOperatingBufferobject. For example,1.1.0.0represents the midplane, and7.1.0.0representsFPC @ 0/*/*.The output for the
show chassis routing-enginecommand shows similar information to that displayed in the output of thejnxOperatingBufferobject, with 28 percent memory utilization for the Routing Engine.