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


Configuring General Properties for the SDX SNMP Agent

Use the following configuration statements to configure general properties for the SDX SNMP agent:

snmp agent { 
    trap-history-limit trap-history-limit;
    component-polling-interval component-polling-interval;
    protocol-log-level protocol-log-level; 
}

To configure properties for the SDX SNMP agent:

  1. From configuration mode, access the configuration statement that configures the SDX SNMP agent.
  2. [edit]
    
    user@host# edit snmp agent 
    
    
    
  3. (Optional) Specify the maximum number of elements stored in the SNMP trap history table.
  4. [edit snmp agent] 
    
    user@host# set trap-history-limit trap-history-limit 
    
    
    
  5. (Optional) Specify the interval at which an SRC component is polled.
  6. [edit snmp agent] 
    
    user@host# set component-polling-interval component-polling-interval 
    
    
    
  7. (Optional) Specify the log level for SNMP requests and responses received from the master agent.
  8. [edit snmp agent] 
    
    user@host# set protocol-log-level protocol-log-level 
    
    
    

To enable packet-level logging, set the protocol-log-level option to 9 or less.

  1. (Optional) Verify your configuration.
  2. [edit snmp agent] 
    
    user@host# show 
    
    
    

The output indicates the trap history limit, the component polling interval, the protocol log level, the initial properties, the logging destinations, and the Java heap size.


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