11-25-2009 07:44 AM
I am trying to create a netconfig job to remove ip helpers from my vlan interfaces. Is this possible? How can this be accomplished? Thank you for your input.
Solved! Go to Solution.
11-25-2009 10:09 AM
This might be better accomplished with a baseline compliance template instead of a Netconfig job. Create a new advanced baseline template with the following configuration:
Submode: interface [#Vlan.*#]
Body:
- ip helper-address [HELPER]
That should remove all ip helper-address entries from all Vlan interfaces.
11-25-2009 10:09 AM
This might be better accomplished with a baseline compliance template instead of a Netconfig job. Create a new advanced baseline template with the following configuration:
Submode: interface [#Vlan.*#]
Body:
- ip helper-address [HELPER]
That should remove all ip helper-address entries from all Vlan interfaces.
11-25-2009 12:32 PM
Thank you very much Jclarke for your prompt respond. Works great!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide