292 CHAPTER 19: SNMP COMMANDS
text string consisting of numbers, such as 1.3.6.2.4, or a word, such as
system. Replace a single subidentifier with the asterisk (*) wildcard to
specify a subtree family; for example, 1.3.*.4.
included — Indicates that the filter type is included.
excluded — Indicates that the filter type is excluded.
Default Configuration
No filter entry exists.
Command Mode
Global Configuration mode
User Guidelines
This command can be entered multiple times for the same filter record.
Later lines take precedence when an object identifier is included in two or
more lines.
Example
The following example creates a filter that includes all objects in the
MIB-II system group except for sysServices (System 7) and all objects for
interface 1 in the MIB-II interfaces group.
snmp-server host The snmp-server host Global Configuration mode command specifies
the recipient of Simple Network Management Protocol Version 1 or
Version 2 notifications. To remove the specified host, use the no form of
this command.
Syntax
snmp-server host {ip-address | hostname} community-string [traps |
informs] [1 | 2] [udp-port port] [filter filtername] [timeout seconds]
[retries retries]
no snmp-server host {ip-address | hostname} [traps | informs]
Console(config)#
snmp-server filter
filter-name system
included
Console(config)#
snmp-server filter
filter-name system.7
excluded
Console(config)#
snmp-server filter
filter-name ifEntry.*.1
included