cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
505
Views
0
Helpful
2
Replies

IMAPS

a12288
Level 3
Level 3

Has anyone tried to terminate IMAPS on ACE or CSS11501? thx.

2 Replies 2

ebreniz
Level 6
Level 6

As far I know CSSand CUE 2.3 supports IMAP ports. Refer URL for more information http://www.cisco.com/en/US/docs/voice_ip_comm/unity_exp/rel2_3/cliadmin/ch_imap.html#wp1065580

yes you can do this.

All these protocols use TCP.

IMAP uses port 143

SMTP uses port 25

....

So, you can either do 1 content rule to loadbalance all traffic (UDP/TCP) and you do not care about what it is.

Or you can have 1 content rule for only TCP traffic.

Finally, you could 1 content rule for each protocol you mentioned.

I don't think there is anything special to do.

example #1:

owner MyCompany

content MyServers

vip address x.x.x.x

add service s1

add service ...

active

!!! this is if you do a layer 3 rule. So, all traffic is loadbalanced

example #2:

owner MyCompany

content IMAP

vip address x.x.x.x

protocol tcp

port 143

add service ....

active

what I would like to achieve is terminate tcp 993 and 995.