Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[asterisk-users] SIP OPTIONS "storm"?


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users
View previous topic :: View next topic  
Author Message
tnelson at rockbochs.com
Guest





PostPosted: Thu Feb 13, 2014 1:08 pm    Post subject: [asterisk-users] SIP OPTIONS "storm"? Reply with quote

Greetings-

I recently experienced an odd situation. I have an Asterisk 11.5.0 system (Box A) with a SIP peering to another Asterisk 1.8.23.0 system (Box B). At some point, Box A started sending over 65Mbps of SIP OPTIONS packets to Box A. I do have qualify=yes for the peer on both sides, and the qualifyfreq is not set (aka default of 60secs).

Of course, logs on Box A were not set to show debug info, so there is no indication of a problem. Logs on Box B show no issues, only at a very specific start time, there are suddenly tons of:

[2014-02-13 00:12:50] DEBUG[31516] chan_sip.c: Allocating new SIP dialog for 2a338cf5518531e31190bd4b7826d137@x.y.z.166:5060 - OPTIONS (No RTP)

I've done quite a bit of searching, but am not finding anything of consequence. Also, the Asterisk changelogs are not providing anything that would indicate this is known and fixed, at least for the 11.x branch.

Thoughts/suggestions? Thanks!

--Tim

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
gopalakrishnan.an at g...
Guest





PostPosted: Thu Feb 13, 2014 9:50 pm    Post subject: [asterisk-users] SIP OPTIONS "storm"? Reply with quote

SIP options message is due to check the peer registration is keepalive. As per my understanding it might be because of network flap may be wireshark trace can give you any clue.
Regards On 13 Feb 2014 23:41, "Tim Nelson" <tnelson@rockbochs.com (tnelson@rockbochs.com)> wrote:
Quote:
Greetings-

I recently experienced an odd situation. I have an Asterisk 11.5.0 system (Box A) with a SIP peering to another Asterisk 1.8.23.0 system (Box B). At some point, Box A started sending over 65Mbps of SIP OPTIONS packets to Box A. I do have qualify=yes for the peer on both sides, and the qualifyfreq is not set (aka default of 60secs).

Of course, logs on Box A were not set to show debug info, so there is no indication of a problem. Logs on Box B show no issues, only at a very specific start time, there are suddenly tons of:

[2014-02-13 00:12:50] DEBUG[31516] chan_sip.c: Allocating new SIP dialog for 2a338cf5518531e31190bd4b7826d137@x.y.z.166:5060 - OPTIONS (No RTP)

I've done quite a bit of searching, but am not finding anything of consequence. Also, the Asterisk changelogs are not providing anything that would indicate this is known and fixed, at least for the 11.x branch.

Thoughts/suggestions? Thanks!

--Tim

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tnelson at rockbochs.com
Guest





PostPosted: Fri Feb 14, 2014 7:47 am    Post subject: [asterisk-users] SIP OPTIONS "storm"? Reply with quote

----- Original Message -----

Quote:
SIP options message is due to check the peer registration is
keepalive. As per my understanding it might be because of network
flap may be wireshark trace can give you any clue.
Regards

Correct. I understand the role and function of the OPTIONS requests. The issue is why was Asterisk sending out 65Mbps worth of them to one peer? I did get a capture of the traffic, but nothing appears to explain *why* the traffic was there to begin with.

--Tim

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
steve-lists at geekint...
Guest





PostPosted: Fri Feb 14, 2014 8:19 am    Post subject: [asterisk-users] SIP OPTIONS "storm"? Reply with quote

On 13 Feb 2014, at 18:10, Tim Nelson <tnelson@rockbochs.com> wrote:
Quote:
I recently experienced an odd situation. I have an Asterisk 11.5.0 system (Box A) with a SIP peering to another Asterisk 1.8.23.0 system (Box B). At some point, Box A started sending over 65Mbps of SIP OPTIONS packets to Box A. I do have qualify=yes for the peer on both sides, and the qualifyfreq is not set (aka default of 60secs).

Just because Box B was receiving 65MBps doesn’t mean box A was sending them. I suspect it’s probably the same one repeated, due to some kind of network problem. Do you have a pcap so you can look for the ID in the packets to see if they are the same? Would be good if you can prove A sent them too (traffic stats from SNMP monitoring or something).

S
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
tnelson at rockbochs.com
Guest





PostPosted: Tue Feb 18, 2014 9:40 am    Post subject: [asterisk-users] SIP OPTIONS "storm"? Reply with quote

----- Original Message -----
Quote:
On 13 Feb 2014, at 18:10, Tim Nelson <tnelson@rockbochs.com> wrote:
Quote:
I recently experienced an odd situation. I have an Asterisk 11.5.0
system (Box A) with a SIP peering to another Asterisk 1.8.23.0
system (Box B). At some point, Box A started sending over 65Mbps
of SIP OPTIONS packets to Box A. I do have qualify=yes for the
peer on both sides, and the qualifyfreq is not set (aka default of
60secs).

Just because Box B was receiving 65MBps doesn’t mean box A was
sending them. I suspect it’s probably the same one repeated, due to
some kind of network problem. Do you have a pcap so you can look for
the ID in the packets to see if they are the same? Would be good if
you can prove A sent them too (traffic stats from SNMP monitoring or
something).


Right, but a packet capture shows the source to be box A, and the destination to be box B. NMS reports from the same time period confirm the traffic flows. I'm not guessing or stabbing in the dark, I did my homework before posting. :)

Checking the IDs across ~25 packets, all have different SIP IDs.

Any thoughts?

--Tim

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
EWieling at nyigc.com
Guest





PostPosted: Tue Feb 18, 2014 1:48 pm    Post subject: [asterisk-users] SIP OPTIONS "storm"? Reply with quote

Attach the packet capture to your Jira bug report or post it online somewhere. Hopefully someone will look at it.


-----Original Message-----
From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Tim Nelson
Sent: Tuesday, February 18, 2014 9:42 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] SIP OPTIONS "storm"?

----- Original Message -----
Quote:
On 13 Feb 2014, at 18:10, Tim Nelson <tnelson@rockbochs.com> wrote:
Quote:
I recently experienced an odd situation. I have an Asterisk 11.5.0
system (Box A) with a SIP peering to another Asterisk 1.8.23.0
system (Box B). At some point, Box A started sending over 65Mbps of
SIP OPTIONS packets to Box A. I do have qualify=yes for the peer on
both sides, and the qualifyfreq is not set (aka default of 60secs).

Just because Box B was receiving 65MBps doesn’t mean box A was sending
them. I suspect it’s probably the same one repeated, due to some kind
of network problem. Do you have a pcap so you can look for the ID in
the packets to see if they are the same? Would be good if you can
prove A sent them too (traffic stats from SNMP monitoring or
something).


Right, but a packet capture shows the source to be box A, and the destination to be box B. NMS reports from the same time period confirm the traffic flows. I'm not guessing or stabbing in the dark, I did my homework before posting. Smile

Checking the IDs across ~25 packets, all have different SIP IDs.

Any thoughts?

--Tim

--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> Asterisk Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services