Re: [OSL | CCIE_Voice] QOS WAN

2013-10-01 Thread Justin Carney
A few comments inline below in RED...


On Tue, Oct 1, 2013 at 11:00 AM, virajith vir...@rediffmail.com wrote:

 Hi Justin,

 Thanks for your reply.

 After taking out and reapplying the config it appears that the HQ to SC
 issue for calls work.  The calls between SB , HQ , SC also work.

 However when inbound calls come from pstn to the H323 gateway leading to
 the PSTN  I notice that it gives a fast busy. Upon removing QOS the calls
 work fine.

 Justin: look at the response below for question 3 on LAN QoS...if I
come up with something in particular I'll let you know.  Take a close look
at your singling path between the gateway/CUCM and the phone/CUCM in the
example as both are crossing the WAN (unless this is your HQ site), while
the media gateway/phone should be local (unless somehow you are using an
MTP at a different site?).  One-way cRTP over WAN will cause issues, but
this *should* only apply to calling over WAN and not to a gateway talking
to a local phone (ie, not crossing wan - unless you have a home lab where
using HQ switch to power SB/SC phones across WAN).


 Questions:
 =

 1) Would  you recommend applying wan qos manually? is it the same
 procedure ? Also how is it different from the auto qos option?

  Justin: I always use auto qos when the question asks for MLP.  It can
be done manually but there are a lot of commands to build the
virtual-template and I cannot do these faster than auto qos.  For FRTS I
sometimes use auto qos and sometimes don't (use SRDN) to be familiar with
both.  If the question asks for class based then I just use the SRND
reference config and do it manually.



 2) What would be a safe approach to take ?

 Justin: To avoid issues I save the running config just before and just
after auto qos, then use show archive config diff flash:before
flash:after to see what auto qos actually did.  (I do this on the switch
too.)  After auto qos I edit as needed, and if it doesn't work after a few
minutes of troubleshooting I reload the router and revert to the before
config.  After it comes back up you can either retry auto qos (faster if it
works, but if it doesn't you'll lose more time to reload again) or apply it
manually (because you already have the cli from the first time and your
tweaks).



 3) My LAN QOS has not been setup on the switch ?  Do you think that this
 could cause an issue on the WAN?

 Justin: I don't think the lack of LAN QoS would affect much on the
WAN, although without reviewing a specific scenario I don't want to suggest
its not possible under a unique circumstance (I can't think of one at the
moment).  However, you need to consider the end-to-end QoS from
phones/servers/gateways marking traffic and the switch and/or router
re-marking/shaping/policing.  For example, if your WAN QoS polices
signaling at CS3 to 5% there are differences between the trusted and
untrusted versions of auto-qos.  The untrusted methods will build
ACL/NBAR to mark your traffic, but the trusted method relies on a correct
marking already.  Phones and servers should mark signaling CS3, but this
old version of IOS uses AF31.  You will need to set
your generated singling to CS3 for mgcp (mgcp ip qos dscp cs3 sig),
dial-peers (under dial-peer voip: ip qos dscp cs3 sig), and sccp (sccp
ip precedence 3).  Router generated media usually defaults to EF.



 Regards,
 Vir




 From: Justin Carney justin.s.car...@gmail.com
 Sent: Tue, 24 Sep 2013 04:04:57
 To: virajith vir...@rediffmail.com
 Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] QOS WAN
 For Site A - it looks like your serial sub interface 102 references DLCI
 103, then suf-if 103 references DLCI 102...is that a typo or is that
 correct?  Shut down one and verify that you can still get to the other
 (correct) site.

 For Site B - I noticed an interesting line in your R2 output on physical
 s0/1/0 it looks like it is set to 56K.  I recently had this same issue but
 didn't have time to continue to troubleshoot.  Whatever is causing that to
 show up may be part of your issue with your site B.

 The way I got myself in that situation was by configuring under the wrong
 subinterface (and creating one) and then no sub-if without removing the
 map-class.  When I get time to lab I plan to recreate this and then try
 putting the wrong sub-if back, remove the map class, then delete the sub-if.

 I don't see anything that jumps out for your site C but will compare that
 to my results next time I lab (probably tomorrow)


 On Mon, Sep 23, 2013 at 11:46 AM, virajith vir...@rediffmail.com wrote:

 Hello Justin,

 Thanks for your reply.


 Please find the necessary outputs below...

 At R1 :
 =

 interface Serial0/0/0.102 point-to-point  connected to R3  *
 sub-IF is .102 *
 ip address X..X.X.1 
 255.255.255.0http://www.rediffmail.com/cgi-bin/red.cgi?account_type=1red=http://255.255.255.0isImage=0BlockImage=0rediffng=0
 ip ospf network point

Re: [OSL | CCIE_Voice] QOS WAN

2013-09-23 Thread Justin Carney
At first glance those steps look ok.  What do you see from show traffic
and show frame-r pvc # on all three site routers?

For odd audio issues I would look at LAN QoS (make sure you're not policing
too low) and ensure you don't have one-way LFI or cRTP (which looks like
you moved crtp to policy-map already).  For SC phones not registering
double check to ensure your frts is keeping that PVC at 2M and its not at
the default 56k once frts was enabled on physical interface.

Worst case you could back out the configuration, reload, and reapply the
config either using auto qos or use your current config as a template and
apply manually.

You could also post you full cli configs for review.

-Justin



On Sun, Sep 22, 2013 at 10:30 AM, virajith vir...@rediffmail.com wrote:


 Hello All,

 Any update? I am still waiting for a reply.

 Please assist guys.






 From: virajith vir...@rediffmail.com
 Sent: Sat, 21 Sep 2013 07:18:00
 To: ccie_voice@onlinestudylist.comccie_voice@onlinestudylist.com
 Subject: QOS WAN

 hi All,

 I am trying to connect HQ and SB with a 384 k frame relay PVC.Enable
 FRF.12 link fragmentation and interleave on the Frame Relay connections to
 fragment large data packets and interleave voice packets to minimize
 delays. Max delay between fragments should be
 set at 10 ms . Also provision RTP header compression.

 Configure LLQ between HQ and SB to ensure voice bearer traffic gets
 priority queue treatment  voice signalling
 is guaranteed for 16kbps. Configure the priority queue accomodates
 up to 4 G729 calls between HQ and SB.

 Lastly, assume all bearer voice traffic has been marked with
 traffic CS3.


 Here are the steps I am following ...
 -

 1) Going to serial interface connecting from HQ to SB  on the HQ router
 and changing the BW to 384

 R1(conf)#int ser0/1/0.X
 R1(config-subif)#bandwidth 384


 2) Then apply auto qos voip trust under the interface

 R1(conf)#int ser0/1/0.X point-to-point
 #frame-relay interface-dlci 201
 #auto qos voip trust


 3) Then after the auto qos trust is applied . I remove
 no match ip dscp af31


 4) add ...priority 47
 and bandwidth 16

 5) Then remove no frame-relay ip rtp header-compression


 6) Add the following...


 map-class frame-relay AutoQoS-FR-Se0/1/0-201
 frame-relay cir 364800
 frame-relay bc 3648
 frame-relay be 0
 frame-relay mincir 364800
 frame-relay fragment 480
 service-policy output AutoQoS-Policy-Trust



 7) add compress ip header rtp



 8) I then move to SB router and do the same steps ( 1-7) on the interface
 connecting to HQ



 9) After this I create a class map on HQ router with Site C


 map-class frame-relay 2MBPS
 frame-relay cir 2048000
 frame-relay bc 20480
 frame-relay be 0
 frame-relay mincir 2048000


 interface Serial0/1/0.2 point-to-point
 description *** FR Connected to BR2 ***
 frame-relay interface-dlci 202
 class 2MBPS


 Problem:
 -

 1) My phones in Site C unregister and don't register back after the above
 configuration.  Looks like QOS breaks phone registration


 2) The calls between sites appear to be slightly delayed.

 3) Audio on the phones seems to be watery.



 Questions :
 

 1) What is wrong with the above config?

 2) Is there an easier and safer way for achieving the task?

 3) How can the above task be achieved without causing problems?


 Regards,
 Vir

 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?
 *Ganesha offers* Company email  website (*FREE*) at your own domain (*
 FREE*) - *KNOW MORE 
 *http://track.rediff.com/click?url=___http://businessemail.rediff.com/company-email-hosting-services?sc_cid=sign-060913___cmp=hostlnk=sign-060913nsrv1=host






 http://sigads.rediff.com/RealMedia/ads/click_nx.ads/www.rediffmail.com/signatureline.htm@Middle?
 *Ganesha offers* Company email  website (*FREE*) at your own domain (*
 FREE*) - *KNOW MORE 
 *http://track.rediff.com/click?url=___http://businessemail.rediff.com/company-email-hosting-services?sc_cid=sign-060913___cmp=hostlnk=sign-060913nsrv1=host





 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS WAN

2013-09-23 Thread virajith
;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 0
nbsp; Switchednbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 0
nbsp; Unusednbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
1nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 0

DLCI = 201, DLCI USAGE = UNUSED, PVC STATUS = INACTIVE, INTERFACE = Serial0/3/0

nbsp; input pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
output pkts 0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
in bytes 0
nbsp; out bytes 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; 
dropped pkts 0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in 
pkts dropped 0
nbsp; out pkts dropped 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
 out bytes dropped 0
nbsp; in FECN pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in BECN pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; out FECN pkts 0
nbsp; out BECN pkts 0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in 
DE pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; out 
DE pkts 0
nbsp; out bcast pkts 0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; out 
bcast bytes 0
nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec
nbsp; 5 minute output rate 0 bits/sec, 0 packets/sec
nbsp; pvc create time 07:03:41, last time pvc status changed 07:03:41

DLCI = 301, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/3/0.3

nbsp; input pkts 33687nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; output 
pkts 35031nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in bytes 21243954
nbsp; out bytes 2728102nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; dropped pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in pkts dropped 0
nbsp; out pkts dropped 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;
 out bytes dropped 0
nbsp; in FECN pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in BECN pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; out FECN pkts 0
nbsp; out BECN pkts 0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; in 
DE pkts 
0nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; out 
DE pkts 0
nbsp; out bcast pkts 3311nbsp;nbsp;nbsp;nbsp;nbsp; out bcast bytes 401031
nbsp; 5 minute input rate 0 bits/sec, 0 packets/sec
nbsp; 5 minute output rate 0 bits/sec, 1 packets/sec
nbsp; pvc create time 07:03:53, last time pvc status changed 01:02:23
R3#

Thanks once again for your reply.

-Vir






From: Justin Carney lt;justin.s.car...@gmail.comgt;
Sent: Mon, 23 Sep 2013 19:39:31 
To: virajith lt;vir...@rediffmail.comgt;
Cc: ccie_voice@onlinestudylist.com lt;ccie_voice@onlinestudylist.comgt;
Subject: Re: [OSL | CCIE_Voice] QOS WAN
At first glance those steps look ok. nbsp;What do you see from show traffic 
and show frame-r pvc # on all three site routers?
For odd audio issues I would look at LAN QoS (make sure you're not policing too 
low) and ensure you don't have one-way LFI or cRTP (which looks like you moved 
crtp to policy-map already). nbsp;For SC phones not registering double check 
to ensure your frts is keeping that PVC at 2M and its not at the default 56k 
once frts was enabled on physical interface.

Worst case you could back out the configuration, reload, and reapply the config 
either using auto qos or use your current config as a template and apply 
manually.
You could also post you full cli configs for review.

-Justin


On Sun, Sep 22, 2013 at 10:30 AM, virajith lt;vir...@rediffmail.comgt; wrote:


Hello All,

Any update? I am still waiting for a reply.

Please assist guys.







From: virajith lt;vir...@rediffmail.comgt;
Sent: Sat, 21 Sep 2013 07:18:00 
To: ccie_voice@onlinestudylist.comlt;ccie_voice@onlinestudylist.comgt;

Subject: QOS WAN
hi All,

I am trying to connect HQ and SB with a 384 k frame relay
 PVC.Enable FRF.12 link fragmentation and interleave on the Frame Relay 
connections to
fragment large data packets and interleave voice packets to minimize delays. 
Max delay between fragments should be
set at 10 ms . Also provision RTP header compression.

Configure LLQ between HQ and SB to ensure voice bearer traffic gets priority 
queue treatment amp; voice signalling

is guaranteed for 16kbps. Configure the priority queue accomodates
up to 4 G729 calls between HQ and SB.

Lastly, assume all bearer voice traffic has been marked with
traffic CS3.


Here are the steps I am following ...

-

1) Going to serial interface connecting from HQ to SBnbsp; on the HQ router 
and changing the BW to 384

R1(conf)#int ser0/1/0.X
R1(config-subif)#bandwidth 384



2) Then apply auto

Re: [OSL | CCIE_Voice] QOS WAN

2013-09-22 Thread virajith

Hello All,

Any update? I am still waiting for a reply.

Please assist guys.






From: virajith lt;vir...@rediffmail.comgt;
Sent: Sat, 21 Sep 2013 07:18:00 
To: ccie_voice@onlinestudylist.comlt;ccie_voice@onlinestudylist.comgt;
Subject: QOS WAN
hi All,

I am trying to connect HQ and SB with a 384 k frame relay
 PVC.Enable FRF.12 link fragmentation and interleave on the Frame Relay 
connections to
fragment large data packets and interleave voice packets to minimize delays. 
Max delay between fragments should be
set at 10 ms . Also provision RTP header compression.

Configure LLQ between HQ and SB to ensure voice bearer traffic gets priority 
queue treatment amp; voice signalling
is guaranteed for 16kbps. Configure the priority queue accomodates
up to 4 G729 calls between HQ and SB.

Lastly, assume all bearer voice traffic has been marked with
traffic CS3.


Here are the steps I am following ...
-

1) Going to serial interface connecting from HQ to SBnbsp; on the HQ router 
and changing the BW to 384

R1(conf)#int ser0/1/0.X
R1(config-subif)#bandwidth 384


2) Then apply auto qos voip trust under the interface

R1(conf)#int ser0/1/0.X point-to-point
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; #frame-relay interface-dlci 201
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; #auto qos voip trust


3) Then after the auto qos trust is applied . I remove
no match ip dscp af31


4) add ...priority 47
and bandwidth 16

5) Then remove no frame-relay ip rtp header-compression


6) Add the following...


map-class frame-relay AutoQoS-FR-Se0/1/0-201
frame-relay cir 364800
frame-relay bc 3648
frame-relay be 0
frame-relay mincir 364800
frame-relay fragment 480
service-policy output AutoQoS-Policy-Trust



7) add compress ip header rtp



8) I then move to SB router and do the same steps ( 1-7) on the interface 
connecting to HQ



9) After this I create a class map on HQ router with Site C


map-class frame-relay 2MBPS
frame-relay cir 2048000
frame-relay bc 20480
frame-relay be 0
frame-relay mincir 2048000


interface Serial0/1/0.2 point-to-point
description *** FR Connected to BR2 ***
frame-relay interface-dlci 202
class 2MBPS


Problem:
-

1)
 My phones in Site C unregister and don't register back after the above 
configuration.nbsp; Looks like QOS breaks phone registration


2) The calls between sites appear to be slightly delayed.

3) Audio on the phones seems to be watery.



Questions :
 

1) What is wrong with the above config?

2) Is there an easier and safer way for achieving the task?

3) How can the above task be achieved without causing problems?


Regards,
Vir
Ganesha offers Company email amp; website (FREE) at your own domain (FREE) - 
KNOW MORE gt;   




___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS WAN

2013-09-20 Thread virajith
hi All,

I am trying to connect HQ and SB with a 384 k frame relay PVC.Enable FRF.12 
link fragmentation and interleave on the Frame Relay connections to
fragment large data packets and interleave voice packets to minimize delays. 
Max delay between fragments should be
set at 10 ms . Also provision RTP header compression.

Configure LLQ between HQ and SB to ensure voice bearer traffic gets priority 
queue treatment amp; voice signalling
is guaranteed for 16kbps. Configure the priority queue accomodates
up to 4 G729 calls between HQ and SB.

Lastly, assume all bearer voice traffic has been marked with
traffic CS3.


Here are the steps I am following ...


1) Going to serial interface connecting from HQ to SBnbsp; on the HQ router 
and changing the BW to 384

R1(conf)#int ser0/1/0.X
R1(config-subif)#bandwidth 384


2) Then apply auto qos voip trust under the interface

R1(conf)#int ser0/1/0.X point-to-point
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; #frame-relay interface-dlci 201
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; #auto qos voip trust


3) Then after the auto qos trust is applied . I remove
no match ip dscp af31


4) add ...priority 47
and bandwidth 16

5) Then remove no frame-relay ip rtp header-compression


6) Add the following...


map-class frame-relay AutoQoS-FR-Se0/1/0-201
frame-relay cir 364800
frame-relay bc 3648
frame-relay be 0
frame-relay mincir 364800
frame-relay fragment 480
service-policy output AutoQoS-Policy-Trust



7) add compress ip header rtp



8) I then move to SB router and do the same steps ( 1-7) on the interface 
connecting to HQ



9) After this I create a class map on HQ router with Site C


map-class frame-relay 2MBPS
frame-relay cir 2048000
frame-relay bc 20480
frame-relay be 0
frame-relay mincir 2048000


interface Serial0/1/0.2 point-to-point
description *** FR Connected to BR2 ***
frame-relay interface-dlci 202
class 2MBPS


Problem:
-

1) My phones in Site C unregister and don't register back after the above 
configuration.nbsp; Looks like QOS breaks phone registration


2) The calls between sites appear to be slightly delayed.

3) Audio on the phones seems to be watery.



Questions :
 

1) What is wrong with the above config?

2) Is there an easier and safer way for achieving the task?

3) How can the above task be achieved without causing problems?


Regards,
Vir

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS WAN

2013-09-20 Thread virajith
hi All,

I am trying to connect HQ and SB with a 384 k frame relay
 PVC.Enable FRF.12 link fragmentation and interleave on the Frame Relay 
connections to
fragment large data packets and interleave voice packets to minimize delays. 
Max delay between fragments should be
set at 10 ms . Also provision RTP header compression.

Configure LLQ between HQ and SB to ensure voice bearer traffic gets priority 
queue treatment amp; voice signalling
is guaranteed for 16kbps. Configure the priority queue accomodates
up to 4 G729 calls between HQ and SB.

Lastly, assume all bearer voice traffic has been marked with
traffic CS3.


Here are the steps I am following ...
-

1) Going to serial interface connecting from HQ to SBnbsp; on the HQ router 
and changing the BW to 384

R1(conf)#int ser0/1/0.X
R1(config-subif)#bandwidth 384


2) Then apply auto qos voip trust under the interface

R1(conf)#int ser0/1/0.X point-to-point
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; #frame-relay interface-dlci 201
nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; #auto qos voip trust


3) Then after the auto qos trust is applied . I remove
no match ip dscp af31


4) add ...priority 47
and bandwidth 16

5) Then remove no frame-relay ip rtp header-compression


6) Add the following...


map-class frame-relay AutoQoS-FR-Se0/1/0-201
frame-relay cir 364800
frame-relay bc 3648
frame-relay be 0
frame-relay mincir 364800
frame-relay fragment 480
service-policy output AutoQoS-Policy-Trust



7) add compress ip header rtp



8) I then move to SB router and do the same steps ( 1-7) on the interface 
connecting to HQ



9) After this I create a class map on HQ router with Site C


map-class frame-relay 2MBPS
frame-relay cir 2048000
frame-relay bc 20480
frame-relay be 0
frame-relay mincir 2048000


interface Serial0/1/0.2 point-to-point
description *** FR Connected to BR2 ***
frame-relay interface-dlci 202
class 2MBPS


Problem:
-

1)
 My phones in Site C unregister and don't register back after the above 
configuration.nbsp; Looks like QOS breaks phone registration


2) The calls between sites appear to be slightly delayed.

3) Audio on the phones seems to be watery.



Questions :
 

1) What is wrong with the above config?

2) Is there an easier and safer way for achieving the task?

3) How can the above task be achieved without causing problems?


Regards,
Vir___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] qos for cue that coming to switch 1/4 port

2013-07-16 Thread Amit Sharma
guys..i have this config...

mla qos
mls qos mal policed-dscp 24 to 8
mls qos map cos-dscp 0 8  16 24 32 46 48 56

ip access-list extended signal
permit tcp host 10.10.210.10 eq 2748 host 10.10.115.2
permit tcp host 10.10.210.11 eq 2748 host 10.10.115.2



class-map match any signal
match access-group name signal


policy-map cue
class signal
set dscp cs3
police 8000 8000 exceed action transmit dscp policed
class class-default
fair queue


int giga1/0/4
service policy input cue

exit



is this config correct or need something else for complete it?

we will apply mls qos trust dscp on all trunk and server ports./..
ip phone pot will sue...

mls qos trust cos
mls qos trust device ciscp phone//


-- 
Thanks  Regard's
Amit Sharma
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] qos for cue that coming to switch 1/4 port

2013-07-16 Thread MOH ALNAMKY
I am not sure if it is correct to apply trust option and inbound service policy 
on the same interface !

Any one has idea about this doubt..
Thx 

Manly

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] qos for cue that coming to switch 1/4 port

2013-07-16 Thread Ashok Boinpally
It's absolutely fine on inbound interface but not on outbound.

Here is the link...

http://www.cisco.com/en/US/tech/tk543/tk757/technologies_tech_note09186a0080160fc1.shtml

Ashok.

On Wednesday, 17 July 2013, MOH ALNAMKY wrote:

 I am not sure if it is correct to apply trust option and inbound service
 policy on the same interface !

 Any one has idea about this doubt..
 Thx

 Manly

  --
 * From: * Amit Sharma aryan231...@gmail.com javascript:_e({}, 'cvml',
 'aryan231...@gmail.com');;
 * To: * CCIE Study ccie_voice@onlinestudylist.com javascript:_e({},
 'cvml', 'ccie_voice@onlinestudylist.com');;
 * Subject: * [OSL | CCIE_Voice] qos for cue that coming to switch 1/4
 port
 * Sent: * Tue, Jul 16, 2013 10:32:53 AM

   guys..i have this config...

 mla qos
 mls qos mal policed-dscp 24 to 8
 mls qos map cos-dscp 0 8  16 24 32 46 48 56

 ip access-list extended signal
 permit tcp host 10.10.210.10 eq 2748 host 10.10.115.2
 permit tcp host 10.10.210.11 eq 2748 host 10.10.115.2



 class-map match any signal
 match access-group name signal


 policy-map cue
 class signal
 set dscp cs3
 police 8000 8000 exceed action transmit dscp policed
 class class-default
 fair queue


 int giga1/0/4
 service policy input cue

 exit



 is this config correct or need something else for complete it?

 we will apply mls qos trust dscp on all trunk and server ports./..
 ip phone pot will sue...

 mls qos trust cos
 mls qos trust device ciscp phone//


 --
 Thanks  Regard's
 Amit Sharma



-- 
Ashok Kumar Boinpally.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] [QOS Question - To get proper understanding]

2013-05-27 Thread Ken Wyan
Question 1 is not clear.

Question 2 :
any any eq 5060  This is destination port
any eq 5060 any - This is source port


On Mon, May 27, 2013 at 4:06 AM, ie ravindra ieravin...@gmail.com wrote:

 Dear Experts,

 What is the mostly recommended way to mark all in/out traffic to specific
 ip including protocol.

 Assuming, we required to match all sip traffic which goes and in and out
 from specific port and at the same time it requires to match the source and
 destination as to be identified.

 Question 1 :

 Please mark down all the sip traffic from CUCM which goes in and out to
 service provider [X1] but at the same time sip traffice goes out to the X2
 through same port should not be marked.

 Question 2:

 I am not clear about the below usage in access-list..

 ip access-list extended SIP
 permit tcp any any eq 5060
 permit tcp any eq 5060 any

 What is the differance between* any any eq 5060  /** **any eq 5060 any  *

 Thanks,
 Ravi.

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] [QOS Question - To get proper understanding]

2013-05-27 Thread Bill
If you are trying to match traffic from a single server wouldn't you want to 
match on ip?

You might try a class map that does match all and have it match sip and the IP 
address of the server in question.



Sent from my iPad

On May 27, 2013, at 3:59 AM, Ken Wyan kew...@gmail.com wrote:

 Question 1 is not clear.
  
 Question 2 :
 any any eq 5060  This is destination port
 any eq 5060 any - This is source port
 
 
 On Mon, May 27, 2013 at 4:06 AM, ie ravindra ieravin...@gmail.com wrote:
 Dear Experts,
 
 What is the mostly recommended way to mark all in/out traffic to specific ip 
 including protocol. 
 
 Assuming, we required to match all sip traffic which goes and in and out 
 from specific port and at the same time it requires to match the source and 
 destination as to be identified. 
 
 Question 1 : 
 
 Please mark down all the sip traffic from CUCM which goes in and out to 
 service provider [X1] but at the same time sip traffice goes out to the X2 
 through same port should not be marked. 
 
 Question 2: 
  
 I am not clear about the below usage in access-list.. 
 
 ip access-list extended SIP 
 permit tcp any any eq 5060
 permit tcp any eq 5060 any   
 
 What is the differance between any any eq 5060  / any eq 5060 any  
 
 Thanks, 
 Ravi. 
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] [QOS Question - To get proper understanding]

2013-05-27 Thread ie ravindra
Dear Bill,

Sorry about the first part of the question. It has to correct I want to
match a traffic which is in/out from specific ip which is sip traffic.

Thanks,
Ravi


On Mon, May 27, 2013 at 4:57 PM, Bill whl...@gmail.com wrote:

 If you are trying to match traffic from a single server wouldn't you want
 to match on ip?

 You might try a class map that does match all and have it match sip and
 the IP address of the server in question.



 Sent from my iPad

 On May 27, 2013, at 3:59 AM, Ken Wyan kew...@gmail.com wrote:

 Question 1 is not clear.

 Question 2 :
 any any eq 5060  This is destination port
 any eq 5060 any - This is source port


 On Mon, May 27, 2013 at 4:06 AM, ie ravindra ieravin...@gmail.com wrote:

 Dear Experts,

 What is the mostly recommended way to mark all in/out traffic to specific
 ip including protocol.

 Assuming, we required to match all sip traffic which goes and in and out
 from specific port and at the same time it requires to match the source and
 destination as to be identified.

 Question 1 :

 Please mark down all the sip traffic from CUCM which goes in and out to
 service provider [X1] but at the same time sip traffice goes out to the X2
 through same port should not be marked.

 Question 2:

 I am not clear about the below usage in access-list..

 ip access-list extended SIP
 permit tcp any any eq 5060
 permit tcp any eq 5060 any

 What is the differance between* any any eq 5060  /** **any eq 5060 any  *

 Thanks,
 Ravi.

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] [QOS Question - To get proper understanding]

2013-05-26 Thread ie ravindra
Dear Experts,

What is the mostly recommended way to mark all in/out traffic to specific
ip including protocol.

Assuming, we required to match all sip traffic which goes and in and out
from specific port and at the same time it requires to match the source and
destination as to be identified.

Question 1 :

Please mark down all the sip traffic from CUCM which goes in and out to
service provider [X1] but at the same time sip traffice goes out to the X2
through same port should not be marked.

Question 2:

I am not clear about the below usage in access-list..

ip access-list extended SIP
permit tcp any any eq 5060
permit tcp any eq 5060 any

What is the differance between* any any eq 5060  /** **any eq 5060 any  *

Thanks,
Ravi.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS

2013-05-18 Thread Mudassir
Hi guys,

I want to know what is the idle solution for LAN and WAN QoS. I have read too 
many responses which has confused me. 

1. For LAN QoS, what will be the access-list?  Do we have to give source ip 
address of CUPS in the access-list.? What abt the other server
connected to the same port? 

2. For WAN QoS, do we have to change the CIR/BC/BE values to 95%? What abt the 
second link to SiteC value which gets defaulted to 56K after enabling
Qos on the first sub interface? I am confused abt using auto qos voip trust 
and auto qos voip trust fr-atm. Which one we have to use?

Any input will be appreciated.___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-04-01 Thread Suresh Bhandari
Hello Ikizoo4, and friends,

Here is what I found through a number of experiments and theories:

When you implement QoS priority for voice and CBWFQ for other queues, the
policy is implemented only when you have CONGESTION. To test the
scenario, you should have congestion, as only when in congestion, IOS
invokes queueing mechanism, otherwise if a queue is empty, IOS will
dynamically attempt to redistribute that bandwidth to other queues in
proportion to their configured bandwidth commands.

Since we are testing in an environment where there is typically no other
traffic, we are allowed to make even more calls than priority bandwidth
allows to. We should, in addition, make sure that traffic classification is
done accordingly.




On Thu, Mar 28, 2013 at 9:41 AM, Suresh Bhandari bring...@gmail.com wrote:

 Will check with the said value set, and update you.



 On Thu, Mar 28, 2013 at 1:04 AM, ikizoo4 kwon ikiz...@hotmail.com wrote:

 i am not talking about theory, as you know there is lot of theory around.

 as you can see i enabled FRF.12 and cRTP , then make 1 g729 call, the
 bandwidth priority queue has 25K ( not even close to 12)




 sh policy-map int  Serial0/3/0.2
  Serial0/3/0.2: DLCI 103 -

   Service-policy output: AutoQoS-Policy-Trust

 queue stats for all priority classes:

   queue limit 64 packets
   (queue depth/total drops/no-buffer drops) 0/0/0
   (pkts output/bytes output) 0/0

 Class-map: AutoQoS-VoIP-RTP-Trust (match-any)
   15075 packets, 964800 bytes
   5 minute offered rate 25000 bps, drop rate 0 bps
 = 25K
   Match: ip dscp ef (46)
 15075 packets, 964800 bytes
 5 minute rate 25000 bps
   Priority: 70% (537 kbps), burst bytes 13400, b/w exceed drops: 0

   compress:
   header ip rtp
   UDP/RTP (compression on, Cisco, RTP)
 Sent:15075 total, 15074 compressed,
 == cRTP working
  572780 bytes saved, 331720 bytes sent
  2.72 efficiency improvement factor
  99% hit ratio, five minute miss rate 0 misses/sec, 0
 max
  rate 8000 bps


 Class-map: AutoQoS-VoIP-Control-Trust (match-any)
   343 packets, 20788 bytes
   5 minute offered rate 0 bps, drop rate 0 bps
   Match: ip dscp cs3 (24)
 343 packets, 20788 bytes
 5 minute rate 0 bps
   Match: ip dscp af31 (26)
 0 packets, 0 bytes
 5 minute rate 0 bps
   Queueing
   queue limit 64 packets
   (queue depth/total drops/no-buffer drops) 0/0/0
   (pkts output/bytes output) 0/0
   bandwidth 5% (38 kbps)

 Class-map: class-default (match-any)
   430 packets, 47701 bytes
   5 minute offered rate 0 bps, drop rate 0 bps
   Match: any
   Queueing
   queue limit 64 packets
   (queue depth/total drops/no-buffer drops/flowdrops) 0/0/0/0
   (pkts output/bytes output) 5/6516
   Fair-queue: per-flow queue limit 16


 --
 Date: Thu, 28 Mar 2013 00:42:00 +0545
 Subject: Re: [OSL | CCIE_Voice] QOS big question
 From: bring...@gmail.com
 To: ikiz...@hotmail.com
 CC: singh8...@in.com; ccie_voice-requ...@onlinestudylist.com;
 ccie_voice@onlinestudylist.com


 Actually it was ±5% overhead. So it comes to 48.72 for 4 calls. So 49 is
 my fav.

 HTH


 On Thu, Mar 28, 2013 at 12:30 AM, Suresh Bhandari bring...@gmail.comwrote:

 In the lab, I really don't know.

 But your calculation of the bandwidth is correct. And somewhere I read
 about some ±10% margin on that, so I had 1k bandwidth added to ensure
 the calls. Just a nonsense thought, you can say :)

 Thanks!


 On Wed, Mar 27, 2013 at 11:22 PM, ikizoo4 kwon ikiz...@hotmail.comwrote:

 i am looking at this issue for a while,,
 thing is cRTP header size is 2 or 4 bytes.

 (8 + 2 + 20)*8*50 = 12
 (8 + 4 + 20)*8*50 = 12.8

 i know 4 bytes is in case of UDP checksum, but in the real Lab what is
 the case?


 --
 To: ccie_voice-requ...@onlinestudylist.com;
 ccie_voice@onlinestudylist.com
 From: singh8...@in.com
 Date: Wed, 27 Mar 2013 22:18:27 +0530
 Subject: [OSL | CCIE_Voice] QOS big question




 hi Guys,

 I need to configure 384 K link between by HQ and site B site .

 FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K
 signaling
 CRTP should be also enabled.

 How do I do this?

 Please help.

 -singh


 Get Yourself a cool, short *@in.com* Email ID 
 now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

 ___ For more information
 regarding industry leading CCIE Lab training, please visit
 www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

[OSL | CCIE_Voice] QOS big question

2013-03-27 Thread singh
hi Guys,I need to configure 384 K link between by HQ and site B site .FRF.12 
needs to used and configuration of QOS for 4 G729 calls  16K signalingCRTP 
should be also enabled.How do I do this?Please help.singhGet Yourself a cool, 
short @in.com Email ID now!
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread Suresh Bhandari
A very basic QoS question, I must say.

Go to the intended interface, issue bandwidth 384 command and go into
frame-relay dlci.

run the auto qos voip trust

It will prepare you the required MQC.

In the same sub-interface the auto qos adds frame-relay ip rtp
header-compression, you should remove this to enable crtp.

Now, get the output that is created by auto qos for you. I prefer sh run |
s map.

Copy the contents and tweak as per your requirements.

For example, say your requirement for signalling is 16 k then, in the
class AutoQoS-VoIP-Control-Trust, remove bandwidth percent command (no
form, obviously) and add bandwidth 16 command. For four G729 calls,
calculate total header and payload, and come up with the required
bandwidth. My fav is 49 for four calls.

Hope This Helps.



On Wed, Mar 27, 2013 at 10:33 PM, singh singh8...@in.com wrote:



 hi Guys,

 I need to configure 384 K link between by HQ and site B site .

 FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K
 signaling
 CRTP should be also enabled.

 How do I do this?

 Please help.

 -singh


 Get Yourself a cool, short *@in.com* Email ID 
 now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




-- 
Suresh Bhandari
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread ikizoo4 kwon
i am looking at this issue for a while,,thing is cRTP header size is 2 or 4 
bytes.
(8 + 2 + 20)*8*50 = 12 (8 + 4 + 20)*8*50 = 12.8

i know 4 bytes is in case of UDP checksum, but in the real Lab what is the case?

To: ccie_voice-requ...@onlinestudylist.com; ccie_voice@onlinestudylist.com
From: singh8...@in.com
Date: Wed, 27 Mar 2013 22:18:27 +0530
Subject: [OSL | CCIE_Voice] QOS big question



hi Guys,

I need to configure 384 K link between by HQ and site B site .

FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K signaling
CRTP should be also enabled.

How do I do this?

Please help.

-singh


Get Yourself a cool, short @in.com Email ID now!

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread Suresh Bhandari
I must say, rather an easy one.

Go to the intended interface, issue bandwidth 384 command and go into
frame-relay dlci.

run the auto qos voip trust

It will prepare you the required MQC.

In the same sub-interface the auto qos adds frame-relay ip rtp
header-compression, you should remove this to enable crtp.

Now, get the output that is created by auto qos for you. I prefer sh run |
s map.

Copy the contents in your favourite editor and tweak as per your
requirements.

For example, say your requirement for signalling is 16 k then, in the
class AutoQoS-VoIP-Control-Trust, remove bandwidth percent command (no
form, obviously) and add bandwidth 16 command. For four G729 calls,
calculate total header and payload, and come up with the required
bandwidth. My fav is 49 for four calls.

Hope This Helps.


On Wed, Mar 27, 2013 at 10:33 PM, singh singh8...@in.com wrote:



 hi Guys,

 I need to configure 384 K link between by HQ and site B site .

 FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K
 signaling
 CRTP should be also enabled.

 How do I do this?

 Please help.

 -singh


 Get Yourself a cool, short *@in.com* Email ID 
 now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




-- 
Suresh Bhandari
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread ikizoo4 kwon
how you got the 49?

Date: Wed, 27 Mar 2013 23:17:28 +0545
From: bring...@gmail.com
To: singh8...@in.com
CC: ccie_voice@onlinestudylist.com; ccie_voice-requ...@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] QOS big question

A very basic QoS question, I must say.

Go to the intended interface, issue bandwidth 384 command and go into 
frame-relay dlci.

run the auto qos voip trust


It will prepare you the required MQC.

In the same sub-interface the auto qos adds frame-relay ip rtp 
header-compression, you should remove this to enable crtp.

Now, get the output that is created by auto qos for you. I prefer sh run | s 
map.


Copy the contents and tweak as per your requirements.

For example, say your requirement for signalling is 16 k then, in the class 
AutoQoS-VoIP-Control-Trust, remove bandwidth percent command (no form, 
obviously) and add bandwidth 16 command. For four G729 calls, calculate total 
header and payload, and come up with the required bandwidth. My fav is 49 for 
four calls.


Hope This Helps.



On Wed, Mar 27, 2013 at 10:33 PM, singh singh8...@in.com wrote:



hi Guys,

I need to configure 384 K link between by HQ and site B site .

FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K signaling

CRTP should be also enabled.

How do I do this?

Please help.

-singh


Get Yourself a cool, short @in.com Email ID now!


___

For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com



Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


-- 
Suresh Bhandari



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread Suresh Bhandari
In the lab, I really don't know.

But your calculation of the bandwidth is correct. And somewhere I read
about some ±10% margin on that, so I had 1k bandwidth added to ensure the
calls. Just a nonsense thought, you can say :)

Thanks!


On Wed, Mar 27, 2013 at 11:22 PM, ikizoo4 kwon ikiz...@hotmail.com wrote:

 i am looking at this issue for a while,,
 thing is cRTP header size is 2 or 4 bytes.

 (8 + 2 + 20)*8*50 = 12
 (8 + 4 + 20)*8*50 = 12.8

 i know 4 bytes is in case of UDP checksum, but in the real Lab what is the
 case?


 --
 To: ccie_voice-requ...@onlinestudylist.com; ccie_voice@onlinestudylist.com
 From: singh8...@in.com
 Date: Wed, 27 Mar 2013 22:18:27 +0530
 Subject: [OSL | CCIE_Voice] QOS big question




 hi Guys,

 I need to configure 384 K link between by HQ and site B site .

 FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K
 signaling
 CRTP should be also enabled.

 How do I do this?

 Please help.

 -singh


 Get Yourself a cool, short *@in.com* Email ID 
 now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

 ___ For more information
 regarding industry leading CCIE Lab training, please visit
 www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




-- 
Suresh Bhandari
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread Suresh Bhandari
Actually it was ±5% overhead. So it comes to 48.72 for 4 calls. So 49 is my
fav.

HTH


On Thu, Mar 28, 2013 at 12:30 AM, Suresh Bhandari bring...@gmail.comwrote:

 In the lab, I really don't know.

 But your calculation of the bandwidth is correct. And somewhere I read
 about some ±10% margin on that, so I had 1k bandwidth added to ensure the
 calls. Just a nonsense thought, you can say :)

 Thanks!


 On Wed, Mar 27, 2013 at 11:22 PM, ikizoo4 kwon ikiz...@hotmail.comwrote:

 i am looking at this issue for a while,,
 thing is cRTP header size is 2 or 4 bytes.

 (8 + 2 + 20)*8*50 = 12
 (8 + 4 + 20)*8*50 = 12.8

 i know 4 bytes is in case of UDP checksum, but in the real Lab what is
 the case?


 --
 To: ccie_voice-requ...@onlinestudylist.com;
 ccie_voice@onlinestudylist.com
 From: singh8...@in.com
 Date: Wed, 27 Mar 2013 22:18:27 +0530
 Subject: [OSL | CCIE_Voice] QOS big question




 hi Guys,

 I need to configure 384 K link between by HQ and site B site .

 FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K
 signaling
 CRTP should be also enabled.

 How do I do this?

 Please help.

 -singh


 Get Yourself a cool, short *@in.com* Email ID 
 now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

 ___ For more information
 regarding industry leading CCIE Lab training, please visit
 www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




 --
 Suresh Bhandari




-- 
Suresh Bhandari
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread ikizoo4 kwon
i am not talking about theory, as you know there is lot of theory around. 
as you can see i enabled FRF.12 and cRTP , then make 1 g729 call, the bandwidth 
priority queue has 25K ( not even close to 12)



sh policy-map int  Serial0/3/0.2 Serial0/3/0.2: DLCI 103 -
  Service-policy output: AutoQoS-Policy-Trust
queue stats for all priority classes:
  queue limit 64 packets  (queue depth/total drops/no-buffer drops) 
0/0/0  (pkts output/bytes output) 0/0
Class-map: AutoQoS-VoIP-RTP-Trust (match-any)  15075 packets, 964800 
bytes  5 minute offered rate 25000 bps, drop rate 0 bps 
= 25K   Match: ip dscp ef (46)15075 
packets, 964800 bytes5 minute rate 25000 bps  Priority: 70% (537 
kbps), burst bytes 13400, b/w exceed drops: 0
  compress:  header ip rtp  UDP/RTP (compression on, Cisco, 
RTP)Sent:15075 total, 15074 compressed, 
== cRTP working 572780 
bytes saved, 331720 bytes sent 2.72 efficiency improvement 
factor 99% hit ratio, five minute miss rate 0 misses/sec, 0 
max  rate 8000 bps

Class-map: AutoQoS-VoIP-Control-Trust (match-any)  343 packets, 20788 
bytes  5 minute offered rate 0 bps, drop rate 0 bps  Match: ip dscp cs3 
(24)343 packets, 20788 bytes5 minute rate 0 bps  Match: ip 
dscp af31 (26)0 packets, 0 bytes5 minute rate 0 bps  
Queueing  queue limit 64 packets  (queue depth/total drops/no-buffer 
drops) 0/0/0  (pkts output/bytes output) 0/0  bandwidth 5% (38 kbps)
Class-map: class-default (match-any)  430 packets, 47701 bytes  5 
minute offered rate 0 bps, drop rate 0 bps  Match: any  Queueing  
queue limit 64 packets  (queue depth/total drops/no-buffer drops/flowdrops) 
0/0/0/0  (pkts output/bytes output) 5/6516  Fair-queue: per-flow queue 
limit 16

Date: Thu, 28 Mar 2013 00:42:00 +0545
Subject: Re: [OSL | CCIE_Voice] QOS big question
From: bring...@gmail.com
To: ikiz...@hotmail.com
CC: singh8...@in.com; ccie_voice-requ...@onlinestudylist.com; 
ccie_voice@onlinestudylist.com

Actually it was ±5% overhead. So it comes to 48.72 for 4 calls. So 49 is my fav.

HTH



On Thu, Mar 28, 2013 at 12:30 AM, Suresh Bhandari bring...@gmail.com wrote:

In the lab, I really don't know.

But your calculation of the bandwidth is correct. And somewhere I read about 
some ±10% margin on that, so I had 1k bandwidth added to ensure the calls. Just 
a nonsense thought, you can say :)



Thanks!


On Wed, Mar 27, 2013 at 11:22 PM, ikizoo4 kwon ikiz...@hotmail.com wrote:





i am looking at this issue for a while,,thing is cRTP header size is 2 or 4 
bytes.
(8 + 2 + 20)*8*50 = 12 (8 + 4 + 20)*8*50 = 12.8

i know 4 bytes is in case of UDP checksum, but in the real Lab what is the case?



To: ccie_voice-requ...@onlinestudylist.com; ccie_voice@onlinestudylist.com


From: singh8...@in.com
Date: Wed, 27 Mar 2013 22:18:27 +0530
Subject: [OSL | CCIE_Voice] QOS big question



hi Guys,

I need to configure 384 K link between by HQ and site B site .



FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K signaling
CRTP should be also enabled.

How do I do this?

Please help.

-singh




Get Yourself a cool, short @in.com Email ID now!



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com 

___

For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com



Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


-- 

Suresh Bhandari




-- 
Suresh Bhandari

  ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS big question

2013-03-27 Thread Suresh Bhandari
Will check with the said value set, and update you.



On Thu, Mar 28, 2013 at 1:04 AM, ikizoo4 kwon ikiz...@hotmail.com wrote:

 i am not talking about theory, as you know there is lot of theory around.

 as you can see i enabled FRF.12 and cRTP , then make 1 g729 call, the
 bandwidth priority queue has 25K ( not even close to 12)




 sh policy-map int  Serial0/3/0.2
  Serial0/3/0.2: DLCI 103 -

   Service-policy output: AutoQoS-Policy-Trust

 queue stats for all priority classes:

   queue limit 64 packets
   (queue depth/total drops/no-buffer drops) 0/0/0
   (pkts output/bytes output) 0/0

 Class-map: AutoQoS-VoIP-RTP-Trust (match-any)
   15075 packets, 964800 bytes
   5 minute offered rate 25000 bps, drop rate 0 bps
 = 25K
   Match: ip dscp ef (46)
 15075 packets, 964800 bytes
 5 minute rate 25000 bps
   Priority: 70% (537 kbps), burst bytes 13400, b/w exceed drops: 0

   compress:
   header ip rtp
   UDP/RTP (compression on, Cisco, RTP)
 Sent:15075 total, 15074 compressed,
 == cRTP working
  572780 bytes saved, 331720 bytes sent
  2.72 efficiency improvement factor
  99% hit ratio, five minute miss rate 0 misses/sec, 0
 max
  rate 8000 bps


 Class-map: AutoQoS-VoIP-Control-Trust (match-any)
   343 packets, 20788 bytes
   5 minute offered rate 0 bps, drop rate 0 bps
   Match: ip dscp cs3 (24)
 343 packets, 20788 bytes
 5 minute rate 0 bps
   Match: ip dscp af31 (26)
 0 packets, 0 bytes
 5 minute rate 0 bps
   Queueing
   queue limit 64 packets
   (queue depth/total drops/no-buffer drops) 0/0/0
   (pkts output/bytes output) 0/0
   bandwidth 5% (38 kbps)

 Class-map: class-default (match-any)
   430 packets, 47701 bytes
   5 minute offered rate 0 bps, drop rate 0 bps
   Match: any
   Queueing
   queue limit 64 packets
   (queue depth/total drops/no-buffer drops/flowdrops) 0/0/0/0
   (pkts output/bytes output) 5/6516
   Fair-queue: per-flow queue limit 16


 --
 Date: Thu, 28 Mar 2013 00:42:00 +0545
 Subject: Re: [OSL | CCIE_Voice] QOS big question
 From: bring...@gmail.com
 To: ikiz...@hotmail.com
 CC: singh8...@in.com; ccie_voice-requ...@onlinestudylist.com;
 ccie_voice@onlinestudylist.com


 Actually it was ±5% overhead. So it comes to 48.72 for 4 calls. So 49 is
 my fav.

 HTH


 On Thu, Mar 28, 2013 at 12:30 AM, Suresh Bhandari bring...@gmail.comwrote:

 In the lab, I really don't know.

 But your calculation of the bandwidth is correct. And somewhere I read
 about some ±10% margin on that, so I had 1k bandwidth added to ensure the
 calls. Just a nonsense thought, you can say :)

 Thanks!


 On Wed, Mar 27, 2013 at 11:22 PM, ikizoo4 kwon ikiz...@hotmail.comwrote:

 i am looking at this issue for a while,,
 thing is cRTP header size is 2 or 4 bytes.

 (8 + 2 + 20)*8*50 = 12
 (8 + 4 + 20)*8*50 = 12.8

 i know 4 bytes is in case of UDP checksum, but in the real Lab what is the
 case?


 --
 To: ccie_voice-requ...@onlinestudylist.com; ccie_voice@onlinestudylist.com
 From: singh8...@in.com
 Date: Wed, 27 Mar 2013 22:18:27 +0530
 Subject: [OSL | CCIE_Voice] QOS big question




 hi Guys,

 I need to configure 384 K link between by HQ and site B site .

 FRF.12 needs to used and configuration of QOS for 4 G729 calls  16K
 signaling
 CRTP should be also enabled.

 How do I do this?

 Please help.

 -singh


 Get Yourself a cool, short *@in.com* Email ID 
 now!http://www3.in.com/sso/commonregister.php?ref=INutm_source=inviteutm_medium=outgoing

 ___ For more information
 regarding industry leading CCIE Lab training, please visit
 www.ipexpert.com Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




 --
 Suresh Bhandari




 --
 Suresh Bhandari




-- 
Suresh Bhandari
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] qos

2013-02-25 Thread Bryan Totten

Could someone recommend a in person course of materials that focuses just on 
QOS.  I am looking for something more advanced than an ascolta or 
globalknowledge type of curriculum.

Thanks!




- This message and its
attachments may contain confidential and/or legally-sensitive
information that is intended for the sole use of the addressee(s).
Any unauthorized review, use, disclosure, or distribution of the
information contained in this message and its attachments is
prohibited. If you have received this message or any of its
attachments in error, please destroy all originals and copies of
the same and notify the sender immediately.  ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] Qos big info

2013-02-17 Thread singh
hi Guys ,On the switch how do I achieve this and where should I make these 
changes ?COS 5 should be in priority queueCOS 4, 6, 7 should be in Queue 2COS 
3, 2, 3 should be in Queue 3COS 4, 0 should be in Queue 4Guarantee Queue 1 has 
the 25% of the bandwidth the other queues should share thebandwidth as 30 40 
30.Once queue 2 reaches 60% capacity COS 4 packets should be droppedsinghGet 
Yourself a cool, short @in.com Email ID now!
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS Questions

2013-02-16 Thread ie ravindra
hi folks,

I have two questions in QOS.

1. When classifying a qos traffic for CTI Cube I used access lists.
 ip access-list extended CTIQBE
 match tcp any any eq 2748
 match tcp any eq 2748 any

Question is there any other method to clasify traffic in QOS CTI CUBE
?

2. When bandwidth classification in policy-map section

 policy-map CBWFQ_BR1
   class voice-media
   priority percentage 25
   class voice-signaling
   bandwidth remaining percentage 5


  In above is it enough that 5 percent from remaining traffic in 512
Kbps line. what is the calculation required. I believe that 5 percent from
the remaining traffic.

Thanks,
Ravi.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS Access List

2013-01-21 Thread Cory Gray
All,

 

There have been some questions about the fact the when you do an access-list
on a 3750 and attach it to a class-map for QoS purposes, the show
access-list command does not show hits on the ACL.  I did some research and
that is how the switch works.

 

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/1
2.2_44_se/configuration/guide/swacl.html

 

The switch does not support these Cisco IOS router ACL-related features:

ACL logging for port ACLs and VLAN maps

 

If you read further down it says you can put Log on your entries so you
can see hits via syslog messages.

 

But if you try to do it for QoS, you get this error message

 

class-map CLASS_MGCP : access-list with 'log' not supported, pls remove
'log' from access-list otherwise class-map CLASS_MGCP will not work properly

 

I tried to put the ACL directly on the router for giggles but it caused the
switch to stop passing traffic.  I saw the document advising this could
happen but my ACL only covered MGCP so I thought I would be ok.

 

The moral of the story is, you just have to trust your config and use qos
related show commands to get a feel for what is going on.

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS Best Pract

2013-01-05 Thread Steffen Bruening
The problem with your example is that the frame-relay ip rtp
header-compression is out-dated and the header compression should be in the
policy-map in the rtp class.

Also I don't see any less flexibilty in using auto qos, you can adjust all
the values as with the manual way.

Regards

Steffen

Am Samstag, 5. Januar 2013 schrieb Pixar Perfect :

  What is the best practice for the real lab QOS after running the AutoQos
 - use the AutoQoS nomenclature and make changes to the classmaps,
 policymaps and map-class OR copy the AutoQOS output on a notepad and rename
 policymaps, classmaps and mapclass?

 I typically follow the second route as it give me more flexibility to
 finalize the configs on the notepad and then just copy paste instead of
 changing the AutoQOS configs on the router itself. Any inputs , comments or
 suggestions especially from those who had success with the second approach?

 Example:

 !

 class-map match-any RTP

  match ip dscp ef

 class-map match-any CONTROL

  match ip dscp cs3

 !

 policy-map VOIP

  class RTP

 priority 24

  class CONTROL

 bandwidth 19

  class class-default

 fair-queue

 !


 !

 interface Serial0/1/1:0.1 point-to-point

  bandwidth 384

   frame-relay interface-dlci 201

   class FRVOIP

  frame-relay ip rtp header-compression

 !


 !

 !

 map-class frame-relay FRVOIP

  frame-relay cir 364800

  frame-relay bc 3648

  frame-relay be 0

  frame-relay mincir 364800

  frame-relay fragment 480

  service-policy output VOIP

 !



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS Best Pract

2013-01-05 Thread Pixar Perfect

Ignore the RTP header compressions part. My question is not technical but from 
strategy point. Do you think the grading could be affected if we remove the 
names built by the QOS script and use our custom names?
Thanks

Date: Sat, 5 Jan 2013 08:55:57 +0100
Subject: Re: [OSL | CCIE_Voice] QOS Best Pract
From: stbruen...@gmail.com
To: pixarperf...@live.com
CC: ccie_voice@onlinestudylist.com

The problem with your example is that the frame-relay ip rtp header-compression 
is out-dated and the header compression should be in the policy-map in the rtp 
class.
Also I don't see any less flexibilty in using auto qos, you can adjust all the 
values as with the manual way.

Regards
Steffen

Am Samstag, 5. Januar 2013 schrieb Pixar Perfect :





What is the best practice for the real lab QOS after running the AutoQos - use 
the AutoQoS nomenclature and make changes to the classmaps, policymaps and 
map-class OR copy the AutoQOS output on a notepad and rename policymaps, 
classmaps and mapclass?

I typically follow the second route as it give me more flexibility to 
finalize the configs on the notepad and then just copy paste instead of 
changing the AutoQOS configs on the router itself. Any inputs , comments or 
suggestions especially from those who had success with the second approach?

Example:
!class-map match-any RTP
 match ip dscp ef class-map match-any CONTROL
 match ip dscp cs3 !
policy-map VOIP class RTPpriority 24
 class CONTROLbandwidth 19
 class class-defaultfair-queue
!

!interface Serial0/1/1:0.1 point-to-point
 bandwidth 384  frame-relay interface-dlci 201   
  class FRVOIP frame-relay ip rtp header-compression
!

!!map-class frame-relay FRVOIP
 frame-relay cir 364800 frame-relay bc 3648
 frame-relay be 0 frame-relay mincir 364800
 frame-relay fragment 480 service-policy output VOIP
!
  
  ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS Best Pract

2013-01-05 Thread Steffen Bruening
No grading is not affected, because it is allowed to use manual qos config
and so you can use whatever you want for the names.

Am Samstag, 5. Januar 2013 schrieb Pixar Perfect :

  Ignore the RTP header compressions part. My question is not technical but
 from strategy point. Do you think the grading could be affected if we
 remove the names built by the QOS script and use our custom names?

 Thanks

 --
 Date: Sat, 5 Jan 2013 08:55:57 +0100
 Subject: Re: [OSL | CCIE_Voice] QOS Best Pract
 From: stbruen...@gmail.com javascript:_e({}, 'cvml',
 'stbruen...@gmail.com');
 To: pixarperf...@live.com javascript:_e({}, 'cvml',
 'pixarperf...@live.com');
 CC: ccie_voice@onlinestudylist.com javascript:_e({}, 'cvml',
 'ccie_voice@onlinestudylist.com');

 The problem with your example is that the frame-relay ip rtp
 header-compression is out-dated and the header compression should be in the
 policy-map in the rtp class.

 Also I don't see any less flexibilty in using auto qos, you can adjust all
 the values as with the manual way.

 Regards

 Steffen

 Am Samstag, 5. Januar 2013 schrieb Pixar Perfect :

  What is the best practice for the real lab QOS after running the AutoQos
 - use the AutoQoS nomenclature and make changes to the classmaps,
 policymaps and map-class OR copy the AutoQOS output on a notepad and rename
 policymaps, classmaps and mapclass?

 I typically follow the second route as it give me more flexibility to
 finalize the configs on the notepad and then just copy paste instead of
 changing the AutoQOS configs on the router itself. Any inputs , comments or
 suggestions especially from those who had success with the second approach?

 Example:

 !

 class-map match-any RTP

  match ip dscp ef

 class-map match-any CONTROL

  match ip dscp cs3

 !

 policy-map VOIP

  class RTP

 priority 24

  class CONTROL

 bandwidth 19

  class class-default

 fair-queue

 !


 !

 interface Serial0/1/1:0.1 point-to-point

  bandwidth 384

   frame-relay interface-dlci 201

   class FRVOIP

  frame-relay ip rtp header-compression

 !


 !

 !

 map-class frame-relay FRVOIP

  frame-relay cir 364800

  frame-relay bc 3648

  frame-relay be 0

  frame-relay mincir 364800

  frame-relay fragment 480

  service-policy output VOIP

 !



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS Best Pract

2013-01-05 Thread Abdullin Kamil
I think it is possible do not change name auto qos map-class and the
service-policy!
It is enough to delete a configuration rmon event and rmon alarm.
Main, config autoqos should not be impact on functionality of the lab.

2013/1/5, Pixar Perfect pixarperf...@live.com:

 What is the best practice for the real lab QOS after running the AutoQos -
 use the AutoQoS nomenclature and make changes to the classmaps, policymaps
 and map-class OR copy the AutoQOS output on a notepad and rename policymaps,
 classmaps and mapclass?
 I typically follow the second route as it give me more flexibility to
 finalize the configs on the notepad and then just copy paste instead of
 changing the AutoQOS configs on the router itself. Any inputs , comments or
 suggestions especially from those who had success with the second approach?
 Example:!class-map match-any RTP match ip dscp ef class-map match-any
 CONTROL match ip dscp cs3 !policy-map VOIP class RTPpriority 24 class
 CONTROLbandwidth 19 class class-defaultfair-queue!
 !interface Serial0/1/1:0.1 point-to-point bandwidth 384  frame-relay
 interface-dlci 201 class FRVOIP frame-relay ip rtp header-compression!
 !!map-class frame-relay FRVOIP frame-relay cir 364800 frame-relay bc 3648
 frame-relay be 0 frame-relay mincir 364800 frame-relay fragment 480
 service-policy output VOIP!
   


-- 
С уважением,
Камиль Абдуллин
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS Best Pract

2013-01-04 Thread Pixar Perfect

What is the best practice for the real lab QOS after running the AutoQos - use 
the AutoQoS nomenclature and make changes to the classmaps, policymaps and 
map-class OR copy the AutoQOS output on a notepad and rename policymaps, 
classmaps and mapclass?
I typically follow the second route as it give me more flexibility to 
finalize the configs on the notepad and then just copy paste instead of 
changing the AutoQOS configs on the router itself. Any inputs , comments or 
suggestions especially from those who had success with the second approach?
Example:!class-map match-any RTP match ip dscp ef class-map match-any CONTROL 
match ip dscp cs3 !policy-map VOIP class RTPpriority 24 class CONTROL
bandwidth 19 class class-defaultfair-queue!
!interface Serial0/1/1:0.1 point-to-point bandwidth 384  frame-relay 
interface-dlci 201 class FRVOIP frame-relay ip rtp header-compression!
!!map-class frame-relay FRVOIP frame-relay cir 364800 frame-relay bc 3648 
frame-relay be 0 frame-relay mincir 364800 frame-relay fragment 480 
service-policy output VOIP!
  ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS solution problem

2012-12-31 Thread sanity insanity
hi Bill and All,

Thanks for your reply,

1) I checked the srnd the part you have pasted does not seem to be present
can u tell it on which page you got this from?

2) Also is the configuration I earlier pasted in my email correct?

3)I checked the enterprise QOS document . I there an easlier way to
navigate to this document from the default as I could not find the correct
path to it .


Thanks once again for your help!

-MJ



On Mon, Dec 31, 2012 at 1:02 AM, Bill Lake whl...@gmail.com wrote:

 Using the SRND it is fairly easy to cut and paste but here is a full
 sample of class based shaping

 class-map match-any RTP
 match ip dscp ef

 class-map match any Signal
 match ip dscp cs3

 policy-map queueing
 class RTP
 priority percent 25
 class Signal
 bandwidth percent 5
 class class-default
 fair-queue
 police cir percent 50 conform-action transmit exceed-action drop

 policy-map SHAPE
 class class-default
 compress header ip rtp

 shape average 729600 7296 0
 service-policy queueing

 map-class frame-relay SHAPE
 frame-relay fragment 960
 service-policy output SHAPE

 interface serial 0/0/1:0.1 point-to-point
 frame-relay interface-dlci 101
 class SHAPE

 so you can't use auto qos to do this and once you know this you can use
 auto qos or just do it manually for FRF12.

 On Sun, Dec 30, 2012 at 6:44 AM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:



 Hi Bill,

 Thanks for your reply. I shall be therefore using the following config
 without using
 auto qos...

 policy-map MQC-FRTS-768
 class class-default
 shape average 729600 7296 0 ! Enables MQC-Based FRTS
 service-policy WAN-EDGE ! Queues packets headed to the shaper
 !
 …
 !
 interface Serial2/0
 no ip address
 encapsulation frame-relay
 !
 interface Serial2/0.12 point-to-point
 ip address 10.1.121.1 255.255.255.252
 description 768kbps FR Circuit to RBR-3745-Left
 frame-relay interface-dlci 102
 class FR-MAP-CLASS-768 !
 !
 …
 !
 map-class frame-relay FR-MAP-CLASS-768
 service-policy output MQC-FRTS-768
 frame-relay fragment 960
 !


 Also I will be including the ...

 interface Serial2/0.12 point-to-point
 bandwidth 768

 for the bandwidth requirement.


 Questions :

 1) I shall be applying the a similar config on the branch router also. Is
 this correct? Is the above config adequate ?

 2)There is also a branch 2 router . Does the config need to applied on
 the branch 2 even though
 it is not part of the requirement?

 3) Are there any negative impacts of wan qos if the configuration goes
 incorrect?


 Thanks once again.

 -MJ



 On Tue, Dec 25, 2012 at 8:25 AM, Bill Lake whl...@gmail.com wrote:

 Have you tried using the Cisco QOS SRND?

 http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html

 Look around at 3-27

 On Mon, Dec 24, 2012 at 8:44 PM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:

 hi Guys,

 Can you explain as to how we can achieve the following by ...

 Connecting HQ and a branch site is a 384 k frame relay PVC. Enable
 frf.12 Link frag and interleave
 the FR connection to fragment the large data packets and interleave the
 voice packets to
 minimize delays .Maximum delay between fragments should be set at 10ms
 .Also provision RTP
 header compression.We need to assume all bearer voice traffic has been
 marked with DSCP of EFand
 all of control traffic CS3.

 -MJ


 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS solution problem

2012-12-31 Thread sanity insanity
hi Bill,

Also what is the navigation path to this doc . It does seem to be easy to
locate once you are moving from the product/ support page.

-MJ


On Mon, Dec 31, 2012 at 6:35 PM, Bill whl...@gmail.com wrote:

 Ps you do not show your policy-map WAN-EDGE so you config is incomplete

 You need to config a class-map, then policy-map, then your nested
 policy-map with the shaping, then create your map-class and finally apply
 that

 Bill


 On Dec 31, 2012, at 6:54 AM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:

 hi Bill and All,

 Thanks for your reply,

 1) I checked the srnd the part you have pasted does not seem to be present
 can u tell it on which page you got this from?

 2) Also is the configuration I earlier pasted in my email correct?

 3)I checked the enterprise QOS document . I there an easlier way to
 navigate to this document from the default as I could not find the correct
 path to it .


 Thanks once again for your help!

 -MJ



 On Mon, Dec 31, 2012 at 1:02 AM, Bill Lake whl...@gmail.com wrote:

 Using the SRND it is fairly easy to cut and paste but here is a full
 sample of class based shaping

 class-map match-any RTP
 match ip dscp ef

 class-map match any Signal
 match ip dscp cs3

 policy-map queueing
 class RTP
 priority percent 25
 class Signal
 bandwidth percent 5
 class class-default
 fair-queue
 police cir percent 50 conform-action transmit exceed-action drop

 policy-map SHAPE
 class class-default
 compress header ip rtp

 shape average 729600 7296 0
 service-policy queueing

 map-class frame-relay SHAPE
 frame-relay fragment 960
 service-policy output SHAPE

 interface serial 0/0/1:0.1 point-to-point
 frame-relay interface-dlci 101
 class SHAPE

 so you can't use auto qos to do this and once you know this you can use
 auto qos or just do it manually for FRF12.

 On Sun, Dec 30, 2012 at 6:44 AM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:



 Hi Bill,

 Thanks for your reply. I shall be therefore using the following config
 without using
 auto qos...

 policy-map MQC-FRTS-768
 class class-default
 shape average 729600 7296 0 ! Enables MQC-Based FRTS
 service-policy WAN-EDGE ! Queues packets headed to the shaper
 !
 …
 !
 interface Serial2/0
 no ip address
 encapsulation frame-relay
 !
 interface Serial2/0.12 point-to-point
 ip address 10.1.121.1 255.255.255.252
 description 768kbps FR Circuit to RBR-3745-Left
 frame-relay interface-dlci 102
 class FR-MAP-CLASS-768 !
 !
 …
 !
 map-class frame-relay FR-MAP-CLASS-768
 service-policy output MQC-FRTS-768
 frame-relay fragment 960
 !


 Also I will be including the ...

 interface Serial2/0.12 point-to-point
 bandwidth 768

 for the bandwidth requirement.


 Questions :

 1) I shall be applying the a similar config on the branch router also.
 Is this correct? Is the above config adequate ?

 2)There is also a branch 2 router . Does the config need to applied on
 the branch 2 even though
 it is not part of the requirement?

 3) Are there any negative impacts of wan qos if the configuration goes
 incorrect?


 Thanks once again.

 -MJ



 On Tue, Dec 25, 2012 at 8:25 AM, Bill Lake whl...@gmail.com wrote:

 Have you tried using the Cisco QOS SRND?

 http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html

 Look around at 3-27

 On Mon, Dec 24, 2012 at 8:44 PM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:

 hi Guys,

 Can you explain as to how we can achieve the following by ...

 Connecting HQ and a branch site is a 384 k frame relay PVC. Enable
 frf.12 Link frag and interleave
 the FR connection to fragment the large data packets and interleave
 the voice packets to
 minimize delays .Maximum delay between fragments should be set at 10ms
 .Also provision RTP
 header compression.We need to assume all bearer voice traffic has been
 marked with DSCP of EFand
 all of control traffic CS3.

 -MJ


 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com






___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS solution problem

2012-12-30 Thread sanity insanity
Hi Bill,

Thanks for your reply. I shall be therefore using the following config
without using
auto qos...

policy-map MQC-FRTS-768
class class-default
shape average 729600 7296 0 ! Enables MQC-Based FRTS
service-policy WAN-EDGE ! Queues packets headed to the shaper
!
…
!
interface Serial2/0
no ip address
encapsulation frame-relay
!
interface Serial2/0.12 point-to-point
ip address 10.1.121.1 255.255.255.252
description 768kbps FR Circuit to RBR-3745-Left
frame-relay interface-dlci 102
class FR-MAP-CLASS-768 !
!
…
!
map-class frame-relay FR-MAP-CLASS-768
service-policy output MQC-FRTS-768
frame-relay fragment 960
!


Also I will be including the ...

interface Serial2/0.12 point-to-point
bandwidth 768

for the bandwidth requirement.


Questions :

1) I shall be applying the a similar config on the branch router also. Is
this correct? Is the above config adequate ?

2)There is also a branch 2 router . Does the config need to applied on the
branch 2 even though
it is not part of the requirement?

3) Are there any negative impacts of wan qos if the configuration goes
incorrect?


Thanks once again.

-MJ



On Tue, Dec 25, 2012 at 8:25 AM, Bill Lake whl...@gmail.com wrote:

 Have you tried using the Cisco QOS SRND?

 http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html

 Look around at 3-27

 On Mon, Dec 24, 2012 at 8:44 PM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:

 hi Guys,

 Can you explain as to how we can achieve the following by ...

 Connecting HQ and a branch site is a 384 k frame relay PVC. Enable frf.12
 Link frag and interleave
 the FR connection to fragment the large data packets and interleave the
 voice packets to
 minimize delays .Maximum delay between fragments should be set at 10ms
 .Also provision RTP
 header compression.We need to assume all bearer voice traffic has been
 marked with DSCP of EFand
 all of control traffic CS3.

 -MJ


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS solution problem

2012-12-30 Thread Bill Lake
Using the SRND it is fairly easy to cut and paste but here is a full sample
of class based shaping

class-map match-any RTP
match ip dscp ef

class-map match any Signal
match ip dscp cs3

policy-map queueing
class RTP
priority percent 25
class Signal
bandwidth percent 5
class class-default
fair-queue
police cir percent 50 conform-action transmit exceed-action drop

policy-map SHAPE
class class-default
compress header ip rtp
shape average 729600 7296 0
service-policy queueing

map-class frame-relay SHAPE
frame-relay fragment 960
service-policy output SHAPE

interface serial 0/0/1:0.1 point-to-point
frame-relay interface-dlci 101
class SHAPE

so you can't use auto qos to do this and once you know this you can use
auto qos or just do it manually for FRF12.

On Sun, Dec 30, 2012 at 6:44 AM, sanity insanity 
networksanitytoinsan...@gmail.com wrote:



 Hi Bill,

 Thanks for your reply. I shall be therefore using the following config
 without using
 auto qos...

 policy-map MQC-FRTS-768
 class class-default
 shape average 729600 7296 0 ! Enables MQC-Based FRTS
 service-policy WAN-EDGE ! Queues packets headed to the shaper
 !
 …
 !
 interface Serial2/0
 no ip address
 encapsulation frame-relay
 !
 interface Serial2/0.12 point-to-point
 ip address 10.1.121.1 255.255.255.252
 description 768kbps FR Circuit to RBR-3745-Left
 frame-relay interface-dlci 102
 class FR-MAP-CLASS-768 !
 !
 …
 !
 map-class frame-relay FR-MAP-CLASS-768
 service-policy output MQC-FRTS-768
 frame-relay fragment 960
 !


 Also I will be including the ...

 interface Serial2/0.12 point-to-point
 bandwidth 768

 for the bandwidth requirement.


 Questions :

 1) I shall be applying the a similar config on the branch router also. Is
 this correct? Is the above config adequate ?

 2)There is also a branch 2 router . Does the config need to applied on the
 branch 2 even though
 it is not part of the requirement?

 3) Are there any negative impacts of wan qos if the configuration goes
 incorrect?


 Thanks once again.

 -MJ



 On Tue, Dec 25, 2012 at 8:25 AM, Bill Lake whl...@gmail.com wrote:

 Have you tried using the Cisco QOS SRND?

 http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html

 Look around at 3-27

 On Mon, Dec 24, 2012 at 8:44 PM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:

 hi Guys,

 Can you explain as to how we can achieve the following by ...

 Connecting HQ and a branch site is a 384 k frame relay PVC. Enable
 frf.12 Link frag and interleave
 the FR connection to fragment the large data packets and interleave the
 voice packets to
 minimize delays .Maximum delay between fragments should be set at 10ms
 .Also provision RTP
 header compression.We need to assume all bearer voice traffic has been
 marked with DSCP of EFand
 all of control traffic CS3.

 -MJ


 ___
 For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com




___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS solution problem

2012-12-25 Thread Bill
Auto qos is acceptable in some situations but be sure you can configure it 
manually because things like class based shaping require manual config.

As for which auto qos to use, you are best off trying each of them several 
times so you can see what they do.  You may have requirements and by trying 
them you will know which one fits which need

In general you would use auto qos VoIP trust for frf12 if dscp is trusted and 
without trust if not.

Bill


On Dec 24, 2012, at 11:26 PM, sanity insanity 
networksanitytoinsan...@gmail.com wrote:

 hi Bill,
 
 Thanks for for the link.
 
 That is what I was looking for.  
 
 Also do we use auto qos voip trust or auto qos voip frtm for the base config .
 
 Thanks once again
 
 -MJ
 
 On Tue, Dec 25, 2012 at 8:25 AM, Bill Lake whl...@gmail.com wrote:
 Have you tried using the Cisco QOS SRND?
 http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html
 
 Look around at 3-27
 
 On Mon, Dec 24, 2012 at 8:44 PM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:
 hi Guys,
 
 Can you explain as to how we can achieve the following by ...
 
 Connecting HQ and a branch site is a 384 k frame relay PVC. Enable frf.12 
 Link frag and interleave
 the FR connection to fragment the large data packets and interleave the voice 
 packets to
 minimize delays .Maximum delay between fragments should be set at 10ms .Also 
 provision RTP
 header compression.We need to assume all bearer voice traffic has been marked 
 with DSCP of EFand
 all of control traffic CS3.
 
 -MJ
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS solution problem

2012-12-24 Thread sanity insanity
hi Bill,

Thanks for for the link.

That is what I was looking for.

Also do we use auto qos voip trust or auto qos voip frtm for the base
config .

Thanks once again

-MJ

On Tue, Dec 25, 2012 at 8:25 AM, Bill Lake whl...@gmail.com wrote:

 Have you tried using the Cisco QOS SRND?

 http://www.cisco.com/en/US/docs/solutions/Enterprise/WAN_and_MAN/QoS_SRND/QoS-SRND-Book.html

 Look around at 3-27

 On Mon, Dec 24, 2012 at 8:44 PM, sanity insanity 
 networksanitytoinsan...@gmail.com wrote:

 hi Guys,

 Can you explain as to how we can achieve the following by ...

 Connecting HQ and a branch site is a 384 k frame relay PVC. Enable frf.12
 Link frag and interleave
 the FR connection to fragment the large data packets and interleave the
 voice packets to
 minimize delays .Maximum delay between fragments should be set at 10ms
 .Also provision RTP
 header compression.We need to assume all bearer voice traffic has been
 marked with DSCP of EFand
 all of control traffic CS3.

 -MJ


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS confusion..

2012-11-22 Thread virajith
hi Guys,

Have a short query ..



How do we ensure that the cos vaule 5 is mapped to DSCP EF . On the interface 
all incoming
traffic from the CUPC should be marked CS3 and a bandwidth of 32 k. If there be 
anything
in excess should be first marked down to dscp value of 8 before transmitting.


I have tried configuring it in the following way. Is this correct?





mls qos map cos-dscp 0 8 16 24 32 46 48 56
mls qos srr-queue input bandwidth 90 10
mls qos srr-queue input threshold 1 8 16
mls qos srr-queue input threshold 2 34 66
mls qos srr-queue input buffers 67 33
mls qos srr-queue input cos-map queue 1 threshold 2nbsp; 1
mls qos srr-queue input cos-map queue 1 threshold 3nbsp; 0
mls qos srr-queue input cos-map queue 2 threshold 1nbsp; 2
mls qos srr-queue input cos-map queue 2 threshold 2nbsp; 4 6 7
mls qos srr-queue input cos-map queue 2 threshold 3nbsp; 3 5
mls qos srr-queue input dscp-map queue 1 threshold 2nbsp; 9 10 11 12 13 14 15
mls qos srr-queue input dscp-map queue 1 threshold 3nbsp; 0 1 2 3 4 5 6 7
mls qos srr-queue input dscp-map queue 1 threshold 3nbsp; 32
mls qos srr-queue input dscp-map queue 2 threshold 1nbsp; 16 17 18 19 20 21 22 
23
mls qos srr-queue input dscp-map queue 2 threshold 2nbsp; 33 34 35 36 37 38 39 
48
mls qos srr-queue input dscp-map queue 2 threshold 2nbsp; 49 50 51 52 53 54 55 
56
mls qos srr-queue input dscp-map queue 2 threshold 2nbsp; 57 58 59 60 61 62 63
mls qos srr-queue input dscp-map queue 2 threshold 3nbsp; 24 25 26 27 28 29 30 
31
mls qos srr-queue input dscp-map queue 2 threshold 3nbsp; 40 41 42 43 44 45 46 
47
mls qos srr-queue output cos-map queue 1 threshold 3nbsp; 5
mls qos srr-queue output cos-map queue 2 threshold 3nbsp; 3 6 7
mls qos srr-queue output cos-map queue 3 threshold 3nbsp; 2 4
mls qos srr-queue output cos-map queue 4 threshold 2nbsp; 1
mls qos srr-queue output cos-map queue 4 threshold 3nbsp; 0
mls qos srr-queue output dscp-map queue 1 threshold 3nbsp; 40 41 42 43 44 45 
46 47
mls qos srr-queue output dscp-map queue 2 threshold 3nbsp; 24 25 26 27 28 29 
30 31
mls qos srr-queue output dscp-map queue 2 threshold 3nbsp; 48 49 50 51 52 53 
54 55
mls qos srr-queue output dscp-map queue 2 threshold 3nbsp; 56 57 58 59 60 61 
62 63
mls qos srr-queue output dscp-map queue 3 threshold 3nbsp; 16 17 18 19 20 21 
22 23
mls qos srr-queue output dscp-map queue 3 threshold 3nbsp; 32 33 34 35 36 37 
38 39
mls qos srr-queue output dscp-map queue 4 threshold 1nbsp; 8
mls qos srr-queue output dscp-map queue 4 threshold 2nbsp; 9 10 11 12 13 14 15
mls qos srr-queue output dscp-map queue 4 threshold 3nbsp; 0 1 2 3 4 5 6 7
mls qos queue-set output 1 threshold 1 138 138 92 138
mls qos queue-set output 1 threshold 2 138 138 92 400
mls qos queue-set output 1 threshold 3 36 77 100 318
mls qos queue-set output 1 threshold 4 20 50 67 400
mls qos queue-set output 2 threshold 1 149 149 100 149
mls qos queue-set output 2 threshold 2 118 118 100 235
mls qos queue-set output 2 threshold 3 41 68 100 272
mls qos queue-set output 2 threshold 4 42 72 100 242
mls qos queue-set output 1 buffers 10 10 26 54
mls qos queue-set output 2 buffers 16 6 17 61
mls qos





class-map match-all AutoQoS-VoIP-RTP-Trust
nbsp;match ip dscp ef
!
!
policy-map AutoQoS-Police-CiscoPhone
nbsp;class AutoQoS-VoIP-RTP-Trust
nbsp; set dscp ef
nbsp; police 32 8000 exceed-action policed-dscp-transmit
!
!
!
!
interface fastethernet 0/1
nbsp;switchport trunk encapsulation dot1q
nbsp;switchport mode trunk
nbsp;srr-queue bandwidth share 10 10 60 20
nbsp;priority-queue out
nbsp;mls qos trust cos
nbsp;auto qos voip trust
nbsp;service-policy input AutoQoS-Police-CiscoPhone
!

!


Thanks,
Vir
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS confusion..

2012-11-22 Thread Cory Gray
Your mls qos map cos-dscp 0 8 16 24 32 46 48 56 maps cos 5 to dscp 46 aka dscp 
ef.  I am confused by your question/solution because you are configuring cos 5 
and dscp ef but the question is asking about cos 3

Sent from my iPhone

On Nov 22, 2012, at 6:08 AM, virajith  vir...@rediffmail.com wrote:

 mls qos map cos-dscp 0 8 16 24 32 46 48 56
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS Question

2012-10-31 Thread Craig Hill (crahill)
Hey,

I was hoping to get some input on my QoS calculations for header compression. I 
have been using the Cisco 360 program, and in their exercise workbooks it takes 
into account the 4 byte checksum for UDP, but I ran Wireshark in my lab to 
confirm the values. From what I see, the UDP Checksum is disabled on RTP 
traffic which really means the value is 2 bytes for compression. Which value 
should be used? Also, the SRND states 8 bytes for FRF.12 and I have always used 
this, which is contrary to other values I have seen. However, just for 
clarification, is the 8 bytes a factor of the Frame Relay header of 2 bytes + 
the 6 byte fragmentation header?

Thanks,

Craig


From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Cory Gray
Sent: Wednesday, October 31, 2012 9:52 AM
To: 'Krishna'; 'Online Study'
Subject: Re: [OSL | CCIE_Voice] Cisco ripped me off

Krishna,

I understand, I have had 100% on call routing in previous labs at the same time 
not having 100% on the gateway section.  That does not make sense.  Cisco does 
not tell how they grade each section but the proctor will tell you it is part 
automatic and part manual for voice.  We are all at the mercy of scoring and it 
is what it is so you will have to decide for yourself whether to go back.

From: Krishna 
[mailto:vinayak_...@yahoo.com]mailto:[mailto:vinayak_...@yahoo.com]
Sent: Wednesday, October 31, 2012 10:37 AM
To: Cory Gray; 'Online Study'
Subject: Re: [OSL | CCIE_Voice] Cisco ripped me off

Cory,

i really appreciated your motivation skills, but looking at the score report i 
am unable to understand where i did wrong and so how can i comprehend myself by 
looking at the lab result, and taking exam one more time. i would say that 
cisco should give us a statement feedback for what had caused 0 points for that 
many tasks, otherwise we would never come to know what we did wrong.

thank you
krishna.


From: Cory Gray corygray22...@hotmail.commailto:corygray22...@hotmail.com
To: 'Krishna' vinayak_...@yahoo.commailto:vinayak_...@yahoo.com; 'Online 
Study' ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Sent: Wednesday, October 31, 2012 9:22 AM
Subject: RE: [OSL | CCIE_Voice] Cisco ripped me off

Krishna,

I had some funny things going on with my rack but cannot get into it because of 
NDA.  I am extremely frustrated.  I would tell you this.  I am already a CCIE 
in RS and work for Cisco.  I am not sure if you have CCIE yet.  I know it is 
frustrating, expensive, and time consuming but as you can see from the last few 
weeks, several people on this list have passed.  Me and you are so far along (I 
was done an hour early also) that the worst thing you can do is give up now.  
All of the effort you put in to get this far will be wasted if you do not 
complete your journey.  It took me a few days to get over it.  Get back in 
there as soon as possible and knock it out!  Especially if you do not have any 
CCIE’s, passing this exam will be a career defining moment that will help you 
more than any project or customer experience you can think of.

Don’t quit!

From: Krishna [mailto:vinayak_...@yahoo.com]
Sent: Wednesday, October 31, 2012 10:14 AM
To: Cory Gray; 'Online Study'
Subject: Re: [OSL | CCIE_Voice] Cisco ripped me off

Cory,

Technically speaking, the grading has to be evaluated by taking the seating 
position where we took the exam rather doing it remotely for their convenience. 
i used switchport mode trunk, switchport trunk native vlan data on sb and sc.

 Can anyone expect fail in the exam after evaluating the tasks thrice and 
check everything line by line, and the end showing the score report as fail... 
This is completely insane. I was wondering if i can legally proceed so that 
justification will be done for the right candidates.

Thank you
krishna.


From: Cory Gray corygray22...@hotmail.commailto:corygray22...@hotmail.com
To: 'Krishna' vinayak_...@yahoo.commailto:vinayak_...@yahoo.com; 'Online 
Study' ccie_voice@onlinestudylist.commailto:ccie_voice@onlinestudylist.com
Sent: Wednesday, October 31, 2012 7:41 AM
Subject: RE: [OSL | CCIE_Voice] Cisco ripped me off

Krishna,

I am sorry to hear that.  I suffered something similar during my last attempt 
but after much thinking I think I know what happened and maybe the same 
happened to you.

Even though IPexpert recommends using switchport mode trunk on ESW interfaces I 
still had been using switch mode access because it never failed. I also did 
this because using switchport mode trunk would show nothing in the show 
vlan-switch command so I was scared this was how it was being graded and would 
miss the points.  IPexpert recommends this because they say the other way has 
been known to stop working for no reason.

When I got my score report the next day, I could see several sections wrong 
that I knew I configured right.  Doing the math I believe 

Re: [OSL | CCIE_Voice] QoS Question

2012-10-31 Thread Cory Gray
Use 2 bytes for cRTP.  

 

1 FRF.12 G729 call should be as follows:

G729 Sample in bytes – 20

IP/UDP/RTP in bytes – 2 (cRTP)

Layer 2 overhead in bytes – 8 (FRF.12)

Packeterization Rate – 50

Convert bytes to bit (20 + 2 + 8) * 8 = 240

Multiply bits by packet rate 240 * 50 = 12,000 bits = 12k

 

From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Craig Hill 
(crahill)
Sent: Wednesday, October 31, 2012 11:21 AM
To: 'Online Study'
Subject: [OSL | CCIE_Voice] QoS Question

 

Hey,

 

I was hoping to get some input on my QoS calculations for header compression. I 
have been using the Cisco 360 program, and in their exercise workbooks it takes 
into account the 4 byte checksum for UDP, but I ran Wireshark in my lab to 
confirm the values. From what I see, the UDP Checksum is disabled on RTP 
traffic which really means the value is 2 bytes for compression. Which value 
should be used? Also, the SRND states 8 bytes for FRF.12 and I have always used 
this, which is contrary to other values I have seen. However, just for 
clarification, is the 8 bytes a factor of the Frame Relay header of 2 bytes + 
the 6 byte fragmentation header? 

 

Thanks,


Craig

 

 

From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of Cory Gray
Sent: Wednesday, October 31, 2012 9:52 AM
To: 'Krishna'; 'Online Study'
Subject: Re: [OSL | CCIE_Voice] Cisco ripped me off

 

Krishna,

 

I understand, I have had 100% on call routing in previous labs at the same time 
not having 100% on the gateway section.  That does not make sense.  Cisco does 
not tell how they grade each section but the proctor will tell you it is part 
automatic and part manual for voice.  We are all at the mercy of scoring and it 
is what it is so you will have to decide for yourself whether to go back.

 

From: Krishna [mailto:vinayak_...@yahoo.com] 
Sent: Wednesday, October 31, 2012 10:37 AM
To: Cory Gray; 'Online Study'
Subject: Re: [OSL | CCIE_Voice] Cisco ripped me off

 

Cory,

 

i really appreciated your motivation skills, but looking at the score report i 
am unable to understand where i did wrong and so how can i comprehend myself by 
looking at the lab result, and taking exam one more time. i would say that 
cisco should give us a statement feedback for what had caused 0 points for that 
many tasks, otherwise we would never come to know what we did wrong.

 

thank you

krishna.

 

  _  

From: Cory Gray corygray22...@hotmail.com
To: 'Krishna' vinayak_...@yahoo.com; 'Online Study' 
ccie_voice@onlinestudylist.com 
Sent: Wednesday, October 31, 2012 9:22 AM
Subject: RE: [OSL | CCIE_Voice] Cisco ripped me off

 

Krishna,

 

I had some funny things going on with my rack but cannot get into it because of 
NDA.  I am extremely frustrated.  I would tell you this.  I am already a CCIE 
in RS and work for Cisco.  I am not sure if you have CCIE yet.  I know it is 
frustrating, expensive, and time consuming but as you can see from the last few 
weeks, several people on this list have passed.  Me and you are so far along (I 
was done an hour early also) that the worst thing you can do is give up now.  
All of the effort you put in to get this far will be wasted if you do not 
complete your journey.  It took me a few days to get over it.  Get back in 
there as soon as possible and knock it out!  Especially if you do not have any 
CCIE’s, passing this exam will be a career defining moment that will help you 
more than any project or customer experience you can think of.

 

Don’t quit!

 

From: Krishna [mailto:vinayak_...@yahoo.com] 
Sent: Wednesday, October 31, 2012 10:14 AM
To: Cory Gray; 'Online Study'
Subject: Re: [OSL | CCIE_Voice] Cisco ripped me off

 

Cory,

 

Technically speaking, the grading has to be evaluated by taking the seating 
position where we took the exam rather doing it remotely for their convenience. 
i used switchport mode trunk, switchport trunk native vlan data on sb and sc. 

 

 Can anyone expect fail in the exam after evaluating the tasks thrice and 
check everything line by line, and the end showing the score report as fail... 
This is completely insane. I was wondering if i can legally proceed so that 
justification will be done for the right candidates.

 

Thank you

krishna.

 

  _  

From: Cory Gray corygray22...@hotmail.com
To: 'Krishna' vinayak_...@yahoo.com; 'Online Study' 
ccie_voice@onlinestudylist.com 
Sent: Wednesday, October 31, 2012 7:41 AM
Subject: RE: [OSL | CCIE_Voice] Cisco ripped me off

 

Krishna,

 

I am sorry to hear that.  I suffered something similar during my last attempt 
but after much thinking I think I know what happened and maybe the same 
happened to you.

 

Even though IPexpert recommends using switchport mode trunk on ESW interfaces I 
still had been using switch mode access because it never failed. I also did 
this because using switchport mode trunk would show nothing

[OSL | CCIE_Voice] QOS : Shape Adaptive and Shape Average

2012-10-19 Thread Dulip Ravindra
Hi All, 

What is the use of  Shape adaptive / shape Average  in QOS. is it a part of 
traffic shaping ? and how it works ? 

cheers, 
Dulip.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS : Shape Adaptive and Shape Average

2012-10-19 Thread Dan Quinlan (daquinla)
Yes they are for traffic shaping. Average is the rate you want to shape to. 
Adaptive tells IOS to throttle back the shape rate if receiving BECN's from 
the far end and to step the rate back up when the BECN's stop.

DQ
Dan Quinlan, CCIE #36129
daqui...@cisco.commailto:daqui...@cisco.com


On Oct 19, 2012, at 5:31 AM, Dulip Ravindra 
duliprb2...@yahoo.commailto:duliprb2...@yahoo.com wrote:

Hi All,

What is the use of  Shape adaptive / shape Average  in QOS. is it a part of 
traffic shaping ? and how it works ?

cheers,
Dulip.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.comhttp://www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.comhttp://www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Qos lan egress queue no phones registering via cucm dhcp

2012-08-06 Thread Krishna
hi folks,

this query is about lan qos and dhcp config on cucm, yesterday i had an issue 
where i couldn't able to register the Site A and Site B phones to cucm. Cucm is 
the dhcp server, and initially i put the default route ip address in the 
primary dns field in the dchp subnet, later corrected it by placing it in the 
primary router ip address, and after dhcp monitor service is restarted... but 
phones are not registering to the cucm... i did debug ip dhcp server 
event/packet, and i do see the dhcp relay is passing the info to helper address 
on the Site B. But, it says that no dhcp pool for the site B, whereas it does 
have the dhcp pool  in the cucm... this is all about Site B..

Site A: one of the phone registered to CUCM but the ip address is out of the 
dhcp scope... i shut down the port on the switch, and no shut but no luck 


Qos query: i am little confused about the egress queue on the lan... is the 
egress queue applies only to the uplink port i.e. port connecting to router???  
or is that we have to view each single port has 2 ingress queue and 4 egress 
queue as combined??? can anyone help me on this matter.. your help is much 
appreciated..


any advice or help is much much appreciated, since i spent 7 hours 
troubleshooting the phone registration but couldn't crack it...

thank you
krishna..___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Qos lan egress queue no phones registering via cucm dhcp

2012-08-06 Thread Jason Murray
You may have done some or all of these but here would be my troubleshooting 
steps

 First thing i would do is check CDP and make sure its operational on the HQ 
Switch and SB router, I always run these commands on each device

 cdp run
 cdp advertise-v2
 cdp timer 5

 next do a show vlan-sw on your SB router and make sure the vlans are in the 
database as well as in the active state. Do a show vlan on the switch and make 
sure those are active as well

 double check your phone interfaces and make sure the correct vlan assignments 
are there.

 double check your ip address assignments on you interface vlan on SB, and hq 
router and also make sure the correct helper address is there

 double check your dhcp subnets again to make sure you have the correct info in 
the correct boxes. Make sure your subnet address ends with a .0

 If you have done your ntp configuration before you started trying to auto 
register your phones ssh to the pub and do a utils dbreplication repair all 
If you had done any ntp configurations I would run this command anyway


 As far as you lan qos question each interface has 2 ingress queues and 4 
egress queues

 Jason

- Original Message -
From: Krishna
Sent: 08/06/12 10:24 AM
To: Online Study
Subject: Re: [OSL | CCIE_Voice] Qos lan egress queue  no phones registering 
via cucm dhcp

 hi folks,

 this query is about lan qos and dhcp config on cucm, yesterday i had an issue 
where i couldn't able to register the Site A and Site B phones to cucm. Cucm is 
the dhcp server, and initially i put the default route ip address in the 
primary dns field in the dchp subnet, later corrected it by placing it in the 
primary router ip address, and after dhcp monitor service is restarted... but 
phones are not registering to the cucm... i did debug ip dhcp server 
event/packet, and i do see the dhcp relay is passing the info to helper address 
on the Site B. But, it says that no dhcp pool for the site B, whereas it does 
have the dhcp pool in the cucm... this is all about Site B..

 Site A: one of the phone registered to CUCM but the ip address is out of the 
dhcp scope... i shut down the port on the switch, and no shut but no luck 

 Qos query: i am little confused about the egress queue on the lan... is the 
egress queue applies only to the uplink port i.e. port connecting to router??? 
or is that we have to view each single port has 2 ingress queue and 4 egress 
queue as combined??? can anyone help me on this matter.. your help is much 
appreciated..

 any advice or help is much much appreciated, since i spent 7 hours 
troubleshooting the phone registration but couldn't crack it...

 thank you
 krishna..
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Qos lan egress queue no phones registering via cucm dhcp

2012-08-06 Thread Jason Murray
Just remembered a couple other things right after I hit send on my last email,


 Check the trunk between SA-RTR and SA-Switch to make sure all vlans are 
allowed.

 Check on the SA-Switch to see of dhcp snooping as been enabled, if so either 
remove those commands or on each interface put ip dhcp snooping trust
- Original Message -
From: Krishna
Sent: 08/06/12 10:24 AM
To: Online Study
Subject: Re: [OSL | CCIE_Voice] Qos lan egress queue  no phones registering 
via cucm dhcp

 hi folks,

 this query is about lan qos and dhcp config on cucm, yesterday i had an issue 
where i couldn't able to register the Site A and Site B phones to cucm. Cucm is 
the dhcp server, and initially i put the default route ip address in the 
primary dns field in the dchp subnet, later corrected it by placing it in the 
primary router ip address, and after dhcp monitor service is restarted... but 
phones are not registering to the cucm... i did debug ip dhcp server 
event/packet, and i do see the dhcp relay is passing the info to helper address 
on the Site B. But, it says that no dhcp pool for the site B, whereas it does 
have the dhcp pool in the cucm... this is all about Site B..

 Site A: one of the phone registered to CUCM but the ip address is out of the 
dhcp scope... i shut down the port on the switch, and no shut but no luck 

 Qos query: i am little confused about the egress queue on the lan... is the 
egress queue applies only to the uplink port i.e. port connecting to router??? 
or is that we have to view each single port has 2 ingress queue and 4 egress 
queue as combined??? can anyone help me on this matter.. your help is much 
appreciated..

 any advice or help is much much appreciated, since i spent 7 hours 
troubleshooting the phone registration but couldn't crack it...

 thank you
 krishna..
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] Qos class class-default will route the voice rtp traffic???

2012-06-10 Thread Krishna
Hi folks,

I configured the below LLQ-CBWFQ on the HQ and BR1, and when i made the test 
calls i.e. two calls made from br1 -hq, the calls went through. But in the 
configuration the rtp allowed for only one g729 call, so will the class 
class-default taking this traffic??? Any help in giving clarification is much 
appreciated. And, also i have a question about mismatch of bandwidth values of 
sites, by default what values will it take. For example, hq is configured for 2 
calls for rtp, br1 configured for 1 call for rtp across the frame-relay, so  in 
this case which one wins???

HQ-RTR(config-pmap-c)# do sh run | s policy-map|class-map|map-class
class-map match-any VOIP-CONTROL
 match protocol skinny
 match protocol mgcp
 match protocol sip
 match protocol rsvp
 match protocol h323
class-map match-any VOIP-RTP
 match protocol rtp audio
policy-map LLQ-HQ-BR1
 class VOIP-CONTROL
  set dscp cs3
  bandwidth 10
 class VOIP-RTP
  set ip dscp ef
  bandwidth 28
 class class-default
   police rate percent 62
     exceed-action set-dscp-transmit 0
  fair-queue
map-class frame-relay LINKPMAP-VOIP-RTP-BR1
 frame-relay cir 146
 frame-relay bc 14600
 frame-relay be 0
 frame-relay mincir 146
 service-policy output LLQ-HQ-BR1


Thank you
Krishna.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS on 3750

2012-04-08 Thread chase mergenthal

Is there a way to remark excess traffic in an egress queue to COS 0 ?

-Chase

--
If winners never quit and quitters never win, then who coined the phrase, Quit 
while you’re still ahead.?



  ___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS config

2012-03-22 Thread Baktha Muralidharan
Hi folks

when asked to configure WAN QoS between two sites, with just the following
specifics-

  - allow 2 calls
  - RTP compression on the link

do you do the whole SRND-recommended, 2-level qos policy, including 95% bw
calculation ?
or do you just do auto qos (trust, if we can assume packets are marked
appropriately) and just make sure that the map-class for the other site is
adjusted to allow sufficient bandwidth for calls?

I tend to do the SRND-compliant config, as it allows us to do compression
and shaping at class level, thereby eliminating the need to configure
map-class for the other link (which would otherwise end up with the
default bandwidth of 56kbps)

I am interested in learning what could be gotchas or which words/terms to
particular attention to, in deciding whether to go with the hierarchical
policy versus sticking with what's generated by auto qos.

thanks in advance,
/Baktha
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS 3750

2012-03-13 Thread Vik Malhi
I would 100% recommend running auto qos on an UNUSED port for the base config 
it adds in global config (e.g. cos-dscp maps) - but MANUALLY add port specific 
commands if required (e.g srr, pr out, service-policy).

Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.

Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Mar 10, 2012, at 11:55 AM, Emanuel Damasceno wrote:

 I found this to be very interesting...
 
 I remember some people asking about the priority-queue out command in 
 earlier posts. As I am fine tuning my QoS skills, I found this here on the 
 Command Reference Guide for Catalyst 3750:
 Usage Guidelines When you configure the priority-queue out command, the 
 shaped round robin (SRR) weight ratios are
 affected because there is one fewer queue participating in SRR. This means 
 that weight1 in the srr-queue
 bandwidth shape or the srr-queue bandwidth shape interface configuration 
 command is ignored (not
 used in the ratio calculation). The expedite queue is a priority queue, and 
 it is serviced until empty before
 the other queues are serviced.
 Follow these guidelines when the expedite queue is enabled or the egress 
 queues are serviced based on
 their SRR weights:
 • If the egress expedite queue is enabled, it overrides the SRR shaped and 
 shared weights for queue 1.
 • If the egress expedite queue is disabled and the SRR shaped and shared 
 weights are configured, the
 shaped mode overrides the shared mode for queue 1, and SRR services this 
 queue in shaped mode.
 • If the egress expedite queue is disabled and the SRR shaped weights are not 
 configured, SRR
 services the queue in shared mode.
 So, watch out for auto qos, because it adds priority-queue out on the port 
 you applied auto qos...
 Emanuel Damasceno
 CCNP Voice
 
 
 
 
 
 On Sat, Mar 10, 2012 at 4:44 PM, Emanuel Damasceno aedamasc...@gmail.com 
 wrote:
 Hello Expert,
 
 I am curious... When we issue auto qos command on a port, does it mess 
 around with queue-set 1 or queue-set 2? 
 
 I was told by a friend that when we do auto qos it messes around with 
 queue-set 1, but I also see equal configs on queue-set 2. Can anybody share 
 some thoughts?
 
 Thanks
 Emanuel Damasceno
 CCNP Voice
 
 
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS 3750

2012-03-10 Thread Emanuel Damasceno
Hello Expert,

I am curious... When we issue auto qos command on a port, does it mess
around with queue-set 1 or queue-set 2?

I was told by a friend that when we do auto qos it messes around with
queue-set 1, but I also see equal configs on queue-set 2. Can anybody share
some thoughts?

Thanks
*Emanuel Damasceno*
CCNP Voice
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS Question

2012-03-08 Thread Amine Samaha

Questions for the group (use the PDF to help you).
in English when would traffic being placed into egress Q4T1 be dropped?Q4T1 
Traffic will be dropped if it exceeds 20% of Xin English when would traffic 
being placed into egress Q4T2 be dropped?Q4T2 Traffic will be dropped if it 
exceeds 50% of X
in English when would traffic being placed into egress Q4T3 be dropped?Q4T2 
Traffic will be dropped if it exceeds 67% of X unless it could grab 33% of X 
from the common pool, in this case Q4T3 traffic will be dropped when it reaches 
X.
I hope this is correct!!
Subject: Re: [OSL | CCIE_Voice] QoS Question
From: vma...@ipexpert.com
Date: Wed, 7 Mar 2012 11:39:40 -0800
CC: ccie_voice@onlinestudylist.com
To: amine_sam...@hotmail.com



The speed of the interface (100Mbps) is NOT the buffer size but rather the 
bandwidth. You configure the breakdown of this within each interface for 
example:
SiteA-Switch(config)#int f1/0/1SiteA-Switch(config-if)#srr bandwidth share 25 
25 25 25
The output buffer is when there is congestion for traffic outbound in a 
specific direction e.g. a gateway/router, server, phone. If the switch's 
sending rate is greater than the reciever can handle we need to buffer the 
traffic. Do we want to wait for the buffer to become full and then just drop 
everything (Tail Drop)? No. We want to apply weights so that lower priority 
traffic is dropped before the buffers become full (WTD- congestion avoidance). 
So with your example:

f1/0/2 bandwidth: 100Mqueue: 4buffer: 54threshold1: 20threshold2: 50reserved: 
67maximum: 400

Q4 has 54% of the buffers assigned to f1/0/2. This has got nothing to do with 
the speed of the interface. The buffer size looks like a small value - I think 
2MB per 4 ports (I don't know if this is published).
Please see the attached PDF for a graphic illustration of this interfaces' 
egress WTD.
Questions for the group (use the PDF to help you).
in English when would traffic being placed into egress Q4T1 be dropped?in 
English when would traffic being placed into egress Q4T2 be dropped?in English 
when would traffic being placed into egress Q4T3 be dropped?




Vik Malhi � CCIE #13890 
Managing Partner - IPexpert, Inc.
Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Mar 6, 2012, at 1:08 PM, Amine Samaha wrote:
Hi Vik,
In reference to the blog articles you've mentioned below, kindly, i need to 
clarify two points related to egress queuing:
1) Let us assume the example below:
f1/0/2 bandwidth: 100Mqueue: 4buffer: 54threshold1: 20threshold2: 50reserved: 
67maximum: 400
Is it true in this case that Q4 T1 = 20% of 54 = 10.8Mand Q4 T3 =   100% of 
(67% of 54) =   36.18M and maximum (max BW allowed to be grabbed from the 
common pool during congestion) is = 400% of 54 =  216M
2) if maximum is set to 100  i could understand that Q4 will not be allowed to 
borrow any bandwidth from the common pool during congestion. Is this correct
Thanks a lot,  



 





from: vmalhi@ipexpert.comDate: Mon, 5 Mar 2012 14:56:33 -0800
To: k...@rogers-mail.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] QoS Question

We are using the T1 and T2 values on the egress side in a very different way to 
the way we use T1/T2 on the ingress side.
We are trying to expand our buffers dynamically to prevent the frame from being 
dropped. How we do this is by not reserving all of our memory per port (in our 
case we reserved 92%) and contributing to a common pool which can be used for 
the interfaces that are congested and need the extra buffer space.
The dynamic nature of the reserved/max threshold is more flexible that the more 
regimented method you have described- which may be good for some ports but not 
others (and you only get two shots since there are only two queue sets).

Vik Malhi � CCIE #13890 
Managing Partner - IPexpert, Inc.
Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com


On Mar 5, 2012, at 1:44 PM, Kyle Rogers wrote:Vik,
Thanks for the explanation, that answered most of my questions and helped quite 
a bit.  My only other question is why someone would carve out 10% of the 
buffers for a queue, but reserve an amount other than 100%.  For example, if I 
set the Reserved Bandwidth to 80, why wouldn't I just set the buffer setting to 
8 instead?  The only explanation I can come up with is that I can only use 
whole percentages in the buffer statement and can't put 8.5%, but if I put 10% 
buffers and 85% reserved, I can reserve 8.5% of the buffers.  Is that the 
reason or am I missing a piece of the puzzle?  I apologize for asking so many 
questions but I'm sort of at an impass in my studies until I get a firm grasp 
on this.  I will definitely check out the blog.
Thanks,Kyle
On Mon, Mar 5, 2012 at 3:35 PM, Vik Malhi vma...@ipexpert.com wrote:
Answers inline.
For more info please read my 3 part blog on the Catalyst 3750: 
http://blog.ipexpert.com/tags/3750-qos/
Vik Malhi � CCIE #13890 
Managing

Re: [OSL | CCIE_Voice] QoS Question

2012-03-08 Thread Vik Malhi
Ok- good answer. The one I'm questioning is this:

 in English when would traffic being placed into egress Q4T3 be dropped?
 Q4T2 Traffic will be dropped if it exceeds 67% of X unless it could grab 33% 
 of X from the common pool, in this case Q4T3 traffic will be dropped when it 
 reaches X.

If this is the case what is the purpose of the maximum threshold (M in my PDF). 
Is this totally unused? 

This is maximum memory that this queue can have before packets are dropped to 
quote the 3750 config guide. Q4T1 and Q4T2 are not allowed to expand their 
buffers to M (400%) since their threshold values are set to 20% and 50% 
respectively. How about Q4T3?  The Q4 buffer could expand to M to avoid 
dropping traffic placed into Q4T3 (if common pool BW is available!).


Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.

Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Mar 8, 2012, at 4:23 AM, Amine Samaha wrote:

 Questions for the group (use the PDF to help you).
 
 in English when would traffic being placed into egress Q4T1 be dropped?
 Q4T1 Traffic will be dropped if it exceeds 20% of X
 in English when would traffic being placed into egress Q4T2 be dropped?
 Q4T2 Traffic will be dropped if it exceeds 50% of X
 in English when would traffic being placed into egress Q4T3 be dropped?
 Q4T2 Traffic will be dropped if it exceeds 67% of X unless it could grab 33% 
 of X from the common pool, in this case Q4T3 traffic will be dropped when it 
 reaches X.
 
 I hope this is correct!!
 
 Subject: Re: [OSL | CCIE_Voice] QoS Question
 From: vma...@ipexpert.com
 Date: Wed, 7 Mar 2012 11:39:40 -0800
 CC: ccie_voice@onlinestudylist.com
 To: amine_sam...@hotmail.com
 
 The speed of the interface (100Mbps) is NOT the buffer size but rather the 
 bandwidth. You configure the breakdown of this within each interface for 
 example:
 
 SiteA-Switch(config)#int f1/0/1
 SiteA-Switch(config-if)#srr bandwidth share 25 25 25 25
 
 The output buffer is when there is congestion for traffic outbound in a 
 specific direction e.g. a gateway/router, server, phone. If the switch's 
 sending rate is greater than the reciever can handle we need to buffer the 
 traffic. Do we want to wait for the buffer to become full and then just drop 
 everything (Tail Drop)? No. We want to apply weights so that lower priority 
 traffic is dropped before the buffers become full (WTD- congestion 
 avoidance). So with your example:
 
 
 f1/0/2 bandwidth: 100M
 queue: 4
 buffer: 54
 threshold1: 20
 threshold2: 50
 reserved: 67
 maximum: 400
 
 
 Q4 has 54% of the buffers assigned to f1/0/2. This has got nothing to do with 
 the speed of the interface. The buffer size looks like a small value - I 
 think 2MB per 4 ports (I don't know if this is published).
 
 Please see the attached PDF for a graphic illustration of this interfaces' 
 egress WTD.
 
 Questions for the group (use the PDF to help you).
 
 in English when would traffic being placed into egress Q4T1 be dropped?
 in English when would traffic being placed into egress Q4T2 be dropped?
 in English when would traffic being placed into egress Q4T3 be dropped?
 
 
 Vik Malhi � CCIE #13890 
 Managing Partner - IPexpert, Inc.
 
 Telephone: +1.810.326.1444 ext 420
 Fax: +1.810.454.0130 
 Mailto: vma...@ipexpert.com
 
 
 
 
 On Mar 6, 2012, at 1:08 PM, Amine Samaha wrote:
 
 
 Hi Vik,
 
 In reference to the blog articles you've mentioned below, kindly, i need to 
 clarify two points related to egress queuing:
 
 1) Let us assume the example below:
 
 f1/0/2 bandwidth: 100M
 queue: 4
 buffer: 54
 threshold1: 20
 threshold2: 50
 reserved: 67
 maximum: 400
 
 Is it true in this case that Q4 T1 = 20% of 54 = 10.8M
 and Q4 T3 =   100% of (67% of 54) =   36.18M 
 and maximum (max BW allowed to be grabbed from the common pool during 
 congestion) is = 400% of 54 =  216M
 
 2) if maximum is set to 100  i could understand that Q4 will not be allowed 
 to borrow any bandwidth from the common pool during congestion. Is this 
 correct
 
 Thanks a lot,  
 
 
 
 
  
 
 
 
 
 
 
 from: vma...@ipexpert.com
 Date: Mon, 5 Mar 2012 14:56:33 -0800
 To: k...@rogers-mail.com
 CC: ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] QoS Question
 
 We are using the T1 and T2 values on the egress side in a very different way 
 to the way we use T1/T2 on the ingress side.
 
 We are trying to expand our buffers dynamically to prevent the frame from 
 being dropped. How we do this is by not reserving all of our memory per port 
 (in our case we reserved 92%) and contributing to a common pool which can be 
 used for the interfaces that are congested and need the extra buffer space.
 
 The dynamic nature of the reserved/max threshold is more flexible that the 
 more regimented method you have described- which may be good for some ports 
 but not others (and you only get two shots since there are only two queue 
 sets).
 
 
 Vik Malhi � CCIE #13890 
 Managing Partner

Re: [OSL | CCIE_Voice] QoS Question

2012-03-06 Thread Amine Samaha


Hi Vik,
In reference to the blog articles you've mentioned below, kindly, i need to 
clarify two points related to egress queuing:
1) Let us assume the example below:
f1/0/2 bandwidth: 100Mqueue: 4buffer: 54threshold1: 20threshold2: 50reserved: 
67maximum: 400
Is it true in this case that Q4 T1 = 20% of 54 = 10.8Mand Q4 T3 =   100% of 
(67% of 54) =   36.18M and maximum (max BW allowed to be grabbed from the 
common pool during congestion) is = 400% of 54 =  216M
2) if maximum is set to 100  i could understand that Q4 will not be allowed to 
borrow any bandwidth from the common pool during congestion. Is this correct
Thanks a lot,  



 





from: vmalhi@ipexpert.comDate: Mon, 5 Mar 2012 14:56:33 -0800
To: k...@rogers-mail.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] QoS Question



We are using the T1 and T2 values on the egress side in a very different way to 
the way we use T1/T2 on the ingress side.
We are trying to expand our buffers dynamically to prevent the frame from being 
dropped. How we do this is by not reserving all of our memory per port (in our 
case we reserved 92%) and contributing to a common pool which can be used for 
the interfaces that are congested and need the extra buffer space.
The dynamic nature of the reserved/max threshold is more flexible that the more 
regimented method you have described- which may be good for some ports but not 
others (and you only get two shots since there are only two queue sets).


Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.
Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Mar 5, 2012, at 1:44 PM, Kyle Rogers wrote:Vik,
Thanks for the explanation, that answered most of my questions and helped quite 
a bit.  My only other question is why someone would carve out 10% of the 
buffers for a queue, but reserve an amount other than 100%.  For example, if I 
set the Reserved Bandwidth to 80, why wouldn't I just set the buffer setting to 
8 instead?  The only explanation I can come up with is that I can only use 
whole percentages in the buffer statement and can't put 8.5%, but if I put 10% 
buffers and 85% reserved, I can reserve 8.5% of the buffers.  Is that the 
reason or am I missing a piece of the puzzle?  I apologize for asking so many 
questions but I'm sort of at an impass in my studies until I get a firm grasp 
on this.  I will definitely check out the blog.

Thanks,Kyle
On Mon, Mar 5, 2012 at 3:35 PM, Vik Malhi vma...@ipexpert.com wrote:

Answers inline.
For more info please read my 3 part blog on the Catalyst 3750: 
http://blog.ipexpert.com/tags/3750-qos/





Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.
Telephone: +1.810.326.1444 ext 420

Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com






On Mar 5, 2012, at 11:26 AM, Kyle Rogers wrote:
QoS is probably the area that I have the most difficulty with - especially LAN 
QoS.  I have some general questions.  let's use the following sample config:


mls qos queue-set output 1 buffers 10 10 26 54
mls qos queue-set output 1 threshold 2 138 138 92 400
You have only showed queue set 1 - we shall assume that the interface is 
assigned to queue set 1 but you must check the interface.


Let's say this is applied to a 100 Mbps interface
So if I understand this correctly:

Queue 1 = 10% of interface bandwidth is reserved (10 Mbps)Queue 2 = 10% of 
interface bandwidth is reserved (10 Mbps)Queue 3 = 26% of interface bandwidth 
is reserved (26 Mbps)Queue 3 = 54% of interface bandwidth is reserved (54 Mbps)

Not really interface bandwidth. When talking about buffer sizes we are talking 
about the sizes of the 4 queues = buffer space = memory allocation per queue. 
So our buffer size (which is quite small and not published but potentially 2MB 
per 4 ports - not important)  is for Q1-4 is 10%, 10%, 26%, 54%. The bandwidth 
each of the 4 queues has is specified using the srr commands within the 
interface.



In queue 2:T1 is set to 138% of bandwidth (138% x 10 Mbps)T2 is set to 138% of 
bandwidth (138% x 10 Mbps)
T3 is always set to 100% (100% x 10 Mbps)Reserved BW = 92% x 10 MbpsMaximum 
Reserved BW = 400% x 10 Mbps
Let's pretend our buffer per port is 1MB. Q2 has 10% of the buffer which is 
100KB.

However there is a twist since we are only actually reserving 92% buffers 
allocated to Q2. This is defined in the reserved threshold value. So really 
what we are reserving or guaranteeing  is 92KB of buffer space for Q2. The 
remaining 8% goes to what is known as the common pool- which can be used by 
anybody (temporarily) as and when it is needed. Q2 is allowed to grab 4x the 
buffers if available- so the buffer size could temporarily expand to 4MB (based 
on our 1MB per port example).

So traffic placed into Q2T1 will be dropped when Q2 is 138% full (or when Q2 
has 138KB of it buffers utilized). To get to this value we would have had to 
borrow some of the common pool bandwidth since only 92KB is reserved

[OSL | CCIE_Voice] QoS Question

2012-03-05 Thread Kyle Rogers
QoS is probably the area that I have the most difficulty with - especially
LAN QoS.  I have some general questions.  let's use the following sample
config:


mls qos queue-set output 1 buffers 10 10 26 54
mls qos queue-set output 1 threshold 2 138 138 92 400

Let's say this is applied to a 100 Mbps interface

So if I understand this correctly:

Queue 1 = 10% of interface bandwidth is reserved (10 Mbps)
Queue 2 = 10% of interface bandwidth is reserved (10 Mbps)
Queue 3 = 26% of interface bandwidth is reserved (26 Mbps)
Queue 3 = 54% of interface bandwidth is reserved (54 Mbps)

In queue 2:
T1 is set to 138% of bandwidth (138% x 10 Mbps)
T2 is set to 138% of bandwidth (138% x 10 Mbps)
T3 is always set to 100% (100% x 10 Mbps)
Reserved BW = 92% x 10 Mbps
Maximum Reserved BW = 400% x 10 Mbps

I think the Reserved and Max Reserved are what are tripping me up.
My questions are:

1.  If I allocated 10% using the buffers command and therefore have 10%
of the interface's Reserved Memory Pool available for Queue 2, why would I
then cut it down from 10% to 9.2%?
2.  Does the 400 for Max Reserved mean that T1 +T2 + T3 traffic cannot
exceed 400% x 10 Mbps of the interface's bandwidth?

I guess I just need a good explanation for the correlation of the numbers
in the command mls qos queue-set output 1 threshold 2 138 138 92 400

Thanks in advance for any assistance.

Kyle
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS Question

2012-03-05 Thread Vik Malhi
We are using the T1 and T2 values on the egress side in a very different way to 
the way we use T1/T2 on the ingress side.

We are trying to expand our buffers dynamically to prevent the frame from being 
dropped. How we do this is by not reserving all of our memory per port (in our 
case we reserved 92%) and contributing to a common pool which can be used for 
the interfaces that are congested and need the extra buffer space.

The dynamic nature of the reserved/max threshold is more flexible that the more 
regimented method you have described- which may be good for some ports but not 
others (and you only get two shots since there are only two queue sets).


Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.

Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Mar 5, 2012, at 1:44 PM, Kyle Rogers wrote:

 Vik,
 
 Thanks for the explanation, that answered most of my questions and helped 
 quite a bit.  My only other question is why someone would carve out 10% of 
 the buffers for a queue, but reserve an amount other than 100%.  For example, 
 if I set the Reserved Bandwidth to 80, why wouldn't I just set the buffer 
 setting to 8 instead?  The only explanation I can come up with is that I can 
 only use whole percentages in the buffer statement and can't put 8.5%, but if 
 I put 10% buffers and 85% reserved, I can reserve 8.5% of the buffers.  Is 
 that the reason or am I missing a piece of the puzzle?  I apologize for 
 asking so many questions but I'm sort of at an impass in my studies until I 
 get a firm grasp on this.  I will definitely check out the blog.
 
 Thanks,
 Kyle
 
 On Mon, Mar 5, 2012 at 3:35 PM, Vik Malhi vma...@ipexpert.com wrote:
 Answers inline.
 
 For more info please read my 3 part blog on the Catalyst 3750: 
 http://blog.ipexpert.com/tags/3750-qos/
 
 Vik Malhi – CCIE #13890 
 Managing Partner - IPexpert, Inc.
 
 Telephone: +1.810.326.1444 ext 420
 Fax: +1.810.454.0130 
 Mailto: vma...@ipexpert.com
 
 
 
 
 On Mar 5, 2012, at 11:26 AM, Kyle Rogers wrote:
 
 QoS is probably the area that I have the most difficulty with - especially 
 LAN QoS.  I have some general questions.  let's use the following sample 
 config:
 
 
 mls qos queue-set output 1 buffers 10 10 26 54
 mls qos queue-set output 1 threshold 2 138 138 92 400
 
 You have only showed queue set 1 - we shall assume that the interface is 
 assigned to queue set 1 but you must check the interface.
 
 
 Let's say this is applied to a 100 Mbps interface
 
 So if I understand this correctly:
 
 Queue 1 = 10% of interface bandwidth is reserved (10 Mbps)
 Queue 2 = 10% of interface bandwidth is reserved (10 Mbps)
 Queue 3 = 26% of interface bandwidth is reserved (26 Mbps)
 Queue 3 = 54% of interface bandwidth is reserved (54 Mbps)
 
 Not really interface bandwidth. When talking about buffer sizes we are 
 talking about the sizes of the 4 queues = buffer space = memory allocation 
 per queue. So our buffer size (which is quite small and not published but 
 potentially 2MB per 4 ports - not important)  is for Q1-4 is 10%, 10%, 26%, 
 54%. The bandwidth each of the 4 queues has is specified using the srr 
 commands within the interface.
 
 
 In queue 2:
 T1 is set to 138% of bandwidth (138% x 10 Mbps)
 T2 is set to 138% of bandwidth (138% x 10 Mbps)
 T3 is always set to 100% (100% x 10 Mbps)
 Reserved BW = 92% x 10 Mbps
 Maximum Reserved BW = 400% x 10 Mbps
 
 Let's pretend our buffer per port is 1MB. Q2 has 10% of the buffer which is 
 100KB.
 
 However there is a twist since we are only actually reserving 92% buffers 
 allocated to Q2. This is defined in the reserved threshold value. So really 
 what we are reserving or guaranteeing  is 92KB of buffer space for Q2. The 
 remaining 8% goes to what is known as the common pool- which can be used by 
 anybody (temporarily) as and when it is needed. Q2 is allowed to grab 4x the 
 buffers if available- so the buffer size could temporarily expand to 4MB 
 (based on our 1MB per port example).
 
 So traffic placed into Q2T1 will be dropped when Q2 is 138% full (or when Q2 
 has 138KB of it buffers utilized). To get to this value we would have had to 
 borrow some of the common pool bandwidth since only 92KB is reserved. If 
 there is no common pool bandwidth then we would have dropped traffic sooner. 
 
 Same for Q2T2.
 
 Traffic place into Q2T3 will be dropped when Q2 is 400% full (or when Q2 has 
 4MB of its buffers utilized). To get to this value we would have had to 
 borrow a substantial amount of common pool bandwidth. Worst case- we would 
 drop this traffic when the reserved buffers are full (92KB).
 
 
 
 
 I think the Reserved and Max Reserved are what are tripping me up.  
 My questions are:
 
 1.  If I allocated 10% using the buffers command and therefore have 10% of 
 the interface's Reserved Memory Pool available for Queue 2, why would I then 
 cut it down from 10% to 9.2%?
 2.  Does the 400 for Max Reserved mean that T1 +T2 + T3 

Re: [OSL | CCIE_Voice] QOS and Payload Size

2012-02-29 Thread Vik Malhi
For (1) it doesn't make sense to me- I would expect them to state that you 
should use the default payload size (20ms). So I'm not sure on this

For (2) with RSVP the call setup ALWAYS asks for worst case scenario which is 
40kbps for g729 and after the call is answered the actual bandwidth is used 
(default 24kbps). So if you always used default payload size (24kbps for G729) 
and, say for 10 calls, use ip rsvp band 240 then this will only allow 9 calls 
since the last call will demand 40kbps yet there is only 24 kpbs left (and 
216kpbs reserved).

So you should allow one call for 10ms (even though the call never uses 10ms 
sampling rate) and the remainder at 20ms. So for 10 calls-  (9*24) + 40.





On Feb 27, 2012, at 9:05 PM, AJ BG wrote:

  
 Hello All,
 I have to QOS related quesitons.
 Scenario 1:
 Assuming that the lab does not instruct you to change the default payload 
 size:however QOS requirement prompts you to calculate the priority queue 
 bandwidth with any values other than default codec’s payload size. Then 
 should we change the preferred packet size value in the service parameters?  
 Or even the “Code Yellow Entry Latency” value.
 Will proctors expect such changes when it is not specifically mentioned?
 
 Scenario 2:
 if there is RSVP in the lab but the default payload  size for QOS is not 
 given to you, will you calculate a worst case scenario for one call (10ms) 
 and the rest with default payload size? or calculate all calls with default 
 payload size ?
 Thanks,
 AJ
  
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS 3750

2012-02-29 Thread Vik Malhi
When mls qos is enabed srr is enabled and cannot be disabled- since you cannot 
set srr share to zero.

Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.

Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Dec 6, 2011, at 6:19 AM, datucha123 datucha123 wrote:

 Hello,
  
 What is the default Queuing method on 3750, when the mls qos is enabled 
 globally, but no srr is configured. Is it FIFO?
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS and Payload Size

2012-02-27 Thread AJ BG
Hello All,
I have to QOS related quesitons.
Scenario 1:
Assuming that the lab does not instruct you to change the default payload
size:however QOS requirement prompts you to calculate the priority queue
bandwidth with any values other than default codec’s payload size. Then
should we change the preferred packet size value in the service
parameters?  Or even the “Code Yellow Entry Latency” value.
Will proctors expect such changes when it is not specifically mentioned?

Scenario 2:
if there is RSVP in the lab but the default payload  size for QOS is not
given to you, will you calculate a worst case scenario for one call
(10ms) and the rest with default payload size? or calculate all calls with
default payload size ?
Thanks,
AJ
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread Robert Schuknecht
Hello AJ,

 

regarding BACD, i would you the Bulid-In Scripts inside IOS.

 

/Robert

 

Von: ccie_voice-boun...@onlinestudylist.com
[mailto:ccie_voice-boun...@onlinestudylist.com] Im Auftrag von AJ BG
Gesendet: Tuesday, February 07, 2012 7:03 AM
An: ccie_voice@onlinestudylist.com
Betreff: [OSL | CCIE_Voice] QOS LFI and BACD files

 

 Hello,

   1.   QOS question 

According to Vic, if you configure LFI for a subinterface in a hub and spoke
environment, Your second sub interface will dopes its CIR to 56k. To solve
this issue you should configure map-class for the second interface as well.
I have tested this and confirmed the problem and the solution. 

 But if the interface bandwidth is not given to you, then in what rate do
you configure the second map-class? What should be your CIR and MinCIR
bandwidth? 

 

2.   BACD question 

will it be possible that the lab requirement will be  to configure BACD
without giving you direct access to the BACD files? If the above scenario
happen then how would you copy the files into the router. I am thinking to
use CUCM. But can you even go to Cisco's website and download BACD tar file
during the exam? Any suggestion?

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS LFI and BACD

2012-02-07 Thread Larry Stern
For your second sub interface I would assign bandwidth 1536, also if you don't 
want to build a map class for the second interface you can assign the bandwidth 
1536 and let auto-qos do the rest.

BACD
In the lab you have access to the CME Docs, it is here where you can find the 
BACD doc and  cli commands.

-Original Message-
From: ccie_voice-boun...@onlinestudylist.com 
[mailto:ccie_voice-boun...@onlinestudylist.com] On Behalf Of 
ccie_voice-requ...@onlinestudylist.com
Sent: Tuesday, February 07, 2012 10:22 AM
To: ccie_voice@onlinestudylist.com
Subject: CCIE_Voice Digest, Vol 72, Issue 35

Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
or, via email, send a message with subject or body 'help' to
ccie_voice-requ...@onlinestudylist.com

You can reach the person managing the list at
ccie_voice-ow...@onlinestudylist.com

When replying, please edit your Subject line so it is more specific than Re: 
Contents of CCIE_Voice digest...


Today's Topics:

   1. QOS LFI and BACD files (AJ BG)
   2. Lab Grading (Vega Wong)
   3. Test LAB Upgrade from Cisco CVP 4.1 to CVP 8.0 (darshan)
   4. Re: Test LAB Upgrade from Cisco CVP 4.1 to CVP8.0
  (Emanuel Damasceno)
   5. Re: Lab Grading (Chris Martin)


--

Message: 1
Date: Mon, 6 Feb 2012 22:02:37 -0800
From: AJ BG ciscoie2...@gmail.com
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] QOS LFI and BACD files
Message-ID:
cajksf-n8u05_j+qvjg2eknbzluigp35ou0wlssippbm3zbz...@mail.gmail.com
Content-Type: text/plain; charset=windows-1252

  Hello,
   1.   QOS question

According to Vic, if you configure LFI for a subinterface in a hub and spoke 
environment, Your second sub interface will dopes its CIR to 56k. To solve this 
issue you should configure map-class for the second interface as well. I have 
tested this and confirmed the problem and the solution.

 But if the interface bandwidth is not given to you, then in what rate do you 
configure the second map-class? What should be your CIR and MinCIR bandwidth?



2.   BACD question

will it be possible that the lab requirement will be  to configure BACD without 
giving you direct access to the BACD files? If the above scenario happen then 
how would you copy the files into the router. I am thinking to use CUCM. But 
can you even go to Cisco?s website and download BACD tar file during the exam? 
Any suggestion?
-- next part --
An HTML attachment was scrubbed...
URL: /archives/ccie_voice/attachments/20120206/4e92bd2e/attachment-0001.html

--

Message: 2
Date: Mon, 6 Feb 2012 22:33:56 -0800 (PST)
From: Vega Wong vega2...@yahoo.com.au
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Lab Grading
Message-ID:
1328596436.37956.yahoomailclas...@web65904.mail.ac4.yahoo.com
Content-Type: text/plain; charset=utf-8

Hi all

First of all, let me clarify that I am not trying to break NDA or trying to 
sell anything here, just something I cant get my head around with.

I just had my second attmpt yesterday, and I failed. What really demoralising 
for me is that I thought I was fully prepared. What even more demoralising is 
that when I looked at the score card, I didnt get 100% in the area I thought I 
would get a 100%.

I dont mean to say I know it all (especially now), but there are areas on my 
score card that really shocks me. As I read through the exam, I know what the 
questions were requiring (at least I thought I did). For example, we all know 
that the topics of DHCP, NTP, VLAN will be in the network infrastructure area. 
And what could go wrong in those areas? I mean, if you dont setup those area 
correctly, all your subsequence config will has problem right? But yet, I dont 
get full marks in those. Similarly the gateway area, QoS area etc.

Right now I am pretty lost as to what I can prepare or study on, or at least 
how to check my config? I know this sounds really bad (or arrogent) but I 
really have no idea as how to confirm the config I did can get the full mark in 
those area.

I guess I am hoping if someone that share their strategy as to how to confirm 
their work is good or fulfilled the requirement?

hope that makes sense?



-- next part --
An HTML attachment was scrubbed...
URL: /archives/ccie_voice/attachments/20120206/1dfd186a/attachment-0001.html

--

Message: 3
Date: Tue, 7 Feb 2012 14:58:50 +0300
From: darshan ccievoice0...@hotmail.com
To: ccie_voice@onlinestudylist.com
Subject: [OSL | CCIE_Voice] Test LAB Upgrade from Cisco CVP 4.1 to CVP
8.0
Message-ID: bay154-ds16f353dc9943c8f0998199b1...@phx.gbl
Content-Type: text/plain; charset=us-ascii

Dear All;



We have a test LAB with CVP 4.1

Re: [OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread CCIEVoiceKP
I personally would set it to a full T1 ... Bandwidth 1536  When in doubt, 
explain what and why to the proctor to make sure it's ok.

KP

Sent from my iPhone and I have big thumbs ... So please excuse the typos.

On Feb 6, 2012, at 9:02 PM, AJ BG ciscoie2...@gmail.com wrote:

  Hello,
1.   QOS question
 According to Vic, if you configure LFI for a subinterface in a hub and spoke 
 environment, Your second sub interface will dopes its CIR to 56k. To solve 
 this issue you should configure map-class for the second interface as well. I 
 have tested this and confirmed the problem and the solution.
  But if the interface bandwidth is not given to you, then in what rate do you 
 configure the second map-class? What should be your CIR and MinCIR bandwidth? 

  
 2.   BACD question
 will it be possible that the lab requirement will be  to configure BACD 
 without giving you direct access to the BACD files? If the above scenario 
 happen then how would you copy the files into the router. I am thinking to 
 use CUCM. But can you even go to Cisco’s website and download BACD tar file 
 during the exam? Any suggestion?
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread Vik Malhi
I agree with the last post. 

When you have used FRTS use the command show traff to verify Interval time 
and target rate- default to 1536 if PVC speed is not given to you. The snippet 
below shows what happens when FRTS is enabled- both these PVC's will need 
fixing.


SiteA-RTR(config)#interface Serial0/0/1:0
SiteA-RTR(config-if)#frame-relay traff
SiteA-RTR#sh traff

Interface   Se0/0/1:0.1
   Access TargetByte   Sustain   ExcessInterval  Increment Adapt
VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)   Active
201   56000 8757000  0 125   875   -   

Interface   Se0/0/1:0.2
   Access TargetByte   Sustain   ExcessInterval  Increment Adapt
VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)   Active
202   56000 8757000  0 125   875   -   

Vik Malhi – CCIE #13890 
Managing Partner - IPexpert, Inc.

Telephone: +1.810.326.1444 ext 420
Fax: +1.810.454.0130 
Mailto: vma...@ipexpert.com




On Feb 7, 2012, at 7:58 AM, CCIEVoiceKP wrote:

 I personally would set it to a full T1 ... Bandwidth 1536  When in doubt, 
 explain what and why to the proctor to make sure it's ok.
 
 KP
 
 Sent from my iPhone and I have big thumbs ... So please excuse the typos.
 
 On Feb 6, 2012, at 9:02 PM, AJ BG ciscoie2...@gmail.com wrote:
 
  Hello,
1.   QOS question
 According to Vic, if you configure LFI for a subinterface in a hub and spoke 
 environment, Your second sub interface will dopes its CIR to 56k. To solve 
 this issue you should configure map-class for the second interface as well. 
 I have tested this and confirmed the problem and the solution.
  But if the interface bandwidth is not given to you, then in what rate do 
 you configure the second map-class? What should be your CIR and MinCIR 
 bandwidth?
  
 2.   BACD question
 will it be possible that the lab requirement will be  to configure BACD 
 without giving you direct access to the BACD files? If the above scenario 
 happen then how would you copy the files into the router. I am thinking to 
 use CUCM. But can you even go to Cisco’s website and download BACD tar file 
 during the exam? Any suggestion?
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread Baktha Muralidharan
Of course, if the question made you do class-based shaping, then, you don't
need to worry about the other links.
Only FRTS will cause the links to drop to default (i.e. 56kbps).
Always a good idea to do show traffic command, after configuring one
link, to see if the other link has defaulted to 56kbps speed.

/Baktha


On Tue, Feb 7, 2012 at 10:58 AM, ccie_voice-requ...@onlinestudylist.comwrote:

 Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

 To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
 or, via email, send a message with subject or body 'help' to
ccie_voice-requ...@onlinestudylist.com

 You can reach the person managing the list at
ccie_voice-ow...@onlinestudylist.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of CCIE_Voice digest...


 Today's Topics:

   1. Re: QOS LFI and BACD files (Robert Schuknecht)
   2. QOS LFI and BACD (Larry Stern)
   3. Re: QOS LFI and BACD files (CCIEVoiceKP)


 --

 Message: 1
 Date: Tue, 7 Feb 2012 16:48:42 +0100
 From: Robert Schuknecht rschukne...@gmx.de
 To: 'AJ BG' ciscoie2...@gmail.com,
ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] QOS LFI and BACD files
 Message-ID: 00ed01cce5af$fad8a000$f089e000$@gmx.de
 Content-Type: text/plain; charset=us-ascii

 Hello AJ,



 regarding BACD, i would you the Bulid-In Scripts inside IOS.



 /Robert



 Von: ccie_voice-boun...@onlinestudylist.com
 [mailto:ccie_voice-boun...@onlinestudylist.com] Im Auftrag von AJ BG
 Gesendet: Tuesday, February 07, 2012 7:03 AM
 An: ccie_voice@onlinestudylist.com
 Betreff: [OSL | CCIE_Voice] QOS LFI and BACD files



 Hello,

   1.   QOS question

 According to Vic, if you configure LFI for a subinterface in a hub and
 spoke
 environment, Your second sub interface will dopes its CIR to 56k. To solve
 this issue you should configure map-class for the second interface as well.
 I have tested this and confirmed the problem and the solution.

  But if the interface bandwidth is not given to you, then in what rate do
 you configure the second map-class? What should be your CIR and MinCIR
 bandwidth?

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread datucha123 datucha123
But that won't go for HQ router, as it is a Hub Router  -- multiple PVCs
per physical interfaces via subinterfaces.

For instance, if you have a T1 frame relay link, and already shaped one PVC
to 500kbps, you cannot shape another PVC to 1536. You have to shape another
PVC to 1536 - 500 = 1036 kbps, as the full interface rate is 1536, while
one PVC is already shaped up to 500, so only 1036 is left for shaping.

On Tue, Feb 7, 2012 at 10:02 PM, Vik Malhi vma...@ipexpert.com wrote:

 I agree with the last post.

 When you have used FRTS use the command show traff to verify Interval
 time and target rate- default to 1536 if PVC speed is not given to you. The
 snippet below shows what happens when FRTS is enabled- both these PVC's
 will need fixing.


 SiteA-RTR(config)#*interface Serial0/0/1:0*
 SiteA-RTR(config-if)#*frame-relay traff*
 SiteA-RTR#*sh traff*

 Interface   Se0/0/1:0.1
Access TargetByte   Sustain   ExcessInterval  Increment
 Adapt
 VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)
 Active
 201   *56000* 8757000  0 *125*   875
   -

 Interface   Se0/0/1:0.2
Access TargetByte   Sustain   ExcessInterval  Increment
 Adapt
 VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)
 Active
 202   *56000* 8757000  0 *125*   875
   -

 Vik Malhi – CCIE #13890
 Managing Partner - IPexpert, Inc.

 Telephone: +1.810.326.1444 ext 420
 Fax: +1.810.454.0130
 Mailto: vma...@ipexpert.com




 On Feb 7, 2012, at 7:58 AM, CCIEVoiceKP wrote:

 I personally would set it to a full T1 ... Bandwidth 1536  When in
 doubt, explain what and why to the proctor to make sure it's ok.

 KP

 Sent from my iPhone and I have big thumbs ... So please excuse the typos.

 On Feb 6, 2012, at 9:02 PM, AJ BG ciscoie2...@gmail.com wrote:

  Hello,
1.   QOS question
 According to Vic, if you configure LFI for a subinterface in a hub and
 spoke environment, Your second sub interface will dopes its CIR to 56k. To
 solve this issue you should configure map-class for the second interface as
 well. I have tested this and confirmed the problem and the solution.
  But if the interface bandwidth is not given to you, then in what rate do
 you configure the second map-class? What should be your CIR and MinCIR
 bandwidth?


 2.   BACD question

 will it be possible that the lab requirement will be  to configure BACD
 without giving you direct access to the BACD files? If the above scenario
 happen then how would you copy the files into the router. I am thinking to
 use CUCM. But can you even go to Cisco’s website and download BACD tar file
 during the exam? Any suggestion?

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread AJ BG
I did not know that BACD has a built in scripts. And you can configure BACD
without BACD tcl files. I would appreciate more details. I would also do
some more research to find out how.
Regarding QOS I agree that the best way is to set the speed of the second
subinterface to T1 (1536). And verify it with proctor.
Thanks,
AJ

On Tue, Feb 7, 2012 at 10:23 AM, Baktha Muralidharan
muralic...@gmail.comwrote:

 Of course, if the question made you do class-based shaping, then, you
 don't need to worry about the other links.
 Only FRTS will cause the links to drop to default (i.e. 56kbps).
 Always a good idea to do show traffic command, after configuring one
 link, to see if the other link has defaulted to 56kbps speed.

 /Baktha


 On Tue, Feb 7, 2012 at 10:58 AM, 
 ccie_voice-requ...@onlinestudylist.comwrote:

 Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

 To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
 or, via email, send a message with subject or body 'help' to
ccie_voice-requ...@onlinestudylist.com

 You can reach the person managing the list at
ccie_voice-ow...@onlinestudylist.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of CCIE_Voice digest...


 Today's Topics:

   1. Re: QOS LFI and BACD files (Robert Schuknecht)
   2. QOS LFI and BACD (Larry Stern)
   3. Re: QOS LFI and BACD files (CCIEVoiceKP)


 --

 Message: 1
 Date: Tue, 7 Feb 2012 16:48:42 +0100
 From: Robert Schuknecht rschukne...@gmx.de
 To: 'AJ BG' ciscoie2...@gmail.com,
ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] QOS LFI and BACD files
 Message-ID: 00ed01cce5af$fad8a000$f089e000$@gmx.de
 Content-Type: text/plain; charset=us-ascii

 Hello AJ,



 regarding BACD, i would you the Bulid-In Scripts inside IOS.



 /Robert



 Von: ccie_voice-boun...@onlinestudylist.com
 [mailto:ccie_voice-boun...@onlinestudylist.com] Im Auftrag von AJ BG
 Gesendet: Tuesday, February 07, 2012 7:03 AM
 An: ccie_voice@onlinestudylist.com
 Betreff: [OSL | CCIE_Voice] QOS LFI and BACD files



 Hello,

   1.   QOS question

 According to Vic, if you configure LFI for a subinterface in a hub and
 spoke
 environment, Your second sub interface will dopes its CIR to 56k. To solve
 this issue you should configure map-class for the second interface as
 well.
 I have tested this and confirmed the problem and the solution.

  But if the interface bandwidth is not given to you, then in what rate do
 you configure the second map-class? What should be your CIR and MinCIR
 bandwidth?


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread George Goglidze
Frame-Relay is known for it's oversubscription capabilities... 

So feel free to oversubscribe... It will be fine to configure one PVC 1536 and 
another 128 or whatever is required...

Sent from my iPad

On 7 Feb 2012, at 19:32, datucha123 datucha123 datucha...@gmail.com wrote:

 But that won't go for HQ router, as it is a Hub Router  -- multiple PVCs per 
 physical interfaces via subinterfaces.
 
 For instance, if you have a T1 frame relay link, and already shaped one PVC 
 to 500kbps, you cannot shape another PVC to 1536. You have to shape another 
 PVC to 1536 - 500 = 1036 kbps, as the full interface rate is 1536, while one 
 PVC is already shaped up to 500, so only 1036 is left for shaping.
 
 On Tue, Feb 7, 2012 at 10:02 PM, Vik Malhi vma...@ipexpert.com wrote:
 I agree with the last post. 
 
 When you have used FRTS use the command show traff to verify Interval time 
 and target rate- default to 1536 if PVC speed is not given to you. The 
 snippet below shows what happens when FRTS is enabled- both these PVC's will 
 need fixing.
 
 
 SiteA-RTR(config)#interface Serial0/0/1:0
 SiteA-RTR(config-if)#frame-relay traff
 SiteA-RTR#sh traff
 
 Interface   Se0/0/1:0.1
Access TargetByte   Sustain   ExcessInterval  Increment Adapt
 VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)   Active
 201   56000 8757000  0 125   875   -   
 
 Interface   Se0/0/1:0.2
Access TargetByte   Sustain   ExcessInterval  Increment Adapt
 VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)   Active
 202   56000 8757000  0 125   875   -   
 
 Vik Malhi – CCIE #13890 
 Managing Partner - IPexpert, Inc.
 
 Telephone: +1.810.326.1444 ext 420
 Fax: +1.810.454.0130 
 Mailto: vma...@ipexpert.com
 
 
 
 
 On Feb 7, 2012, at 7:58 AM, CCIEVoiceKP wrote:
 
 I personally would set it to a full T1 ... Bandwidth 1536  When in 
 doubt, explain what and why to the proctor to make sure it's ok.
 
 KP
 
 Sent from my iPhone and I have big thumbs ... So please excuse the typos.
 
 On Feb 6, 2012, at 9:02 PM, AJ BG ciscoie2...@gmail.com wrote:
 
  Hello,
1.   QOS question
 According to Vic, if you configure LFI for a subinterface in a hub and 
 spoke environment, Your second sub interface will dopes its CIR to 56k. To 
 solve this issue you should configure map-class for the second interface as 
 well. I have tested this and confirmed the problem and the solution.
  But if the interface bandwidth is not given to you, then in what rate do 
 you configure the second map-class? What should be your CIR and MinCIR 
 bandwidth?
  
 2.   BACD question
 will it be possible that the lab requirement will be  to configure BACD 
 without giving you direct access to the BACD files? If the above scenario 
 happen then how would you copy the files into the router. I am thinking to 
 use CUCM. But can you even go to Cisco’s website and download BACD tar file 
 during the exam? Any suggestion?
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread Bill
As long as your provider does not monitor and charge for overages ;)


Sent from my iPad

On Feb 7, 2012, at 1:42 PM, George Goglidze gogli...@gmail.com wrote:

 Frame-Relay is known for it's oversubscription capabilities... 
 
 So feel free to oversubscribe... It will be fine to configure one PVC 1536 
 and another 128 or whatever is required...
 
 Sent from my iPad
 
 On 7 Feb 2012, at 19:32, datucha123 datucha123 datucha...@gmail.com wrote:
 
 But that won't go for HQ router, as it is a Hub Router  -- multiple PVCs per 
 physical interfaces via subinterfaces.
 
 For instance, if you have a T1 frame relay link, and already shaped one PVC 
 to 500kbps, you cannot shape another PVC to 1536. You have to shape another 
 PVC to 1536 - 500 = 1036 kbps, as the full interface rate is 1536, while one 
 PVC is already shaped up to 500, so only 1036 is left for shaping.
 
 On Tue, Feb 7, 2012 at 10:02 PM, Vik Malhi vma...@ipexpert.com wrote:
 I agree with the last post. 
 
 When you have used FRTS use the command show traff to verify Interval time 
 and target rate- default to 1536 if PVC speed is not given to you. The 
 snippet below shows what happens when FRTS is enabled- both these PVC's will 
 need fixing.
 
 
 SiteA-RTR(config)#interface Serial0/0/1:0
 SiteA-RTR(config-if)#frame-relay traff
 SiteA-RTR#sh traff
 
 Interface   Se0/0/1:0.1
Access TargetByte   Sustain   ExcessInterval  Increment Adapt
 VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)   Active
 201   56000 8757000  0 125   875   -   
 
 Interface   Se0/0/1:0.2
Access TargetByte   Sustain   ExcessInterval  Increment Adapt
 VC List   Rate  Limit  bits/int  bits/int  (ms)  (bytes)   Active
 202   56000 8757000  0 125   875   -   
 
 Vik Malhi – CCIE #13890 
 Managing Partner - IPexpert, Inc.
 
 Telephone: +1.810.326.1444 ext 420
 Fax: +1.810.454.0130 
 Mailto: vma...@ipexpert.com
 
 
 
 
 On Feb 7, 2012, at 7:58 AM, CCIEVoiceKP wrote:
 
 I personally would set it to a full T1 ... Bandwidth 1536  When in 
 doubt, explain what and why to the proctor to make sure it's ok.
 
 KP
 
 Sent from my iPhone and I have big thumbs ... So please excuse the typos.
 
 On Feb 6, 2012, at 9:02 PM, AJ BG ciscoie2...@gmail.com wrote:
 
  Hello,
1.   QOS question
 According to Vic, if you configure LFI for a subinterface in a hub and 
 spoke environment, Your second sub interface will dopes its CIR to 56k. To 
 solve this issue you should configure map-class for the second interface 
 as well. I have tested this and confirmed the problem and the solution.
  But if the interface bandwidth is not given to you, then in what rate do 
 you configure the second map-class? What should be your CIR and MinCIR 
 bandwidth?
  
 2.   BACD question
 will it be possible that the lab requirement will be  to configure BACD 
 without giving you direct access to the BACD files? If the above scenario 
 happen then how would you copy the files into the router. I am thinking to 
 use CUCM. But can you even go to Cisco’s website and download BACD tar 
 file during the exam? Any suggestion?
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-07 Thread Chris Martin
AJ,

Take a look at this document, -
http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/bacd/configuration/guide/40bacd.html

It has examples and talks about configuration with both tcl and embedded.
Though be warned it has some errors in the examples..

HTH,
Chris

On Tue, Feb 7, 2012 at 1:41 PM, AJ BG ciscoie2...@gmail.com wrote:

 I did not know that BACD has a built in scripts. And you can configure
 BACD without BACD tcl files. I would appreciate more details. I would
 also do some more research to find out how.
 Regarding QOS I agree that the best way is to set the speed of the second
 subinterface to T1 (1536). And verify it with proctor.
 Thanks,
 AJ

 On Tue, Feb 7, 2012 at 10:23 AM, Baktha Muralidharan muralic...@gmail.com
  wrote:

 Of course, if the question made you do class-based shaping, then, you
 don't need to worry about the other links.
 Only FRTS will cause the links to drop to default (i.e. 56kbps).
 Always a good idea to do show traffic command, after configuring one
 link, to see if the other link has defaulted to 56kbps speed.

 /Baktha


 On Tue, Feb 7, 2012 at 10:58 AM, 
 ccie_voice-requ...@onlinestudylist.comwrote:

 Send CCIE_Voice mailing list submissions to
ccie_voice@onlinestudylist.com

 To subscribe or unsubscribe via the World Wide Web, visit
http://onlinestudylist.com/mailman/listinfo/ccie_voice
 or, via email, send a message with subject or body 'help' to
ccie_voice-requ...@onlinestudylist.com

 You can reach the person managing the list at
ccie_voice-ow...@onlinestudylist.com

 When replying, please edit your Subject line so it is more specific
 than Re: Contents of CCIE_Voice digest...


 Today's Topics:

   1. Re: QOS LFI and BACD files (Robert Schuknecht)
   2. QOS LFI and BACD (Larry Stern)
   3. Re: QOS LFI and BACD files (CCIEVoiceKP)


 --

 Message: 1
 Date: Tue, 7 Feb 2012 16:48:42 +0100
 From: Robert Schuknecht rschukne...@gmx.de
 To: 'AJ BG' ciscoie2...@gmail.com,
ccie_voice@onlinestudylist.com
 Subject: Re: [OSL | CCIE_Voice] QOS LFI and BACD files
 Message-ID: 00ed01cce5af$fad8a000$f089e000$@gmx.de
 Content-Type: text/plain; charset=us-ascii

 Hello AJ,



 regarding BACD, i would you the Bulid-In Scripts inside IOS.



 /Robert



 Von: ccie_voice-boun...@onlinestudylist.com
 [mailto:ccie_voice-boun...@onlinestudylist.com] Im Auftrag von AJ BG
 Gesendet: Tuesday, February 07, 2012 7:03 AM
 An: ccie_voice@onlinestudylist.com
 Betreff: [OSL | CCIE_Voice] QOS LFI and BACD files



 Hello,

   1.   QOS question

 According to Vic, if you configure LFI for a subinterface in a hub and
 spoke
 environment, Your second sub interface will dopes its CIR to 56k. To
 solve
 this issue you should configure map-class for the second interface as
 well.
 I have tested this and confirmed the problem and the solution.

  But if the interface bandwidth is not given to you, then in what rate do
 you configure the second map-class? What should be your CIR and MinCIR
 bandwidth?


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QOS LFI and BACD files

2012-02-06 Thread AJ BG
  Hello,
   1.   QOS question

According to Vic, if you configure LFI for a subinterface in a hub and
spoke environment, Your second sub interface will dopes its CIR to 56k. To
solve this issue you should configure map-class for the second interface as
well. I have tested this and confirmed the problem and the solution.

 But if the interface bandwidth is not given to you, then in what rate do
you configure the second map-class? What should be your CIR and MinCIR
bandwidth?



2.   BACD question

will it be possible that the lab requirement will be  to configure BACD
without giving you direct access to the BACD files? If the above scenario
happen then how would you copy the files into the router. I am thinking to
use CUCM. But can you even go to Cisco’s website and download BACD tar file
during the exam? Any suggestion?
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS question from new 5 labs, lab 2, question 10.1

2012-01-27 Thread John McGaughey (jomcgaug)
Hello,

 

From the new 5 labs, Lab 2 question 10.1 it asks the following.

 

For traffic being sent to the Site A gateway ensure that traffic marked
with COS 5 is dropped if queue 1 is 75% full.

 

The solution guide says to add queue-set 2 to the fastethernet port and
change the following 2 line like so.

 

mls qos queue-set output 2 threshold 1 75 100 100 100

mls qos srr-queue output cos-map queue 1 threshold 3 5

 

the 2nd line looks like a typo.  It should be the following for putting
COS 5 into q1t1, correct?

 

mls qos srr-queue output cos-map queue 1 threshold 1 5

 

John

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2, question 10.1

2012-01-27 Thread Farkas Péter
Think the same, since 3rd threshold performs tail drop.

Peter
- Original Message -
From: John McGaughey (jomcgaug) jomcg...@cisco.com
Date: Friday, January 27, 2012 2:56 pm
Subject: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2,
question 10.1
To: ccie_voice@onlinestudylist.com


 Hello,
  
   
  
  From the new 5 labs, Lab 2 question 10.1 it asks the following.
  
   
  
  For traffic being sent to the Site A gateway ensure that traffic marked
  with COS 5 is dropped if queue 1 is 75% full.
  
   
  
  The solution guide says to add queue-set 2 to the fastethernet port and
  change the following 2 line like so.
  
   
  
  mls qos queue-set output 2 threshold 1 75 100 100 100
  
  mls qos srr-queue output cos-map queue 1 threshold 3 5
  
   
  
  the 2nd line looks like a typo.  It should be the following for putting
  COS 5 into q1t1, correct?
  
   
  
  mls qos srr-queue output cos-map queue 1 threshold 1 5
  
   
  
  John
   
 ___
  For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
  
  Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2, question 10.1

2012-01-27 Thread John McGaughey (jomcgaug)
3rd threshold is 100% implicit.  So that wouldn't work since it will drop when 
100% full.

-Original Message-
From: Farkas Péter [mailto:wormh...@sch.bme.hu] 
Sent: Friday, January 27, 2012 8:04 AM
To: John McGaughey (jomcgaug)
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2,question 
10.1

Think the same, since 3rd threshold performs tail drop.

Peter
- Original Message -
From: John McGaughey (jomcgaug) jomcg...@cisco.com
Date: Friday, January 27, 2012 2:56 pm
Subject: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2,
question 10.1
To: ccie_voice@onlinestudylist.com


 Hello,
  
   
  
  From the new 5 labs, Lab 2 question 10.1 it asks the following.
  
   
  
  For traffic being sent to the Site A gateway ensure that traffic marked
  with COS 5 is dropped if queue 1 is 75% full.
  
   
  
  The solution guide says to add queue-set 2 to the fastethernet port and
  change the following 2 line like so.
  
   
  
  mls qos queue-set output 2 threshold 1 75 100 100 100
  
  mls qos srr-queue output cos-map queue 1 threshold 3 5
  
   
  
  the 2nd line looks like a typo.  It should be the following for putting
  COS 5 into q1t1, correct?
  
   
  
  mls qos srr-queue output cos-map queue 1 threshold 1 5
  
   
  
  John
   
 ___
  For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
  
  Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2, question 10.1

2012-01-27 Thread Chris Martin
You are correct John.  Also note that the interface would need to be set to
use queue-set 2 because default is queue-set 1.

Chris

On Fri, Jan 27, 2012 at 7:31 AM, John McGaughey (jomcgaug) 
jomcg...@cisco.com wrote:

 Hello,

 ** **

 From the new 5 labs, Lab 2 question 10.1 it asks the following.

 ** **

 “For traffic being sent to the Site A gateway ensure that traffic marked
 with COS 5 is dropped if queue 1 is 75% full.”

 ** **

 The solution guide says to add queue-set 2 to the fastethernet port and
 change the following 2 line like so.

 ** **

 *mls qos queue-set output 2 threshold 1 75 100 100 100*

 *mls qos srr-queue output cos-map queue 1 threshold 3 5*

 ** **

 the 2nd line looks like a typo.  It should be the following for putting
 COS 5 into q1t1, correct?

 ** **

 *mls qos srr-queue output cos-map queue 1 threshold 1 5*

 ** **

 John

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2, question 10.1

2012-01-27 Thread Farkas Péter
I meant my opinion the same as your.

- Original Message -
From: John McGaughey (jomcgaug) jomcg...@cisco.com
Date: Friday, January 27, 2012 3:05 pm
Subject: RE: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2,question 
10.1
To: wormh...@sch.hu
Cc: ccie_voice@onlinestudylist.com


 3rd threshold is 100% implicit.  So that wouldn't work since it will drop 
 when 100% full.
  
  -Original Message-
  From: Farkas Péter [ 
  Sent: Friday, January 27, 2012 8:04 AM
  To: John McGaughey (jomcgaug)
  Cc: ccie_voice@onlinestudylist.com
  Subject: Re: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2,question 
 10.1
  
  Think the same, since 3rd threshold performs tail drop.
  
  Peter
  - Original Message -
  From: John McGaughey (jomcgaug) jomcg...@cisco.com
  Date: Friday, January 27, 2012 2:56 pm
  Subject: [OSL | CCIE_Voice] QoS question from new 5 labs, lab 2, 
 question 10.1
  To: ccie_voice@onlinestudylist.com
  
  
   Hello,

 

From the new 5 labs, Lab 2 question 10.1 it asks the following.

 

For traffic being sent to the Site A gateway ensure that traffic marked
with COS 5 is dropped if queue 1 is 75% full.

 

The solution guide says to add queue-set 2 to the fastethernet port and
change the following 2 line like so.

 

mls qos queue-set output 2 threshold 1 75 100 100 100

mls qos srr-queue output cos-map queue 1 threshold 3 5

 

the 2nd line looks like a typo.  It should be the following for putting
COS 5 into q1t1, correct?

 

mls qos srr-queue output cos-map queue 1 threshold 1 5

 

John
 
   ___
For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com  
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-18 Thread Mohd Baqari
Hi,

HWIC module doesn't support trust/untrust even if command applied, it won't be 
functional.

I have explained this in details in my blog. If interested for more details 
refer here http://x-ccie.blogspot.com/

Regards,
Mohammed Al Baqari

Sent from my iPhone

On Jan 18, 2012, at 11:14 AM, Rrcrumm rrcr...@yahoo.com wrote:

 If the question says to trust packets, should you use the trust keyword or is 
 that there to throw you off.
 
 Sent from my iPhone
 
 On Jan 16, 2012, at 6:54 PM, Ashraf Ayyash ash.ayy...@gmail.com wrote:
 
 Hello John ,
 
 You thinking is correct however as  the Packet will traverse over the
 wan , it will be always subject to get modified by a lot of SW to
 change specially the DSCP Value and so the QOS SRND recommend to Not
 trust the packets coming from the wan and so we dont trust in the
 Branches routers .
 
 The right answer for any QOS Question is what is in the SRND and i
 believe thats why you will find it in the real lap in the desktop
 
 Ash
 
 On Mon, Jan 16, 2012 at 8:18 PM, John McGaughey (jomcgaug)
 jomcg...@cisco.com wrote:
 Hello,
 
 
 
 In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI between HQ
 and BR1.  In the solution guide it has you use auto qos trust on the HQ side
 but does not use trust on the BR1 side.  The DSG guide says the reason for
 not using the trust key word is because of the following:
 
 
 
 Note that we have not done any prior QOS classification/marking on the ESW
 module therefore we will use class-based marking (no use of the trust
 keyword when running auto qos).
 
 
 
 But the phones use the following markings by default.
 
 
 
 signaling (SCCP or SIP) - CoS 3 / cs3
 
 media (RTP) - CoS 5 / DSCP 46 (EF)
 
 
 
 Why couldn’t we just use the trust keyword on BR1 as well since the phone is
 already marking the packets correctly?
 
 
 
 John
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-18 Thread John McGaughey (jomcgaug)
The question doesn’t say anything about trusting or not trusting, which to me 
means we can use either.

-Original Message-
From: Rrcrumm [mailto:rrcr...@yahoo.com] 
Sent: Wednesday, January 18, 2012 1:14 AM
To: Ashraf Ayyash
Cc: John McGaughey (jomcgaug); ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

If the question says to trust packets, should you use the trust keyword or is 
that there to throw you off.

Sent from my iPhone

On Jan 16, 2012, at 6:54 PM, Ashraf Ayyash ash.ayy...@gmail.com wrote:

 Hello John ,
 
 You thinking is correct however as  the Packet will traverse over the
 wan , it will be always subject to get modified by a lot of SW to
 change specially the DSCP Value and so the QOS SRND recommend to Not
 trust the packets coming from the wan and so we dont trust in the
 Branches routers .
 
 The right answer for any QOS Question is what is in the SRND and i
 believe thats why you will find it in the real lap in the desktop
 
 Ash
 
 On Mon, Jan 16, 2012 at 8:18 PM, John McGaughey (jomcgaug)
 jomcg...@cisco.com wrote:
 Hello,
 
 
 
 In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI between HQ
 and BR1.  In the solution guide it has you use auto qos trust on the HQ side
 but does not use trust on the BR1 side.  The DSG guide says the reason for
 not using the trust key word is because of the following:
 
 
 
 Note that we have not done any prior QOS classification/marking on the ESW
 module therefore we will use class-based marking (no use of the trust
 keyword when running auto qos).
 
 
 
 But the phones use the following markings by default.
 
 
 
 signaling (SCCP or SIP) - CoS 3 / cs3
 
 media (RTP) - CoS 5 / DSCP 46 (EF)
 
 
 
 Why couldn’t we just use the trust keyword on BR1 as well since the phone is
 already marking the packets correctly?
 
 
 
 John
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-18 Thread Bill Lake
The ASICs on the HWIC-4ESW do not support QoS mechanisms as other ethernet
ports do so that is why you have to do QoS on a layer three device


On Wed, Jan 18, 2012 at 2:12 AM, Mohd Baqari baqari.voic...@gmail.comwrote:

 Hi,

 HWIC module doesn't support trust/untrust even if command applied, it
 won't be functional.

 I have explained this in details in my blog. If interested for more
 details refer here http://x-ccie.blogspot.com/

 Regards,
 Mohammed Al Baqari

 Sent from my iPhone

 On Jan 18, 2012, at 11:14 AM, Rrcrumm rrcr...@yahoo.com wrote:

  If the question says to trust packets, should you use the trust keyword
 or is that there to throw you off.
 
  Sent from my iPhone
 
  On Jan 16, 2012, at 6:54 PM, Ashraf Ayyash ash.ayy...@gmail.com wrote:
 
  Hello John ,
 
  You thinking is correct however as  the Packet will traverse over the
  wan , it will be always subject to get modified by a lot of SW to
  change specially the DSCP Value and so the QOS SRND recommend to Not
  trust the packets coming from the wan and so we dont trust in the
  Branches routers .
 
  The right answer for any QOS Question is what is in the SRND and i
  believe thats why you will find it in the real lap in the desktop
 
  Ash
 
  On Mon, Jan 16, 2012 at 8:18 PM, John McGaughey (jomcgaug)
  jomcg...@cisco.com wrote:
  Hello,
 
 
 
  In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI
 between HQ
  and BR1.  In the solution guide it has you use auto qos trust on the
 HQ side
  but does not use trust on the BR1 side.  The DSG guide says the reason
 for
  not using the trust key word is because of the following:
 
 
 
  Note that we have not done any prior QOS classification/marking on the
 ESW
  module therefore we will use class-based marking (no use of the trust
  keyword when running auto qos).
 
 
 
  But the phones use the following markings by default.
 
 
 
  signaling (SCCP or SIP) - CoS 3 / cs3
 
  media (RTP) - CoS 5 / DSCP 46 (EF)
 
 
 
  Why couldn’t we just use the trust keyword on BR1 as well since the
 phone is
  already marking the packets correctly?
 
 
 
  John
 
 
  ___
  For more information regarding industry leading CCIE Lab training,
 please
  visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
  www.PlatinumPlacement.com
  ___
  For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
  ___
  For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-17 Thread Anthony Alba
...I just did a check: in Workbook 2 Lab 6, Tasks 7.1, 7.2 we are trusting
the phones+HWIC-4ESW on both BR1  BR2 , the class-map used is

class-map match-all wan-rtp
 match dscp ef
etc. etc

...so as I thought, the DSG is not consistent here...

On Wed, Jan 18, 2012 at 12:52 PM, Anthony Alba ascanio.al...@gmail.comwrote:

  Hello,

 This is what I thought the DSG was pointing too:

 the HWIC-4ESW is a cheapo low-end device and we're not sure what it does
 with the  markings from the phone so let's re-classify and re-mark at BR1's
 WAN egress interface to be safe (i.e., don't depend on what phone +
 HWIC-4ESW passes to us)

 BTW, I have no knowledge that the HWIC-4ESW spoils markings so this is
 more a case of being paranoid.

 Now if you had your phones attached via another 3750 to BR1 then by all
 means use trust.

 (I'm not sure the DSG is entirely consistent about this: I'm sure there
 are other solutions where the phone+HWIC-4ESW is trusted.)






 On Tue, Jan 17, 2012 at 10:18 AM, John McGaughey (jomcgaug) 
 jomcg...@cisco.com wrote:

 Hello,

 ** **

 In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI between
 HQ and BR1.  In the solution guide it has you use auto qos trust on the HQ
 side but does not use trust on the BR1 side.  The DSG guide says the reason
 for not using the trust key word is because of the following:

 ** **

 *Note that we have not done any prior QOS classification/marking on the
 ESW module therefore we will use class-based marking (no use of the trust
 keyword when running auto qos).*

 * *

 But the phones use the following markings by default.

 ** **

 signaling (SCCP or SIP) - CoS 3 / cs3

 media (RTP) - CoS 5 / DSCP 46 (EF)

 ** **

 Why couldn’t we just use the trust keyword on BR1 as well since the phone
 is already marking the packets correctly?

 ** **

 John

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com



___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-17 Thread Rrcrumm
If the question says to trust packets, should you use the trust keyword or is 
that there to throw you off.

Sent from my iPhone

On Jan 16, 2012, at 6:54 PM, Ashraf Ayyash ash.ayy...@gmail.com wrote:

 Hello John ,
 
 You thinking is correct however as  the Packet will traverse over the
 wan , it will be always subject to get modified by a lot of SW to
 change specially the DSCP Value and so the QOS SRND recommend to Not
 trust the packets coming from the wan and so we dont trust in the
 Branches routers .
 
 The right answer for any QOS Question is what is in the SRND and i
 believe thats why you will find it in the real lap in the desktop
 
 Ash
 
 On Mon, Jan 16, 2012 at 8:18 PM, John McGaughey (jomcgaug)
 jomcg...@cisco.com wrote:
 Hello,
 
 
 
 In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI between HQ
 and BR1.  In the solution guide it has you use auto qos trust on the HQ side
 but does not use trust on the BR1 side.  The DSG guide says the reason for
 not using the trust key word is because of the following:
 
 
 
 Note that we have not done any prior QOS classification/marking on the ESW
 module therefore we will use class-based marking (no use of the trust
 keyword when running auto qos).
 
 
 
 But the phones use the following markings by default.
 
 
 
 signaling (SCCP or SIP) - CoS 3 / cs3
 
 media (RTP) - CoS 5 / DSCP 46 (EF)
 
 
 
 Why couldn’t we just use the trust keyword on BR1 as well since the phone is
 already marking the packets correctly?
 
 
 
 John
 
 
 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-16 Thread John McGaughey (jomcgaug)
Hello,

 

In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI
between HQ and BR1.  In the solution guide it has you use auto qos trust
on the HQ side but does not use trust on the BR1 side.  The DSG guide
says the reason for not using the trust key word is because of the
following:

 

Note that we have not done any prior QOS classification/marking on the
ESW module therefore we will use class-based marking (no use of the
trust keyword when running auto qos).

 

But the phones use the following markings by default.

 

signaling (SCCP or SIP) - CoS 3 / cs3

media (RTP) - CoS 5 / DSCP 46 (EF)

 

Why couldn't we just use the trust keyword on BR1 as well since the
phone is already marking the packets correctly?

 

John

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS question on Workbook2 Lab 10

2012-01-16 Thread Ashraf Ayyash
Hello John ,

You thinking is correct however as  the Packet will traverse over the
wan , it will be always subject to get modified by a lot of SW to
change specially the DSCP Value and so the QOS SRND recommend to Not
trust the packets coming from the wan and so we dont trust in the
Branches routers .

The right answer for any QOS Question is what is in the SRND and i
believe thats why you will find it in the real lap in the desktop

Ash

On Mon, Jan 16, 2012 at 8:18 PM, John McGaughey (jomcgaug)
jomcg...@cisco.com wrote:
 Hello,



 In Workbook 2, Lab 10, question 5.2  it asks you to setup MLP LFI between HQ
 and BR1.  In the solution guide it has you use auto qos trust on the HQ side
 but does not use trust on the BR1 side.  The DSG guide says the reason for
 not using the trust key word is because of the following:



 Note that we have not done any prior QOS classification/marking on the ESW
 module therefore we will use class-based marking (no use of the trust
 keyword when running auto qos).



 But the phones use the following markings by default.



 signaling (SCCP or SIP) - CoS 3 / cs3

 media (RTP) - CoS 5 / DSCP 46 (EF)



 Why couldn’t we just use the trust keyword on BR1 as well since the phone is
 already marking the packets correctly?



 John


 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


Re: [OSL | CCIE_Voice] QoS for HWIC module

2011-12-07 Thread datucha123 datucha123
Great answer Mohammed.

So HWIC still has two SRR Queues for Ingress direction, and they are not
configurable.

On Wed, Dec 7, 2011 at 2:46 AM, Mohammed Al Baqari baqari.voic...@gmail.com
 wrote:

  Hi,

 ** **

 Just to make this clear. 

 ** **

 ** **

 Trusting in HWIC module isn’t similar to catalyst switches. For incoming,
 tagged packets, the Cisco EtherSwitch module honors the CoS value; the
 packets are buffered in a high-priority queue for CoS values 4 to 7 and
 scheduled for expedited forwarding. The low-priority queue is used for
 packets with CoS values 0 to 3.

 ** **

 Untagged frames will use the default CoS value configured per-port.

 ** **

 Regarding SRR configuration, HWIC support SRR with default settings, i.e.
 you can’t tune it. This is the reason of not recognizing any command for
 SRR configuration.

 ** **

 Hope its clarified now.

 ** **

 Regards,

 Mohd Baqari

 ** **

 

 *From:* datucha123 datucha123 [mailto:datucha...@gmail.com]
 *Sent:* Tuesday, December 06, 2011 12:28 PM
 *To:* Mohd Baqari
 *Cc:* ccie_voice@onlinestudylist.com
 *Subject:* Re: [OSL | CCIE_Voice] QoS for HWIC module

 ** **

 Does it trust CoS or DSCP?

  

 Well, basically, I guess what does it trust, it trust just like the Router
 is trusting anything and relaying any QoS markings, am I right?

  

 But as for SRR, HWIC module interfaces does not undertand the command
 srr-queue or anything that begins with srr key word.

 On Tue, Dec 6, 2011 at 12:25 AM, Mohd Baqari baqari.voic...@gmail.com
 wrote:

 In HWIC trust is the default state. Also. srr can be configured.

 Regards,
 Mohammed Al Baqari

 Sent from my iPhone


 On Dec 5, 2011, at 5:12 PM, datucha123 datucha123 datucha...@gmail.com
 wrote:

  Hello,
 
  We can configur the L2 QoS on 3750 switch using SRR, Port based Trusts
 and etc.
 
  But what about the 4 port HWIC module? What kind of QoS must be done for
 that?
 
  I have tryed but the HWIC ports does not undertand the mls qos command.
 

  ___
  For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/

 ** **

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for HWIC module

2011-12-06 Thread datucha123 datucha123
Does it trust CoS or DSCP?

Well, basically, I guess what does it trust, it trust just like the Router
is trusting anything and relaying any QoS markings, am I right?

But as for SRR, HWIC module interfaces does not undertand the command
srr-queue or anything that begins with srr key word.

On Tue, Dec 6, 2011 at 12:25 AM, Mohd Baqari baqari.voic...@gmail.comwrote:

 In HWIC trust is the default state. Also. srr can be configured.

 Regards,
 Mohammed Al Baqari

 Sent from my iPhone

 On Dec 5, 2011, at 5:12 PM, datucha123 datucha123 datucha...@gmail.com
 wrote:

  Hello,
 
  We can configur the L2 QoS on 3750 switch using SRR, Port based Trusts
 and etc.
 
  But what about the 4 port HWIC module? What kind of QoS must be done for
 that?
 
  I have tryed but the HWIC ports does not undertand the mls qos command.
 
  ___
  For more information regarding industry leading CCIE Lab training,
 please visit www.ipexpert.com
 
  Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS 3750

2011-12-06 Thread datucha123 datucha123
Hello,

What is the default Queuing method on 3750, when the mls qos is enabled
globally, but no srr is configured. Is it FIFO?
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for HWIC module

2011-12-06 Thread Mohammed Al Baqari
Hi,

 

Just to make this clear. 

 

 

Trusting in HWIC module isn't similar to catalyst switches. For incoming,
tagged packets, the Cisco EtherSwitch module honors the CoS value; the
packets are buffered in a high-priority queue for CoS values 4 to 7 and
scheduled for expedited forwarding. The low-priority queue is used for
packets with CoS values 0 to 3.

 

Untagged frames will use the default CoS value configured per-port.

 

Regarding SRR configuration, HWIC support SRR with default settings, i.e.
you can't tune it. This is the reason of not recognizing any command for SRR
configuration.

 

Hope its clarified now.

 

Regards,

Mohd Baqari

 

From: datucha123 datucha123 [mailto:datucha...@gmail.com] 
Sent: Tuesday, December 06, 2011 12:28 PM
To: Mohd Baqari
Cc: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] QoS for HWIC module

 

Does it trust CoS or DSCP?

 

Well, basically, I guess what does it trust, it trust just like the Router
is trusting anything and relaying any QoS markings, am I right?

 

But as for SRR, HWIC module interfaces does not undertand the command
srr-queue or anything that begins with srr key word.

On Tue, Dec 6, 2011 at 12:25 AM, Mohd Baqari baqari.voic...@gmail.com
wrote:

In HWIC trust is the default state. Also. srr can be configured.

Regards,
Mohammed Al Baqari

Sent from my iPhone


On Dec 5, 2011, at 5:12 PM, datucha123 datucha123 datucha...@gmail.com
wrote:

 Hello,

 We can configur the L2 QoS on 3750 switch using SRR, Port based Trusts and
etc.

 But what about the 4 port HWIC module? What kind of QoS must be done for
that?

 I have tryed but the HWIC ports does not undertand the mls qos command.


 ___
 For more information regarding industry leading CCIE Lab training, please
visit www.ipexpert.com http://www.ipexpert.com/ 

 Are you a CCNP or CCIE and looking for a job? Check out
www.PlatinumPlacement.com http://www.platinumplacement.com/ 

 

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS for HWIC module

2011-12-05 Thread datucha123 datucha123
Hello,

We can configur the L2 QoS on 3750 switch using SRR, Port based Trusts and
etc.

But what about the 4 port HWIC module? What kind of QoS must be done for
that?

I have tryed but the HWIC ports does not undertand the mls qos command.
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for HWIC module

2011-12-05 Thread Mohd Baqari
In HWIC trust is the default state. Also. srr can be configured.

Regards,
Mohammed Al Baqari

Sent from my iPhone

On Dec 5, 2011, at 5:12 PM, datucha123 datucha123 datucha...@gmail.com wrote:

 Hello,
  
 We can configur the L2 QoS on 3750 switch using SRR, Port based Trusts and 
 etc.
  
 But what about the 4 port HWIC module? What kind of QoS must be done for that?
  
 I have tryed but the HWIC ports does not undertand the mls qos command.
  
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com


[OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread datucha123 datucha123
hello, everyone.

I have several questions about the QoS:

1) As I know, the Frame Relay Fragment Size must be always calculated based
on the Interfaces Access Rate? Am I right? And when using the Auto QoS on
Frame Relay Subinteface, it will calculate the Framgent Size based on the
bandwidth command under the Subinterface, and then we have to manually
correct the Fragment Size, so that it will be based on the Access Rate and
not on the Bandwidth of an interface, am I right?

2) When configuring the CUCM RSVP CAC, we have to configure the ip
rsvp bandwidth command under the Frame Relay DLCI interface, and also
configure the RSVP MTPs on the Routers.
Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps.
But now look, I have an issue with the ip rsvp bandwidth command:

I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI
(Subinterface), so that I have to have only 1 G729 call, and all other
calls should be rejected (Not reserved).
But my routers are still reserving more and more bandwidth for subsequent
calls. RSVP is not rejecting calls, even if I configure the ip rsvp
bandwidth 10 command, the calls are still traversing and are not rejected.

I have also added the following command:

ip rsvp policy preempt

interface Serial0/3/0.1 point-to-point
 frame-relay interface-dlci 101
  ip rsvp bandwidth 40
 ip rsvp data-packet classification none
 ip rsvp resource-provider none

But still not succes, even 5 G729 calls are reserved and not rejected. I
cannot understand why is it so? The debugs of RSVP does not show anything
interesing, they are just saying that the RSVP reservation has been
succesfull for each call.
Maybe it is an IOS BUG?
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread Randall Crumm
Is the setting set to mandatory under location in CUCM?

Randall




 From: datucha123 datucha123 datucha...@gmail.com
To: ccie_voice@onlinestudylist.com 
Sent: Sunday, November 20, 2011 8:29 AM
Subject: [OSL | CCIE_Voice] QoS for Frame Relay
 

 
hello, everyone.
 
I have several questions about the QoS:
 
1) As I know, the Frame Relay Fragment Size must be always calculated based on 
the Interfaces Access Rate? Am I right? And when using the Auto QoS on Frame 
Relay Subinteface, it will calculate the Framgent Size based on the bandwidth 
command under the Subinterface, and then we have to manually correct the 
Fragment Size, so that it will be based on the Access Rate and not on the 
Bandwidth of an interface, am I right?
 
2) When configuring the CUCM RSVP CAC, we have to configure the ip 
rsvp bandwidth command under the Frame Relay DLCI interface, and also 
configure the RSVP MTPs on the Routers. 
Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps. 
But now look, I have an issue with the ip rsvp bandwidth command:
 
I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI 
(Subinterface), so that I have to have only 1 G729 call, and all other calls 
should be rejected (Not reserved). 
But my routers are still reserving more and more bandwidth for subsequent 
calls. RSVP is not rejecting calls, even if I configure the ip rsvp bandwidth 
10 command, the calls are still traversing and are not rejected. 
 
I have also added the following command:
 
ip rsvp policy preempt
 
interface Serial0/3/0.1 point-to-point
 frame-relay interface-dlci 101
  ip rsvp bandwidth 40
 ip rsvp data-packet classification none
 ip rsvp resource-provider none
 
But still not succes, even 5 G729 calls are reserved and not rejected. I cannot 
understand why is it so? The debugs of RSVP does not show anything interesing, 
they are just saying that the RSVP reservation has been succesfull for each 
call. 
Maybe it is an IOS BUG?

 
 
 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread datucha123 datucha123
Yes, Sure,

Mandatory (Video Desired)

But still no success :(

On Sun, Nov 20, 2011 at 9:58 PM, Randall Crumm rrcr...@yahoo.com wrote:

  Is the setting set to mandatory under location in CUCM?

 Randall


  --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Sunday, November 20, 2011 8:29 AM
 *Subject:* [OSL | CCIE_Voice] QoS for Frame Relay


 hello, everyone.

 I have several questions about the QoS:

 1) As I know, the Frame Relay Fragment Size must be always calculated
 based on the Interfaces Access Rate? Am I right? And when using the Auto
 QoS on Frame Relay Subinteface, it will calculate the Framgent Size based
 on the bandwidth command under the Subinterface, and then we have to
 manually correct the Fragment Size, so that it will be based on the Access
 Rate and not on the Bandwidth of an interface, am I right?

 2) When configuring the CUCM RSVP CAC, we have to configure the ip
 rsvp bandwidth command under the Frame Relay DLCI interface, and also
 configure the RSVP MTPs on the Routers.
 Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps.
 But now look, I have an issue with the ip rsvp bandwidth command:

 I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI
 (Subinterface), so that I have to have only 1 G729 call, and all other
 calls should be rejected (Not reserved).
 But my routers are still reserving more and more bandwidth for subsequent
 calls. RSVP is not rejecting calls, even if I configure the ip rsvp
 bandwidth 10 command, the calls are still traversing and are not rejected.

 I have also added the following command:

 ip rsvp policy preempt

 interface Serial0/3/0.1 point-to-point
  frame-relay interface-dlci 101
   ip rsvp bandwidth 40
  ip rsvp data-packet classification none
  ip rsvp resource-provider none

 But still not succes, even 5 G729 calls are reserved and not rejected. I
 cannot understand why is it so? The debugs of RSVP does not show anything
 interesing, they are just saying that the RSVP reservation has been
 succesfull for each call.
 Maybe it is an IOS BUG?





 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/


___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread Randall Crumm
Do you have the locations in your Device pool and the proper device pool 
assigned to the GW?

RC



 From: datucha123 datucha123 datucha...@gmail.com
To: Randall Crumm rrcr...@yahoo.com 
Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Sunday, November 20, 2011 10:00 AM
Subject: Re: [OSL | CCIE_Voice] QoS for Frame Relay
 

Yes, Sure, 
 
Mandatory (Video Desired)
 
But still no success :(


On Sun, Nov 20, 2011 at 9:58 PM, Randall Crumm rrcr...@yahoo.com wrote:

Is the setting set to mandatory under location in CUCM?


Randall






 From: datucha123 datucha123 datucha...@gmail.com
To: ccie_voice@onlinestudylist.com 
Sent: Sunday, November 20, 2011 8:29 AM
Subject: [OSL | CCIE_Voice] QoS for Frame Relay
 


 
hello, everyone.
 
I have several questions about the QoS:
 
1) As I know, the Frame Relay Fragment Size must be always calculated based on 
the Interfaces Access Rate? Am I right? And when using the Auto QoS on Frame 
Relay Subinteface, it will calculate the Framgent Size based on the 
bandwidth command under the Subinterface, and then we have to manually 
correct the Fragment Size, so that it will be based on the Access Rate and not 
on the Bandwidth of an interface, am I right?
 
2) When configuring the CUCM RSVP CAC, we have to configure the ip 
rsvp bandwidth command under the Frame Relay DLCI interface, and also 
configure the RSVP MTPs on the Routers. 
Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps. 
But now look, I have an issue with the ip rsvp bandwidth command:
 
I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI 
(Subinterface), so that I have to have only 1 G729 call, and all other calls 
should be rejected (Not reserved). 
But my routers are still reserving more and more bandwidth for subsequent 
calls. RSVP is not rejecting calls, even if I configure the ip rsvp bandwidth 
10 command, the calls are still traversing and are not rejected. 
 
I have also added the following command:
 
ip rsvp policy preempt
 
interface Serial0/3/0.1 point-to-point
 frame-relay interface-dlci 101
  ip rsvp bandwidth 40
 ip rsvp data-packet classification none
 ip rsvp resource-provider none
 
But still not succes, even 5 G729 calls are reserved and not rejected. I 
cannot understand why is it so? The debugs of RSVP does not show anything 
interesing, they are just saying that the RSVP reservation has been succesfull 
for each call. 
Maybe it is an IOS BUG?

 
 
 
___
For more information regarding industry leading CCIE Lab training, please 
visit www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread datucha123 datucha123
Yes, the DPs are assigned correctly.

calls are successfully completed, but the RSVP is not rejecting the number
of calls when they exceed the configured max value.
On Sun, Nov 20, 2011 at 10:10 PM, Randall Crumm rrcr...@yahoo.com wrote:

  Do you have the locations in your Device pool and the proper device pool
 assigned to the GW?

 RC

   --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* Randall Crumm rrcr...@yahoo.com
 *Cc:* ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
 *Sent:* Sunday, November 20, 2011 10:00 AM
 *Subject:* Re: [OSL | CCIE_Voice] QoS for Frame Relay

  Yes, Sure,

 Mandatory (Video Desired)

 But still no success :(

 On Sun, Nov 20, 2011 at 9:58 PM, Randall Crumm rrcr...@yahoo.com wrote:

  Is the setting set to mandatory under location in CUCM?

 Randall


  --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Sunday, November 20, 2011 8:29 AM
 *Subject:* [OSL | CCIE_Voice] QoS for Frame Relay


 hello, everyone.

 I have several questions about the QoS:

 1) As I know, the Frame Relay Fragment Size must be always calculated
 based on the Interfaces Access Rate? Am I right? And when using the Auto
 QoS on Frame Relay Subinteface, it will calculate the Framgent Size based
 on the bandwidth command under the Subinterface, and then we have to
 manually correct the Fragment Size, so that it will be based on the Access
 Rate and not on the Bandwidth of an interface, am I right?

 2) When configuring the CUCM RSVP CAC, we have to configure the ip
 rsvp bandwidth command under the Frame Relay DLCI interface, and also
 configure the RSVP MTPs on the Routers.
 Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps.
 But now look, I have an issue with the ip rsvp bandwidth command:

 I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI
 (Subinterface), so that I have to have only 1 G729 call, and all other
 calls should be rejected (Not reserved).
 But my routers are still reserving more and more bandwidth for subsequent
 calls. RSVP is not rejecting calls, even if I configure the ip rsvp
 bandwidth 10 command, the calls are still traversing and are not rejected.

 I have also added the following command:

 ip rsvp policy preempt

 interface Serial0/3/0.1 point-to-point
  frame-relay interface-dlci 101
   ip rsvp bandwidth 40
  ip rsvp data-packet classification none
  ip rsvp resource-provider none

 But still not succes, even 5 G729 calls are reserved and not rejected. I
 cannot understand why is it so? The debugs of RSVP does not show anything
 interesing, they are just saying that the RSVP reservation has been
 succesfull for each call.
 Maybe it is an IOS BUG?





 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread Rrcrumm
Put you whole configs Online here and we can take a look.

Randall

Sent from my iPhone

On Nov 20, 2011, at 10:20 AM, datucha123 datucha123 datucha...@gmail.com 
wrote:

 Yes, the DPs are assigned correctly.
  
 calls are successfully completed, but the RSVP is not rejecting the number of 
 calls when they exceed the configured max value.
 On Sun, Nov 20, 2011 at 10:10 PM, Randall Crumm rrcr...@yahoo.com wrote:
 Do you have the locations in your Device pool and the proper device pool 
 assigned to the GW?
 
 RC
 
 From: datucha123 datucha123 datucha...@gmail.com
 To: Randall Crumm rrcr...@yahoo.com 
 Cc: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
 Sent: Sunday, November 20, 2011 10:00 AM
 Subject: Re: [OSL | CCIE_Voice] QoS for Frame Relay
 
 Yes, Sure,
  
 Mandatory (Video Desired)
  
 But still no success :(
 
 On Sun, Nov 20, 2011 at 9:58 PM, Randall Crumm rrcr...@yahoo.com wrote:
 Is the setting set to mandatory under location in CUCM?
 
 Randall
 
 
 From: datucha123 datucha123 datucha...@gmail.com
 To: ccie_voice@onlinestudylist.com 
 Sent: Sunday, November 20, 2011 8:29 AM
 Subject: [OSL | CCIE_Voice] QoS for Frame Relay
 
  
 hello, everyone.
  
 I have several questions about the QoS:
  
 1) As I know, the Frame Relay Fragment Size must be always calculated based 
 on the Interfaces Access Rate? Am I right? And when using the Auto QoS on 
 Frame Relay Subinteface, it will calculate the Framgent Size based on the 
 bandwidth command under the Subinterface, and then we have to manually 
 correct the Fragment Size, so that it will be based on the Access Rate and 
 not on the Bandwidth of an interface, am I right?
  
 2) When configuring the CUCM RSVP CAC, we have to configure the ip rsvp 
 bandwidth command under the Frame Relay DLCI interface, and also configure 
 the RSVP MTPs on the Routers.
 Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps.
 But now look, I have an issue with the ip rsvp bandwidth command:
  
 I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI 
 (Subinterface), so that I have to have only 1 G729 call, and all other calls 
 should be rejected (Not reserved).
 But my routers are still reserving more and more bandwidth for subsequent 
 calls. RSVP is not rejecting calls, even if I configure the ip rsvp 
 bandwidth 10 command, the calls are still traversing and are not rejected.
  
 I have also added the following command:
  
 ip rsvp policy preempt
  
 interface Serial0/3/0.1 point-to-point
  frame-relay interface-dlci 101
   ip rsvp bandwidth 40
  ip rsvp data-packet classification none
  ip rsvp resource-provider none
  
 But still not succes, even 5 G729 calls are reserved and not rejected. I 
 cannot understand why is it so? The debugs of RSVP does not show anything 
 interesing, they are just saying that the RSVP reservation has been 
 succesfull for each call.
 Maybe it is an IOS BUG?
 
  
  
  
 
 ___
 For more information regarding industry leading CCIE Lab training, please 
 visit www.ipexpert.com
 
 Are you a CCNP or CCIE and looking for a job? Check out 
 www.PlatinumPlacement.com
 
 
 
 
 
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS for Frame Relay

2011-11-20 Thread Brian Mulgrew
are your MTPs registered and configured as rsvp under dspfarm profile?

if so can you send over your full ios configs

On Sun, Nov 20, 2011 at 6:20 PM, datucha123 datucha123 datucha...@gmail.com
 wrote:

 Yes, the DPs are assigned correctly.

 calls are successfully completed, but the RSVP is not rejecting the number
 of calls when they exceed the configured max value.
 On Sun, Nov 20, 2011 at 10:10 PM, Randall Crumm rrcr...@yahoo.com wrote:

  Do you have the locations in your Device pool and the proper device
 pool assigned to the GW?

 RC

   --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* Randall Crumm rrcr...@yahoo.com
 *Cc:* ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com
 *Sent:* Sunday, November 20, 2011 10:00 AM
 *Subject:* Re: [OSL | CCIE_Voice] QoS for Frame Relay

  Yes, Sure,

 Mandatory (Video Desired)

 But still no success :(

 On Sun, Nov 20, 2011 at 9:58 PM, Randall Crumm rrcr...@yahoo.com wrote:

  Is the setting set to mandatory under location in CUCM?

 Randall


  --
 *From:* datucha123 datucha123 datucha...@gmail.com
 *To:* ccie_voice@onlinestudylist.com
 *Sent:* Sunday, November 20, 2011 8:29 AM
 *Subject:* [OSL | CCIE_Voice] QoS for Frame Relay


 hello, everyone.

 I have several questions about the QoS:

 1) As I know, the Frame Relay Fragment Size must be always calculated
 based on the Interfaces Access Rate? Am I right? And when using the Auto
 QoS on Frame Relay Subinteface, it will calculate the Framgent Size based
 on the bandwidth command under the Subinterface, and then we have to
 manually correct the Fragment Size, so that it will be based on the Access
 Rate and not on the Bandwidth of an interface, am I right?

 2) When configuring the CUCM RSVP CAC, we have to configure the ip
 rsvp bandwidth command under the Frame Relay DLCI interface, and also
 configure the RSVP MTPs on the Routers.
 Each G729 call for RSVP is allocating 40 kbps, and for G711 96 kbps.
 But now look, I have an issue with the ip rsvp bandwidth command:

 I have configured the ip rsvp bandwidth 40 under the Frame Relay DLCI
 (Subinterface), so that I have to have only 1 G729 call, and all other
 calls should be rejected (Not reserved).
 But my routers are still reserving more and more bandwidth for subsequent
 calls. RSVP is not rejecting calls, even if I configure the ip rsvp
 bandwidth 10 command, the calls are still traversing and are not rejected.

 I have also added the following command:

 ip rsvp policy preempt

 interface Serial0/3/0.1 point-to-point
  frame-relay interface-dlci 101
   ip rsvp bandwidth 40
  ip rsvp data-packet classification none
  ip rsvp resource-provider none

 But still not succes, even 5 G729 calls are reserved and not rejected. I
 cannot understand why is it so? The debugs of RSVP does not show anything
 interesing, they are just saying that the RSVP reservation has been
 succesfull for each call.
 Maybe it is an IOS BUG?





 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com http://www.platinumplacement.com/






 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS on the HWIC-ESW

2011-10-22 Thread John McGaughey (jomcgaug)
In workbook volume 2, lab 2, section 6.1 it says You must trust
markings from all endpoints and servers.

 

How do you trust the markings on FastEthernet ports on the HWIC-ESW?

 

mls qos commands are not available (even though the answer guide shows
them in there).

 

auto qos doen't do much.

 

The only thing I see is 'switchport priority extend cos value'.  But I
think that only remarks the COS value coming from the PC that's attached
to the phone.

 

I assume the markings from the voice vlan are trusted by default?

 

John

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

Re: [OSL | CCIE_Voice] QoS Shaping and Sharing

2011-10-14 Thread Mohammed Al baqari
You want to rate-limit to 33% of which interface bandwidth this is the
question. Are you talking about the trunk to HQ RTR or IP Phone ports.

BTW, srr shaped mode is supported for ingress queues.

On Thu, Oct 13, 2011 at 11:54 PM, CCIEVoiceKP ccievoic...@gmail.com wrote:

 If I want to ensure I'm rate limiting all rtp traffic going to the HQ
 Router to 33% and sharing the remaining bw 30 30 30 across queues 2-4.
 Would it make sense to do this on the trunk port to HQ?  Or would you simply
 apply it to every port that has a phone attached?  ...but does that even
 make sense come to think of it? ... the srr-queue share and shape deal with
 egress queues, so configuring on the switchport connected to the phone would
 not meet the requirement on my mind.  The more I think about this the more I
 seem to confuse myself  ... thoughts anyone?  Thanks.

 KP

 ___
 For more information regarding industry leading CCIE Lab training, please
 visit www.ipexpert.com

 Are you a CCNP or CCIE and looking for a job? Check out
 www.PlatinumPlacement.com

___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

[OSL | CCIE_Voice] QoS Shaping and Sharing

2011-10-13 Thread CCIEVoiceKP
If I want to ensure I'm rate limiting all rtp traffic going to the HQ Router
to 33% and sharing the remaining bw 30 30 30 across queues 2-4.  Would it
make sense to do this on the trunk port to HQ?  Or would you simply apply it
to every port that has a phone attached?  ...but does that even make sense
come to think of it? ... the srr-queue share and shape deal with egress
queues, so configuring on the switchport connected to the phone would not
meet the requirement on my mind.  The more I think about this the more I
seem to confuse myself  ... thoughts anyone?  Thanks.

KP
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com

Are you a CCNP or CCIE and looking for a job? Check out 
www.PlatinumPlacement.com

  1   2   3   4   >