I am wracking my brain on trying to figure out how to complete this using netconfig. Basically I am traying to add an addtional ip-helper address to the vlans that have one already.
For example
current config
vlan 100
ip-helper address 10.1.2.3
vlan 101
no helper address)
Expected config
vlan 100
ip-helper address 10.1.2.3
ip-helper address 10.1.2.4
vlan 101
(no helper address)
So far I can do a port based netconfig job that well detect the ports via an adhoc rule, " Port.PortName contains "VL" " but cant seem to find a way to tell it only the ports that have an IP helper address already.