cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
594
Views
0
Helpful
1
Replies

netconfig job on interface level

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.

1 Reply 1

I guess I should add I am doing this using LMS to push the job out to my devices.