cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6486
Views
0
Helpful
18
Replies

Cisco VCS Alarm - Call license limit reached

Rohit Khajuria
Level 1
Level 1

I got some alarms on VCS-E and i dont know how to troubleshoot those alarms. Following are some alarms that i recieved :

 

1. Call license limit reached

2.Capacity warning

 

Please tell me if there is any way to troubleshoot these alarms or how can I clear off these alarms.

Some call got rejected because of these alarma also. Below is the log status for the calls which are dicsonnected.

 

 

 

 

18 Replies 18

All the 100@ calls are the result of you getting scanned, such as what Wayne mentions in his post above (SIPVicious), and those call attempts are them trying to exploit possible PSTN trunks.  If you don't use a PSTN gateway in your environment connected to your VCS, you can turn off UDP on the VCS.  One other solution is to create a CPL, call policy, that can block those incoming call attempt.

Yes, as Patrick has said, and as per the link in my previous post (this one), you're getting scanned by SIPVicious or something similar.

As suggested, you can turn off SIP UDP Mode - see Page 445 of the VCS Administrator Guide.

There's some CPL examples for blocking similar traffic in this old thread: https://supportforums.cisco.com/discussion/11234081/calls-asteriskdifferent-ip-addresses

Wayne
--
Please remember to rate responses and to mark your question as answered if appropriate.

Wayne

Please remember to mark helpful responses and to set your question as answered if appropriate.

Thanks for your reply again.

I will create a call policy as you said but for call policy i need to mention some destination pattern. Can you please telll me how can we create a call policy in this case as we are getting calls from some SIP ID's.

 

I am very new to this stuff so please dont mind my stupid questions.

 

Thanks

The attached a CPL script, which is an XML file, that should work.  You need to open up the XML file, look for 100@VCS_IP, and change VCS_IP to be the address of your VCS that the calls are coming in on.  Once done you can upload it to your VCS by going to Configuration > Call Policy > Configuration, and browse to the CPL script and upload it.  Remember to set call policy mode to use "Local CPL".

You can test to make sure it works by going to Maintenance > Tools > Locate.  I based the CPL to block all call attempts on 100@vcs_ip, where vcs_ip is the IP address you change to that is in use on your VCS.  I tested it against my lab VCS it stopped the search attempt before it reached the search rules, and uses up a call license.

Suggest you also disable UDP on your VCS if you don't need it, that is what all these scans are using.  It's disabled by default whenever a VCS is installed anyway, so it won't harm anything, unless you need it turned on for something specific.