<div dir="ltr"><div><div><div>Hi Mark,<br><br></div>Exactly! We have configured about 44000 subscriber vlans, but most of them are not bound. Command "dot1q pvc 620:1500 through 3999" added 2500 vlans in config:<br><br> dot1q pvc 620 encapsulation 1qtunnel<br>  dot1q pvc 620:1500<br>  service clips dhcp context inet<br>  dot1q pvc 620:1501<br>  service clips dhcp context inet<br>  dot1q pvc 620:1502<br>....<br>  service clips dhcp context inet<br>  dot1q pvc 620:3999<br><br></div> Now we changing this to<br><br> dot1q pvc 620 encapsulation 1qtunnel<br>  dot1q pvc on-demand 620:1500 through 3999<br><br></div>It really helps. Thank you very much!<br><div><div><br></div></div><div class="gmail_extra">Regards, Ilya.<br><br><div class="gmail_quote">2015-01-29 3:45 GMT+03:00 Mark Duffell <span dir="ltr"><<a href="mailto:mark@duffell.net" target="_blank">mark@duffell.net</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Ilya,<br>
<br>
Sounds like you've probably exceeded Circuit Count limit of the line-card (the total limit varies between PPA2/PPA3 cards).<br>
<br>
Even if you don't have a total of "active" circuits exceeding this limit you may still be utilising circuit count if you are using "pvc explicit" configuration as this will pin-up the number of VLANs you specify.<br>
<br>
If this is your issue then you can work around this by changing to "pvc on-demand" which will allow a range of VLANs but only pin them up as requested (on-demand was introduced in later SEOS revisions).<br>
<br>
Have a look at output of (where x is the slot number):<br>
#: show circuit x summary<br>
<br>
Or this hidden command (don't repeatedly run it as it can increase CPU) & scroll down to card/circuit stats:<br>
#: show ism general<br>
<br>
Regards,<br>
<br>
Mark<br>
<br>
Sent from my iPhone<br>
<div><div class="h5"><br>
> On 29 Jan 2015, at 00:07, Илья Савин <<a href="mailto:savin@orn.ru">savin@orn.ru</a>> wrote:<br>
><br>
> Hi all!<br>
><br>
> We have a SE600, witch terminates all subscribers. Now we have 5099 active dynamic clips sessions. New sessions does not start, in logs we have this messages:<br>
><br>
> Jan 28 16:39:51: [1/1:511:63:31/1/2/31]: %CLIPS-7-DHCP_E: Request from dhcpd discarded - slot cct limit reached:<br>
><br>
> What does that mean? What is CCT?<br>
> We have configured subscriber licenses for mutch more than 5100 subscribers.<br>
><br>
> Regards, Ilya.<br>
</div></div>> _______________________________________________<br>
> redback-nsp mailing list<br>
> <a href="mailto:redback-nsp@puck.nether.net">redback-nsp@puck.nether.net</a><br>
> <a href="https://puck.nether.net/mailman/listinfo/redback-nsp" target="_blank">https://puck.nether.net/mailman/listinfo/redback-nsp</a><br>
</blockquote></div><br></div></div>