10-27-2013 03:45 PM - edited 03-07-2019 04:15 PM
Hi all,
How can I find on which vlans are helper-address command configured? I have many devices to change helper-address.
Thanks !!!
Solved! Go to Solution.
10-27-2013 11:24 PM
Hi,
I think the easiest way is a "show running | include ^interface V|helper-address" from CLI.
If you want to use SNMP, the objects in CISCO-IP-IF-MIB::CiiHelperAddressEntry look very interesting.
HTH
Rolf
10-28-2013 02:56 AM
Helper addresses will be on the default gateways of yours subnets so logon to the switch/router which is doing your intervlan routing and look there at the interface configurations.
10-27-2013 11:24 PM
Hi,
I think the easiest way is a "show running | include ^interface V|helper-address" from CLI.
If you want to use SNMP, the objects in CISCO-IP-IF-MIB::CiiHelperAddressEntry look very interesting.
HTH
Rolf
10-28-2013 02:56 AM
Helper addresses will be on the default gateways of yours subnets so logon to the switch/router which is doing your intervlan routing and look there at the interface configurations.
10-28-2013 05:05 AM
Run "sh ip helper-address". It will show you where it's configured, but you'll still need to get into each svi to change them:
HTH,
John
*** Please rate all useful posts ***
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide