Cisco Cisco Packet Data Gateway (PDG)

Seite von 361
  Management Settings 
SNMP Support  ▀   
 
ASR 5500 System Administration Guide, StarOS Release 17  ▄  
 
   
83 
Step 2 
Verify that the SNMP community(ies) were configured properly by entering the following command: 
show snmp communities 
The output of this command lists the configured SNMP communities and their corresponding access levels.
 
Step 3 
Verify that the SNMP transports are configured properly by entering the following command: 
show snmp transports 
The following displays a sample output:
 
Target Name:   rms1 
IP Address:    192.168.1.200 
Port:          162 
Default:       Default 
Security Name: public 
Version:       1 
Security: 
View: 
Notif Type:    traps  
Controlling SNMP Trap Generation 
The system uses SNMP traps (notifications) to indicate that certain events have occurred. By default, the system enables 
the generation of all traps. However, you can disable individual traps to allow only traps of a certain type or alarm level 
to be generated. This section provides instructions for disabling/enabling SNMP traps. 
Important:
  Commands used in the configuration samples in this section provide base functionality. The most 
common commands and keyword options are presented. In many cases, other optional commands and keyword options 
are available. Refer to the Command Line Interface Reference for complete information regarding all commands. 
To configure SNMP trap generation: 
Step 1 
Set parameters by applying the following example configuration: 
configure 
   snmp trap suppress  
   snmp trap suppress trap_name1 trap_name2 ... trap_nameN 
Important:
  If at a later time you wish to re-enable a trap that was previously suppressed, use the snmp trap 
enable command.  
snmp trap enable trap_name1 trap_name2 ... trap_nameN target target-name 
Step 2 
Save the configuration as described in Verifying and Saving Your Configuration