Cisco ASR 9000 Series User Configuration Manual page 405

Aggregation services router
Hide thumbs Also See for ASR 9000 Series:
Table of Contents

Advertisement

Configuring Periodic MIB Data Collection and Transfer
SUMMARY STEPS
1. configure
2. snmp-server mib bulkstat schema schema-name
3. object-list list-name
4. Do one of the following:
5. poll-interval minutes
6. commit
DETAILED STEPS
Command or Action
Step 1
configure
Step 2
snmp-server mib bulkstat schema schema-name
Example:
RP/0/RSP0/CPU0:router(config)# snmp-server
mib
bulkstat schema intE0
RP/0/RSP0/CPU0:router(config-bulk-sc)#
Step 3
object-list list-name
Example:
RP/0/RSP0/CPU0:router(config-bulk-sc)#
object-list
ifMib
Step 4
Do one of the following:
• instance exact {interface interface-id [sub-if]
| oid oid}
• instance wild {interface interface-id [sub-if] |
oid oid}
• instance range start oid end oid
• instance repetition oid max repeat-number
• instance exact {interface interface-id [sub-if] | oid oid}
• instance wild {interface interface-id [sub-if] | oid oid}
• instance range start oid end oid
• instance repetition oid max repeat-number
Cisco ASR 9000 Series Aggregation Services Router System Management Configuration Guide, Release 5.1.x
Configuring a Bulk Statistics Schema
Purpose
Names the bulk statistics schema and enters bulk statistics schema
mode.
Specifies the bulk statistics object list to be included in this
schema. Specify only one object list per schema. If multiple
object-list commands are executed, the earlier ones are overwritten
by newer commands.
Specifies the instance information for objects in this schema:
• The instance exact command indicates that the specified
instance, when appended to the object list, represents the
complete OID.
• The instance wild command indicates that all subindices of
the specified OID belong to this schema. The wild keyword
allows you to specify a partial, "wild carded" instance.
• The instance range command indicates a range of instances
on which to collect data.
387

Advertisement

Table of Contents
loading

Table of Contents