Search This Blog & Internet

Tuesday, January 29, 2013

Configuration Deployment



Did you know that Cisco Prime LMS provides the possibility to deploy the configuration by using only one template, automatically adapting different device platforms?

You will find the necessary tools of this function under the menu Configuration => NetConfig => User Defined Task.



Monday, January 21, 2013

Compliancy Report

Did you know that by using Cisco Prime you can automatically verify the compliancy of your network device configuration and receive a daily report?


You will find the necessary tools of this function under the menu Configuration => Compliance => Compliance Template.



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]