Welcome to Netcordia Connection Sign in | Join | Help
in Search

Excluding a select group of Devices from your Config Policy

Last post 08-18-2008 11:23 AM by sspeer. 0 replies.
Page 1 of 1 (1 items)
Sort Posts: Previous Next
  • 08-18-2008 11:23 AM

    Excluding a select group of Devices from your Config Policy

     In the event that a select group of devices meeting the include criteria (for example $type in ["Router'] ) need to be excluded from the config policy, there is an easy way to achieve this.

     

    1. Create a Device Group (Results --> Network --> Device Group) that includes the devices that need to be excluded from the policy

    2. Use the not memberOf ["device group name"] statement within the policy

     

    Example:

     Device-Filter:  $Vendor == "Cisco" and $Type in ["Router", "Switch-Router"] and not memberOf ["device group name"]

     

    If a different policy is to be run on the excluded devices, simply use the memberOf statement without the 'not'. 

     

    Example:

     Device-Filter:  memberOf ["device group name"]

     

Page 1 of 1 (1 items)