11-25-2019 09:05 AM
Hi all,
after an afternoon of trawling I figured I'd jus ask and hope you bright lot can help me out.
I'm commissioning a new network for my company... I'm ok with most stuff and have built the network in Packet tracer all lovely.
Now when it comes to it I'm having some trouble with some basic stuff.
I have a pair of 350XG's stacked.. I'm trying to add an ip helper-address to my endpoint VLAN so they can go grab a DHCP ip address from our domain controller.
Endpoints on VLAN 200 (IP: 192.168.200.0) DHCP server on 192.168.10.101... So I do the following;
int vlan 200 ip helper 192.168.10.101
% missing mandatory parameter
This returns me the error above.... can anyone tell me what I'm doing wrong?
I also wondered why it was that I couldn't do the following;
router rip version 2 network 192.168.10.0 network 192.168.200.0 network 192.168.254.0 redistribute connected redistribute static
it seems rip isn't available on this switch?
Any ideas anyone?
thanks in advance,
Paul.
Solved! Go to Solution.
11-25-2019 09:14 AM - edited 11-25-2019 09:15 AM
@cre8toruk Hello,
You can use a DHCP relay configuration as below;
ip dhcp relay enable
ip dhcp relay address 1.1.1.1
ip dhcp relay address 2.2.2.2
interface vlan 10
ip dhcp relay enable
interface vlan 20
ip dhcp relay enable
look more information here: https://www.cisco.com/c/pt_br/support/docs/smb/switches/cisco-small-business-300-series-managed-switches/smb5567-configure-dynamic-host-configuration-protocol-dhcp-relay-set.html
About RIP, this switch do not support this feature, look here: https://www.cisco.com/c/en/us/products/collateral/switches/small-business-smart-switches/data-sheet-c78-737359.html
11-25-2019 09:14 AM - edited 11-25-2019 09:15 AM
@cre8toruk Hello,
You can use a DHCP relay configuration as below;
ip dhcp relay enable
ip dhcp relay address 1.1.1.1
ip dhcp relay address 2.2.2.2
interface vlan 10
ip dhcp relay enable
interface vlan 20
ip dhcp relay enable
look more information here: https://www.cisco.com/c/pt_br/support/docs/smb/switches/cisco-small-business-300-series-managed-switches/smb5567-configure-dynamic-host-configuration-protocol-dhcp-relay-set.html
About RIP, this switch do not support this feature, look here: https://www.cisco.com/c/en/us/products/collateral/switches/small-business-smart-switches/data-sheet-c78-737359.html
11-25-2019 01:14 PM
Thanks jaderson.. I'm hoping that it doesn't matter and the inter vlan routing will work anyway, is that your understanding ?
11-25-2019 03:57 PM
11-26-2019 01:59 PM
11-25-2019 12:57 PM
11-25-2019 01:16 PM
11-26-2019 12:50 AM
Right, so I've discovered what I was doing wrong....
Apparently the syntax of the ip helper-address command requires a source and a destination and apparently you can also specify a UDP port for DHCP (68 I believe), however when I try that it tells me it's reserved.
e.g.
ip helper-address All 192.168.10.10 ip helper-address 192.168.200.0 192.168.10.10
both work...in that I don't get any errors :-)
In any case with Jaderson's help I hope that I won't need this to work. It would appear on the surface that it's been superseded by the ip dhcp relay command.
11-27-2019 01:20 AM
Hello,
on a side note, I think RIP actually is available on the SG350X, you just cannot add it through the command line, but you have to use the GUI. Check page 396 (chapter 17) of the attached admin guide...
https://www.cisco.com/c/dam/en/us/td/docs/switches/lan/csbms/350xg/admin_guide/AG_Tesla_350_550.pdf
11-27-2019 05:05 AM
11-27-2019 05:24 AM
11-27-2019 05:33 AM
My bad...sorry for the (mis)information...I should have read it better myself before posting the link...
11-27-2019 05:58 AM
11-27-2019 03:15 AM
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