dastrix Posted March 2, 2014 Author Posted March 2, 2014 Yeah it's inherited and over complicated yeah servers are on vlan 1 and wkstations are on block1-10
Tallwood_6 Posted March 3, 2014 Posted March 3, 2014 You just need to add port UDP port 9 to the existing: ip forward-protocol udp 10.5.31.255 2050 ip forward-protocol udp 10.5.39.255 2050 ip forward-protocol udp 10.5.3.255 2050 ip forward-protocol udp 10.5.7.255 2050 ip forward-protocol udp 10.5.11.255 2050 ip forward-protocol udp 10.5.15.255 2050 ip forward-protocol udp 10.5.19.255 2050 ip forward-protocol udp 10.5.23.255 2050 ip forward-protocol udp 10.5.27.255 2050 ip forward-protocol udp 10.5.35.255 2050 Under your default vlan 1 1
dastrix Posted March 3, 2014 Author Posted March 3, 2014 Just to confirm I dont need to do anything to the other switches where the clients are connected. As its not working after making these changes.
Tallwood_6 Posted March 3, 2014 Posted March 3, 2014 Nope the switch should route broadcast udp traffic on that port from the server on the default vlan to the broadcast address of all the stations on the other vlans. Under the running config you should now see: ip forward-protocol udp 10.5.31.255 2050 9 ip forward-protocol udp 10.5.39.255 2050 9 ip forward-protocol udp 10.5.3.255 2050 9 etc You can always use wireshark to check that this traffic is reaching the stations if need be.
dastrix Posted March 3, 2014 Author Posted March 3, 2014 vlan 1 name "DEFAULT_VLAN" no untagged 3/11-3/12,3/17 untagged 1/1-1/26,2/1-2/26,3/1-3/10,3/13-3/16,3/18-3/32,3/34-3/36,3/45-3/52,Trk5,Trk10-Trk11 ip address 10.0.0.1 255.255.0.0 ip proxy-arp ip directed-broadcast ip helper-address 10.0.30.1 ip forward-protocol udp 10.5.31.255 9 ip forward-protocol udp 10.0.30.255 9 ip forward-protocol udp 10.5.39.255 9 ip forward-protocol udp 10.5.3.255 9 ip forward-protocol udp 10.5.7.255 9 ip forward-protocol udp 10.5.11.255 9 ip forward-protocol udp 10.5.15.255 9 ip forward-protocol udp 10.5.19.255 9 ip forward-protocol udp 10.5.23.255 9 ip forward-protocol udp 10.5.27.255 9 ip forward-protocol udp 10.5.35.255 9 ip igmp ip igmp forward 1/1-1/26,2/1-2/26,3/1-3/4,3/8-3/24,3/29-3/32,3/34,3/45-3/52,Trk5 ip pim-dense ip-addr any exit exit
Tallwood_6 Posted March 3, 2014 Posted March 3, 2014 You have a hell of a lot of config there, you need someone to either unpick it all or start afresh with some static vlans. We quite simply have the following enabled on the switch (not per vlan) ip routing ip udp-bcast-forward and our server vlan config looks like this (our WOL uses udp 40000) vlan 10 name "Servers" untagged B19,B23-B24,J5,J12-J13,J16,J19-J20,L13,L15-L16 ip address 172.16.10.1 255.255.255.0 ip forward-protocol udp 172.16.60.255 40000 ip forward-protocol udp 172.16.61.255 40000 ip forward-protocol udp 172.16.62.255 40000 ip forward-protocol udp 172.16.63.255 40000 ip forward-protocol udp 172.16.64.255 40000 ip forward-protocol udp 172.16.65.255 40000 exit
dastrix Posted March 3, 2014 Author Posted March 3, 2014 Thanks for the assistance I know we need to remove some of the config
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