Chapter 8 Configuring SNMP
Configuring SNMP Management Traffic Services
8-40
Cisco 4700 Series Application Control Engine Appliance Administration Guide
OL-11157-01
The CLI displays the class map management configuration mode. To classify the
remote SNMP protocol management traffic received by the ACE, include one or
more of the associated commands to configure the match criteria for the class
map:
•
description
—See the
“Defining a Class Map Description”
section
•
match protocol
—See the
“Defining SNMP Protocol Match Criteria”
section
You may include multiple
match protocol
commands in a class map.
For example, to allow SNMP access between the ACE and the host located at IP
address 192.168.1.1 255.255.255.0, enter:
host1/Admin(config)#
class-map type management match-all
SNMP-ALLOW_CLASS
host1/Admin(config-cmap-mgmt)#
match protocol snmp source-address
192.168.1.1 255.255.255.0
host1/Admin(config-cmap-mgmt)#
exit
To remove a Layer 3 and Layer 4 SNMP protocol management class map from the
ACE, enter:
host1/Admin(config)#
no class-map type management match-all
SNMP-ALLOW_CLASS
Defining a Class Map Description
Use the
description
command to provide a brief summary about the Layer 3 and
Layer 4 remote management class map.
Access the class map management configuration mode to specify the
description
command.
The syntax of this command is as follows:
description
text
Use the
text
argument to enter an unquoted text string with a maximum of
240 alphanumeric characters.