Hi,
I wanted to know if anyone has configured a change template to remove a command from SVI (Switch Virtual Interfaces) on Cisco Layer 3 switches. I want to be able to remove a command from all SVI's. For example, I want to be able to remove the ip broadcast-address from all SVI's. Below is an example:
This is what I have:
int vlan 1 (SVI interface)
ip broadcast-address x.x.x.x (Item to remove)
This is what I want to accomplish:
int vlan 1
no ip broadcast-address
exit
search all SVI's, if command does not exist, then go to next SVI, if it does exist, then remove command and continue with process until it reaches the end.
I have 3 Cisco Layer 3 devices that I need to do this to. This will save time by me not having to go into each SVI and having to remove the command manually.
I am having a difficult time understanding the change template structure. I don't know what context should map to what database information. Any help is greatly appreciated.
Thank you,
Enid