cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
790
Views
0
Helpful
2
Replies

Netconfig job on the interface level

pmpesha
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Joe Clarke
Cisco Employee
Cisco Employee

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.

View solution in original post

2 Replies 2

Joe Clarke
Cisco Employee
Cisco Employee

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.

Thank you very much Jclarke for your prompt respond.   Works great!