Switches, Hubs, and Modems
1754022 Members
7279 Online
108811 Solutions
New Discussion юеВ

Re: 5308XL

 
Michael_261
New Member

5308XL

How would I block an ethernet port on a HP5308XL switch from sending
data over an IP port (5404)? I'm trying to limit traffic of a specific
type of from going beyond the network switch that it was initiated on.

Thanks for any help
3 REPLIES 3
Ron Kinner
Honored Contributor

Re: 5308XL

You can't get there from here. The 5308's filtering capabilities are very primitive. You can only block traffic between different ports on the switch or you can completely block certain protocols such as IP or IPX or filter certain Multicasts. The switch does not seem to even understand the concept of ip ports. Your friendly Cisco router can do it but not the 5308.

Ron

BP7
Occasional Contributor

Re: 5308XL

You can use the 53xx acl capabilities. You need at least the firmware 7.21 .
Then you can specify, the traffic you want block.
BP7
Occasional Contributor

Re: 5308XL

after your firmware ugrade
you can try something like

access-list 105 tcp deny any any eq 5404
access-list 105 permit ip any any
vlan 1 ip access-group 105 in
ip routing

5404 is a tcp ou udp port ?
you must apply the accces-group to the good vlan.