Search This Blog & Internet

Wednesday, January 9, 2013

How to negate a Track in Cisco router

As you may know, you can have a Tracked list in Cisco routers combined with Boolean expressions. In order to negate a track, you need to add the keyword "not" after your object in the list. Example:

Router(config)#track track-number list boolean {and|or} (depending on if you need a logical AND or a logical OR)
Router(config-track)#object Tracked-object-number [not]

1 comment: