Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

NIOS DNS DHCP IPAM

Reply

How to remove a blacklisted site from Infoblox blacklist Ruleset.

Member
Posts: 6
2631     0

How to remove a blacklisted site from Infoblox blacklist Ruleset.

Re: How to remove a blacklisted site from Infoblox blacklist Ruleset.

Adviser
Posts: 109
2632     0

Blacklists are managed using the CSV Job Manager. When you run a new import job, you are presented with a series of options to set the type of import that you want to run:

 

  • Add: Add new rows from the imported file to the database
  • Override: Overwrite existing rows in the database with rows in the imported file; don't add new rows; don't delete rows
  • Merge: Append rows that are not currently in the database from the imported file; don't add new rows; don't delete rows; don't overwrite existing data
  • Delete: Delete rows in the imported file from the database
  • Custom: Custom option to choose user defined import action in the imported file

 

While you would use the Add option to add rules to a ruleset, use the Delete option when you want to remove rules. The syntax for the CSV file will be the same for either option.

 

Example CSV file syntax:

 

header-blacklistrule,parent*,domain_name*,action*
BlacklistRule,blacklist_rule1,foobar2.com,PASS
BlacklistRule,blacklist_rule1,blacklistedzone2.com,REDIRECT

 

 

Hope this helps.

 

-Tony

Showing results for 
Search instead for 
Did you mean: 

Recommended for You