Unsolved
This post is more than 5 years old
1 Message
0
962
April 28th, 2017 03:00
Unmanaging BGP Sessions on device discovery
Hi,
I have successfully updated the custom-end-post.asl script on our AMPM domains and I am able to unmanage specific elements based on criteria e.g. by Device name and ClassCreationName and this unmanages the said objects after I run a device discovery.
However I am at a loss as to how to implement a similar customisation in the BGP (or OSPF) domain. There is a "custom" directory;
/opt/InCharge/NPM/smarts/local/rules/bgp/custom
but there is nothing in it.
Putting a custom-end-post.asl script in here with necessary BGP references does not appear to work so I believe I am on the wrong track.
I need to do this to auto-unmanage BGP objects in our test environment as they are continually being disconnected/decommissioned etc.
Is anyone able to help on this?
Thanks
Russ
nbruce
53 Posts
0
May 2nd, 2017 06:00
Russ,
After making changes to the custom-end-post.asl, did you restart the IP domain? If this is not an option, you can reload the Post-Processor-Custom-End-Driver. This is possible via dmctl command:
dmctl -s invoke GA_Driver::Post-Processor-Custom-End- Driver start
Restarting this driver will cause the custom-end-post.asl to reload.