Chapter 8 Configuring SNMP
Configuring SNMP Notifications
8-36
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
To disable SNMP server notifications, use the
no
form of the command. For
example:
host1/Admin(config)#
no snmp-server enable traps slb real
Enabling the IETF Standard for SNMP linkUp and linkDown Traps
By default, the ACE sends the Cisco implementation of linkUp and linkDown
traps to the NMS. The ACE sends the Cisco Systems IF-MIB variable bindings,
which consists of ifIndex, ifAdminStatus, ifOperStatus, ifName, ifType,
clogOriginID, and clogOriginIDType. You can configure the ACE to send the
Internet Engineering Task Force (IETF) standards-based implementation for
linkUp and linkDown traps (as outlined in RFC 2863). The
snmp-server trap
link ietf
configuration mode command instructs the ACE to send the linkUp and
linkDown traps with the IETF standard IF-MIB (RFC 2863) variable bindings,
consisting of ifIndex, ifAdminStatus, and ifOperStatus.
Note
The Cisco var-binds are sent by default. To receive RFC 2863-compliant traps,
you must specify the
snmp-server trap link ietf
command.
The syntax of this command is as follows:
snmp-server trap link ietf
For example, to configure the linkUp and linkDown traps the comply with
RFC 2863, enter:
host1/Admin(config)#
snmp-server trap link ietf
To revert to the Cisco implementation of linkUp and linkDown traps:
host1/Admin(config)#
no snmp-server trap link ietf