netconfig job on interface level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2017 12:38 PM
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.
- Labels:
-
Network Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2017 10:58 AM
I guess I should add I am doing this using LMS to push the job out to my devices.
