Link to home
Start Free TrialLog in
Avatar of tolinrome
tolinromeFlag for United States of America

asked on

cisco dhcp relay agent

I need to verify if my dhcp servers are setup in the cisco switches as relay agents.

1.Which commands do I use to verify if the cisco switches areusing dhcp relay agent.

2. If they are, what commands do I use to add 2 new dhcp servers and delete the old ones?

switches are 4500 and 3500 series.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Soulja
Soulja
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tolinrome

ASKER

ok, how would I get to the vlan interface to verify if it is even using dhcp relay agent. thanks.
sh run interface vlan x

This will show you the vlan interface's running configuration.
Thanks!