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


Using SNMP to Retrieve Information from JUNOSe Routers

Some scripts in the SDX 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 SDX 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 SDX 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. To use SDX Configuration Editor to configure global default SNMP communities:

  1. In the navigation pane, select a configuration file for the SAE that you want to configure.
  2. Select the Router tab, and expand the SNMP section.
  3. Edit or accept the default values in the fields.

See Global SNMP Community Fields.

  1. Select File > Save.
  2. Right-click the configuration file, select SDX System Configuration > Export to LDAP Directory.

Global SNMP Community Fields

In SDX Configuration Editor, you can edit the following fields in the Router pane in an SAE configuration file.

Read-Only Community String

Read-Write Community String


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