[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Using SNMP to Retrieve Information from JUNOSe Routers

Some scripts in the SRC software use SNMP to get information from the router. For example, the poolPublisher router initialization script uses SNMP to read the IP pools.

Configuring the SNMP Server on the JUNOSe Router

Access to the SNMP server on the router by an SNMP client is governed by a proprietary SNMP community table. This table identifies communities that have read-only, read-write, or administrative permission to the SNMP Management Information Base (MIB) stored on a particular server.

When an SNMP server receives a request, the server extracts the client's IP address and the community name. The SNMP server searches the community table for a matching community.

To configure the SNMP agent on the JUNOSe router:

  1. Switch to the virtual router for which you want to create an SRC client.
  2. host1#(config)virtual-router <vrName>
    
    
    
  3. Enable the SNMP agent.
  4. host1:<vrName>#(config)snmp-server
    
    
    
  5. Configure at least one authorized SNMP read-write community (SNMPv1/v2c), which provides SNMP client access.
  6. host1:<vrName>(config)#snmp-server community boston rw
    
    
    
  7. (Optional) Configure a read-only community.
  8. host1:<vrName>#(config)snmp-server public ro
    
    
    

Configuring Global SNMP Communities in the SRC Software

You can configure global default SNMP communities that are used if a VR does not exist on the router or the community strings have not been configured for the VR. See Chapter 5, Using JUNOSe Routers in the SRC Network with the SRC CLI.


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]