set snmp timefilter break

Use this command to set SNMP to exit the MIB walk after the first entry it returns if the index includes a timestamp.

Syntax

set snmp timefilter break {enable | disable}

Parameters

enable Configures the MIB walk behavior to exit after the first entry is returned when the getNext object index contains a timestamp.
disable Configures the MIB walk behavior to only exit when the current time is reached when the getNext object index contains a timestamp.

Defaults

Disabled.

Mode

All command modes.

Usage

When an index contains a timestamp, by default the getNext walk continues to return values until the current time is reached, which may not ever occur, leaving the user with the impression that the walk is in a loop. Enabling this command will exit the walk after the first entry is returned.

Example

This example enables the SNMP timestamp filter break for this router:

System(rw)->set snmp timefilter break enable