User guide
Chapter 6 Control Configuration
SNMP Configuration and Management
SCE 1000 2xGBE Release 2.0.10 User Guide
OL-7117-02 6-37
EXAMPLE:
The following example shows how to configure the SCE 1000 to send SNMPv1 traps to a host
with the IP Address: 192.168.0.83 and community string named mycommunity.
SCE 1000(config)#snmp-server host 192.168.0.83 mycommunity
To enable the SNMP server to send AuthenticationFailure traps:
Step 1 At the SCE 1000(config)# prompt, type snmp-server enable traps snmp
authentication, and press Enter.
The SNMP server is enabled to send authentication failure traps.
EXAMPLE:
The following example shows how to configure the SNMP server to send the Authentication
failure trap.
SCE 1000(config)#snmp-server enable traps snmp authentication
You may enable or disable a specific enterprise trap or all enterprise traps.
To enable the SNMP server to send all Enterprise traps:
Step 1 At the SCE 1000(config)# prompt, type snmp-server enable traps
enterprise, and press Enter.
The SNMP server is enabled to send all enterprise traps.
EXAMPLE:
The following example shows how to configure the SNMP server to send all enterprise traps.
SCE 1000(config)#snmp-server enable traps enterprise
To enable the SNMP server to send a specific Enterprise trap:
Step 1 At the SCE 1000(config)# prompt, type snmp-server enable traps
enterprise [chassis|link-bypass|logger|operational-status|
RDR-formatter|sntp|system-reset|telnet] and press Enter.
The SNMP server is enabled to send the specified enterprise trap(s).
EXAMPLE:
The following example shows how to configure the SNMP server to send the logger enterprise
trap only.
SCE 1000(config)#snmp-server enable traps enterprise logger