QoS to deny custom TCP Service port

Post Reply
kent2612
Member
Posts: 37
Joined: 15 Nov 2011 04:30

QoS to deny custom TCP Service port

Post by kent2612 »

Hi,

Please help verify if the command below are correct as I need to disable a custom TCP port e,g, TCP/101 from any source to the switch itself,
policy service TCP_101 destination tcp-port 101
policy condition deny_TCP_10161 destination ip Any service TCP_101
policy action deny_TCP_101 disposition deny
policy rule deny_TCP_101 precedence 60 condition deny_TCP_10161 action deny_TCP_101
qos apply
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 1896
Joined: 01 Jul 2008 10:51
Location: Germany

Re: QoS to deny custom TCP Service port

Post by silvio »

With your configuration you deny all traffic through the switch with dest port 101.

policy condition deny_TCP_10161 destination network group Switch service TCP_101

this is for only destination to all ip of the switch.
BR Silvio
Post Reply

Return to “OmniSwitch 6860 / 6860E”