Switches, Hubs, and Modems
1752790 Members
5800 Online
108789 Solutions
New Discussion

L4 UDP routing on core switch

 
Alkatraz
New Member

L4 UDP routing on core switch

Hi,
I need to configure udp routing (port 25000) between vlan aaa and vlan bbb, this config. shall be done on 9315M routing switch.
In my config I do this:
ip access-policy 125 permit 10.1.8.0 255.255.248.0 10.1.29.11 255.255.255.254 udp 25000
Where 1.1.8.0 255.255.248.0 is the aaa net, 10.1.29.11 255.255.255.254 is the bbb net.

Then I apply rule above at ve204 and ve 210

interface ve 204
........
ip access-group 125 in
ip access-group 125 out
..........

The same for interface ve 210
........
ip access-group 125 in
ip access-group 125 out
...................

I need to know if my config shall be ok or I need to reconfigure routing to permit udp 25000 between aaa and bbb vlans.
Many thanks in adv.