03-23-2004 08:41 AM - edited 03-02-2019 02:29 PM
We are using layer 3 switch 3750(standard image) to connect all VLANs. We need to enable one PC to receive broadcast from server that is on different VLAN. How can we do that? Multicast? but it sounds like 3750(standard image) not support multicast. Is any way to allow controlled broadcast traffic cross VLAN?
Thanks,
S.Cole
03-23-2004 10:20 AM
You could use a "ip helper-address" to forward broadcast traffic from one subnet to another.
The UDP destination port must be for TFTP, Domain Name System (DNS), Time, NetBIOS, ND, BOOTP or DHCP packet, or a UDP port specified by the ip forward-protocol udp global configuration
For more information about the "ip helper-address" command, refer to the following URL:
Hope this helps,
03-24-2004 06:20 AM
The command "ip helper-address" is probably what we need to do, but I can not find this command under interface configure mode. Its IOS version is 12.1(14)EA1a-SMI. Based on document, it should have.
Thanks for your help.
S.Cole
03-24-2004 06:45 AM
The SMI image is L2 only. You need a EMI (L2/L3) image if you want to be able to forward packets between different VLANs.
Hope this helps,
03-24-2004 08:39 AM
3750smi is L3 switch and it has rip protocol. The routing function is working okay. Probably I need to ask Cisco which version of IOS supports "ip helper-address".
S.Cole
03-24-2004 10:58 AM
My bad, the smi does support L3. I got confused with some other image I guess. The image you heve does support the "ip helper-address" command.Have you done a "no switch port" on the interface before you tried to apply this command.
Thanks,
03-24-2004 11:08 AM
BTW: the command is "no switchport" not "no switch port".
03-30-2004 01:45 PM
Thank you very much. It solved the problem.
I get time today to try it and it works!
S.Cole
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