FN-GM Posted August 11, 2011 Posted August 11, 2011 Hi, I am not very familiar with Cisco kit so pleas bare with me. I would like to change the IP helper users on VLAN 200 From what i understand to do this i need to telnet into the core switch and enter the following switchname#interface vlan 200 switchname#ip address x.x.x.x 255.255.255.0 switchname#ip helper-address x.x.x.x On the second line where you specify the IP address what do you enter there please? What IP address are they after please? Also will these commands remove the old IP helper details please? Thanks
ChrisH Posted August 11, 2011 Posted August 11, 2011 The ip address is the address of that vlan eg the ones all the clients on that vlan will use as their default gateway. So you shouldn't need to change it unless your completely changing ranges.
FN-GM Posted August 11, 2011 Author Posted August 11, 2011 The ip address is the address of that vlan eg the ones all the clients on that vlan will use as their default gateway. So you shouldn't need to change it unless your completely changing ranges. That makes sense, why didnt i think of that . Can i miss that line out or do i have to include it? Also will the remove the old helper setting please? Thanks
ChrisH Posted August 11, 2011 Posted August 11, 2011 To undo most cisco commands you usually do the same command but put "no " in front.
FN-GM Posted August 11, 2011 Author Posted August 11, 2011 Ok so i would do the following? switchname#interface vlan 200 switchname#ip address x.x.x.x 255.255.255.0 switchname#ip no helper-address switchname#ip helper-address x.x.x.x Thanks
FN-GM Posted August 12, 2011 Author Posted August 12, 2011 Anyone before i give this a bash please? Do i need to specify the ip address as its already set? Thanks
cpjitservices Posted August 12, 2011 Posted August 12, 2011 Just enter the command: ip helper-address followed by the address of the machine you want the broadcasts to be forwarded to, address = Destination broadcast or host address to be used when forwarding UDP broadcasts. There can be more than one helper address per interface.
Willott Posted August 12, 2011 Posted August 12, 2011 If you no longer need the previous ip helper, then you should do: no ip helper-address xxx.xxx.xxx.xxx (where xxx.xxx.xxx.xxx is old ip helper) This may protect you should someone stick something running on the old IP which responds to the broadcast received.
FN-GM Posted March 26, 2012 Author Posted March 26, 2012 Hi, As i dont do this often, how would i go about viewing the current ip-helper on a VLAN please? I knew this 6 months ago and for the life of me i cant remember. Thanks
dan41322 Posted March 26, 2012 Posted March 26, 2012 Hi, As i dont do this often, how would i go about viewing the current ip-helper on a VLAN please? I knew this 6 months ago and for the life of me i cant remember. Thanks I am pretty sure you can find this if you do the show running config command. You need to be in enabled mode to do this not in conf t mode. Does that help any?
FN-GM Posted March 26, 2012 Author Posted March 26, 2012 I had a look in there but it only showed the config for 1 of our 5 vlans. I have not worked at the school for 8 months i forgot how it was setup. Thanks
dan41322 Posted March 26, 2012 Posted March 26, 2012 I had a look in there but it only showed the config for 1 of our 5 vlans. I have not worked at the school for 8 months i forgot how it was setup. Thanks I'll have a look in my ccna book tomorrow for you when I get to work if no one else has replied to your post by then to see if I can find anything for you. I would have thought it would be in the show running config though? Usually most info is in there.
dan41322 Posted March 27, 2012 Posted March 27, 2012 Heya, Just to let you know that I tried the sh running-config and managed to get the IP Helper address on one of my devices here:
FN-GM Posted March 27, 2012 Author Posted March 27, 2012 The setup they have here is weird, long story why. Might i need to configure the IP helper on another switch if it isnt showing in my running config? Thanks
dan41322 Posted March 27, 2012 Posted March 27, 2012 Are you on the switch that should have the IP Helper address configured?
CISCODISCO Posted March 29, 2012 Posted March 29, 2012 (edited) Hello, If you have already configured the default gateway on the interface there is no need in re-entering the configuration you will just need to enter the ip helper-address- the ip address where you want the broadcasts to be forwarded i.e DHCP Server. The command will bring up the entire configuration entered and running on the Cisco IOS including IP Helper. A more specific command to use would be . The setup they have here is weird, long story why. Might i need to configure the IP helper on another switch if it isnt showing in my running config? Thanks No the running configuration is local only if it is not showing it means it has not been configured on that switch. HTH Edited March 29, 2012 by CISCODISCO
nannook215 Posted January 13, 2013 Posted January 13, 2013 The setup they have here is weird, long story why. Might i need to configure the IP helper on another switch if it isnt showing in my running config? Thanks depending on your setup you may or may not have to configure Ip fowarding/ip helper on any number of switches if they are daisychained depending on how many switches the broadcast have to go through to get to the final network destination switch that doesn't requireit would be last switch in the chain
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now