cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
0
Helpful
1
Replies

Port Load Balancing

Bruce Summers
Level 1
Level 1

Hey folks,

Need some help with the following:

I have a class map that load balances by IP address any port/protocol...I want to NOT load balance a specific port...I think the following will do the trick, but am not positive...if anybody has any input, please provide.

class-map match-all HQ_OCS_Front_End_to_Edge_Internal_WebConf_Policy_VIP_L4

description FE to Edge Web Conf

2 match vitual-adress <IP> any

no match port tcp eq 8057

1 Reply 1

Gilles Dufour
Cisco Employee
Cisco Employee

unfortunately that would not work.

The 'no ...' command is only used to remove a previously configured command.

What you can do is create an access-list to block traffic sent to port 8057 and use this access-list as an access-group in on your inbound vlan interface.

Gilles.

Review Cisco Networking for a $25 gift card