Re: [OSL | CCIE_Voice] auto qos voip fr atm

2012-02-18 Thread chase mergenthal

Antonio,
 I did apply it on both sides...

-Chase

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



 

From: cm3_...@hotmail.com
To: khaled_sah...@hotmail.com; bkvalent...@gmail.com
Date: Sat, 18 Feb 2012 17:41:31 -0600
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm







I will do that in my next session! Thanks!

-Chase

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



 

From: khaled_sah...@hotmail.com
To: bkvalent...@gmail.com; cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com
Subject: RE: [OSL | CCIE_Voice] auto qos voip fr atm
Date: Sun, 19 Feb 2012 02:26:06 +0300







 

Try run auto-qos voip fr-atm command for just creating the Autoqos 
configuration. Then save the output into a notepad , reboot the two routers 
without saving the config.

 

After powering on again the routers , put the map-class , class-map . policy 
etc manually without the auto-qos voip fr-atm command.

 

This problem happened for me once and searched for the solution and it worked 
without stopping the connection between the two sites.

 

Regards.

 

Khaled
 




Date: Sat, 18 Feb 2012 17:45:20 -0500
From: bkvalent...@gmail.com
To: cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm


Correct me if I'm wrong, but I believe you must enable FRTS.

Brian

On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:



I just ran this on my SiteA and SiteB routers; and it broke everything...
I removed the config and everything was fine, reapplied auto qos, and all is 
broke again...

Is there anything missing?

SiteA-RTR#sho frame-relay pvc 201

PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/1:0.1

  input pkts 19output pkts 13   in bytes 1455
  out bytes 1352   dropped pkts 0   in pkts dropped 0
  out pkts dropped 0out bytes dropped 0
  in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
  out BECN pkts 0  in DE pkts 0 out DE pkts 0
  out bcast pkts 3 out bcast bytes 1032
  5 minute input rate 0 bits/sec, 1 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:00:31, last time pvc status changed 00:00:31
  Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
  cir 384000bc 3840  be 0 byte limit 480interval 10
  mincir 384000byte increment 480   Adaptive Shaping none
  pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
  shaping inactive
  traffic shaping drops 0
  Queueing strategy: fifo
  Output queue 0/40, 0 drop, 0 dequeued
SiteA-RTR#

class-map match-any AutoQoS-VoIP-Remark
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-Control-UnTrust
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-RTP-UnTrust
 match protocol rtp audio
!
!
policy-map AutoQoS-Policy-UnTrust
 class AutoQoS-VoIP-RTP-UnTrust
  set dscp ef
  priority 42
   compress header ip rtp
 class AutoQoS-VoIP-Control-UnTrust
  bandwidth percent 10
  set dscp af31
 class AutoQoS-VoIP-Remark
  set dscp default
 class class-default
  fair-queue

interface Serial0/0/1:0.1 point-to-point
 bandwidth 384
 ip ospf mtu-ignore
 snmp trap link-status
 frame-relay interface-dlci 201 ppp Virtual-Template199
  class AutoQoS-FR-Se0/0/1:0-201
  auto qos voip fr-atm

interface Virtual-Template199
 bandwidth 384
 ip address 10.10.111.1 255.255.255.0
 ppp multilink
 ppp multilink interleave
 ppp multilink fragment delay 10
 service-policy output AutoQoS-Policy-UnTrust



map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
 frame-relay cir 384000
 frame-relay bc 3840
 frame-relay be 0
 frame-relay mincir 384000




-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

___ For more information regarding 
industry leading CCIE Lab training, please visit www.ipexpert.com Are you a 
CCNP or CCIE and looking f

Re: [OSL | CCIE_Voice] auto qos voip fr atm

2012-02-18 Thread Antonio Emanuel Damasceno
Hello Chase,

Did you happen to apply QoS on the other side of the link as well? When we
apply it only in one side for MLP, it "breaks"  everything until you apply
QoS on the other side (with the same config).

In MLP if you apply on one side and  not on the other side, you won't get
any communication.
If you happen to use FRF.12 on one side, and not on the other side. You will
still communicate, but with large packets you won't be able to reach the
other end until you apply on both ends.

This is the experience I had here with my home lab. :)
--
Emanuel Damasceno
CCNP Voice
CompTIA Network+

From:  khaled Saholy 
Date:  Sun, 19 Feb 2012 02:26:06 +0300
To:  , 
Cc:  
Subject:  Re: [OSL | CCIE_Voice] auto qos voip fr atm

 
Try run auto-qos voip fr-atm command for just creating the Autoqos
configuration. Then save the output into a notepad , reboot the two routers
without saving the config.
 
After powering on again the routers , put the map-class , class-map . policy
etc manually without the auto-qos voip fr-atm command.
 
This problem happened for me once and searched for the solution and it
worked without stopping the connection between the two sites.
 
Regards.
 
Khaled
 

Date: Sat, 18 Feb 2012 17:45:20 -0500
From: bkvalent...@gmail.com
To: cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm

Correct me if I'm wrong, but I believe you must enable FRTS.
Brian
On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:
> I just ran this on my SiteA and SiteB routers; and it broke everything...
> I removed the config and everything was fine, reapplied auto qos, and all is
> broke again...
> 
> Is there anything missing?
> 
> SiteA-RTR#sho frame-relay pvc 201
> 
> PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)
> 
> DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE =
> Serial0/0/1:0.1
> 
>   input pkts 19output pkts 13   in bytes 1455
>   out bytes 1352   dropped pkts 0   in pkts dropped 0
>   out pkts dropped 0out bytes dropped 0
>   in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
>   out BECN pkts 0  in DE pkts 0 out DE pkts 0
>   out bcast pkts 3 out bcast bytes 1032
>   5 minute input rate 0 bits/sec, 1 packets/sec
>   5 minute output rate 0 bits/sec, 0 packets/sec
>   pvc create time 00:00:31, last time pvc status changed 00:00:31
>   Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
>   cir 384000bc 3840  be 0 byte limit 480interval 10
>   mincir 384000byte increment 480   Adaptive Shaping none
>   pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
>   shaping inactive
>   traffic shaping drops 0
>   Queueing strategy: fifo
>   Output queue 0/40, 0 drop, 0 dequeued
> SiteA-RTR#
> 
> class-map match-any AutoQoS-VoIP-Remark
>  match protocol sip
>  match protocol h323
>  match protocol skinny
> class-map match-any AutoQoS-VoIP-Control-UnTrust
>  match protocol sip
>  match protocol h323
>  match protocol skinny
> class-map match-any AutoQoS-VoIP-RTP-UnTrust
>  match protocol rtp audio
> !
> !
> policy-map AutoQoS-Policy-UnTrust
>  class AutoQoS-VoIP-RTP-UnTrust
>   set dscp ef
>   priority 42
>compress header ip rtp
>  class AutoQoS-VoIP-Control-UnTrust
>   bandwidth percent 10
>   set dscp af31
>  class AutoQoS-VoIP-Remark
>   set dscp default
>  class class-default
>   fair-queue
> 
> interface Serial0/0/1:0.1 point-to-point
>  bandwidth 384
>  ip ospf mtu-ignore
>  snmp trap link-status
>  frame-relay interface-dlci 201 ppp Virtual-Template199
>   class AutoQoS-FR-Se0/0/1:0-201
>   auto qos voip fr-atm
> 
> interface Virtual-Template199
>  bandwidth 384
>  ip address 10.10.111.1 255.255.255.0
>  ppp multilink
>  ppp multilink interleave
>  ppp multilink fragment delay 10
>  service-policy output AutoQoS-Policy-UnTrust
> 
> 
> 
> map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
>  frame-relay cir 384000
>  frame-relay bc 3840
>  frame-relay be 0
>  frame-relay mincir 384000
> 
> 
> 
> 
> -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 <http://www.ipexpert.com/>
> 
> Are you a CCNP or CCIE and looking for a job? Check out
> www.PlatinumPlacement.com <http://www.platinumplacement.com/>

_

Re: [OSL | CCIE_Voice] auto qos voip fr atm

2012-02-18 Thread chase mergenthal

I will do that in my next session! Thanks!

-Chase

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



 

From: khaled_sah...@hotmail.com
To: bkvalent...@gmail.com; cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com
Subject: RE: [OSL | CCIE_Voice] auto qos voip fr atm
Date: Sun, 19 Feb 2012 02:26:06 +0300







 

Try run auto-qos voip fr-atm command for just creating the Autoqos 
configuration. Then save the output into a notepad , reboot the two routers 
without saving the config.

 

After powering on again the routers , put the map-class , class-map . policy 
etc manually without the auto-qos voip fr-atm command.

 

This problem happened for me once and searched for the solution and it worked 
without stopping the connection between the two sites.

 

Regards.

 

Khaled
 




Date: Sat, 18 Feb 2012 17:45:20 -0500
From: bkvalent...@gmail.com
To: cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm


Correct me if I'm wrong, but I believe you must enable FRTS.

Brian

On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:



I just ran this on my SiteA and SiteB routers; and it broke everything...
I removed the config and everything was fine, reapplied auto qos, and all is 
broke again...

Is there anything missing?

SiteA-RTR#sho frame-relay pvc 201

PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/1:0.1

  input pkts 19output pkts 13   in bytes 1455
  out bytes 1352   dropped pkts 0   in pkts dropped 0
  out pkts dropped 0out bytes dropped 0
  in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
  out BECN pkts 0  in DE pkts 0 out DE pkts 0
  out bcast pkts 3 out bcast bytes 1032
  5 minute input rate 0 bits/sec, 1 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:00:31, last time pvc status changed 00:00:31
  Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
  cir 384000bc 3840  be 0 byte limit 480interval 10
  mincir 384000byte increment 480   Adaptive Shaping none
  pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
  shaping inactive
  traffic shaping drops 0
  Queueing strategy: fifo
  Output queue 0/40, 0 drop, 0 dequeued
SiteA-RTR#

class-map match-any AutoQoS-VoIP-Remark
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-Control-UnTrust
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-RTP-UnTrust
 match protocol rtp audio
!
!
policy-map AutoQoS-Policy-UnTrust
 class AutoQoS-VoIP-RTP-UnTrust
  set dscp ef
  priority 42
   compress header ip rtp
 class AutoQoS-VoIP-Control-UnTrust
  bandwidth percent 10
  set dscp af31
 class AutoQoS-VoIP-Remark
  set dscp default
 class class-default
  fair-queue

interface Serial0/0/1:0.1 point-to-point
 bandwidth 384
 ip ospf mtu-ignore
 snmp trap link-status
 frame-relay interface-dlci 201 ppp Virtual-Template199
  class AutoQoS-FR-Se0/0/1:0-201
  auto qos voip fr-atm

interface Virtual-Template199
 bandwidth 384
 ip address 10.10.111.1 255.255.255.0
 ppp multilink
 ppp multilink interleave
 ppp multilink fragment delay 10
 service-policy output AutoQoS-Policy-UnTrust



map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
 frame-relay cir 384000
 frame-relay bc 3840
 frame-relay be 0
 frame-relay mincir 384000




-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

___ 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] auto qos voip fr atm

2012-02-18 Thread khaled Saholy

 
Try run auto-qos voip fr-atm command for just creating the Autoqos 
configuration. Then save the output into a notepad , reboot the two routers 
without saving the config.
 
After powering on again the routers , put the map-class , class-map . policy 
etc manually without the auto-qos voip fr-atm command.
 
This problem happened for me once and searched for the solution and it worked 
without stopping the connection between the two sites.
 
Regards.
 
Khaled
 



Date: Sat, 18 Feb 2012 17:45:20 -0500
From: bkvalent...@gmail.com
To: cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com
Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm


Correct me if I'm wrong, but I believe you must enable FRTS.
Brian
On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:



I just ran this on my SiteA and SiteB routers; and it broke everything...
I removed the config and everything was fine, reapplied auto qos, and all is 
broke again...

Is there anything missing?

SiteA-RTR#sho frame-relay pvc 201

PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/1:0.1

  input pkts 19output pkts 13   in bytes 1455
  out bytes 1352   dropped pkts 0   in pkts dropped 0
  out pkts dropped 0out bytes dropped 0
  in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
  out BECN pkts 0  in DE pkts 0 out DE pkts 0
  out bcast pkts 3 out bcast bytes 1032
  5 minute input rate 0 bits/sec, 1 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:00:31, last time pvc status changed 00:00:31
  Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
  cir 384000bc 3840  be 0 byte limit 480interval 10
  mincir 384000byte increment 480   Adaptive Shaping none
  pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
  shaping inactive
  traffic shaping drops 0
  Queueing strategy: fifo
  Output queue 0/40, 0 drop, 0 dequeued
SiteA-RTR#

class-map match-any AutoQoS-VoIP-Remark
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-Control-UnTrust
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-RTP-UnTrust
 match protocol rtp audio
!
!
policy-map AutoQoS-Policy-UnTrust
 class AutoQoS-VoIP-RTP-UnTrust
  set dscp ef
  priority 42
   compress header ip rtp
 class AutoQoS-VoIP-Control-UnTrust
  bandwidth percent 10
  set dscp af31
 class AutoQoS-VoIP-Remark
  set dscp default
 class class-default
  fair-queue

interface Serial0/0/1:0.1 point-to-point
 bandwidth 384
 ip ospf mtu-ignore
 snmp trap link-status
 frame-relay interface-dlci 201 ppp Virtual-Template199
  class AutoQoS-FR-Se0/0/1:0-201
  auto qos voip fr-atm

interface Virtual-Template199
 bandwidth 384
 ip address 10.10.111.1 255.255.255.0
 ppp multilink
 ppp multilink interleave
 ppp multilink fragment delay 10
 service-policy output AutoQoS-Policy-UnTrust



map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
 frame-relay cir 384000
 frame-relay bc 3840
 frame-relay be 0
 frame-relay mincir 384000




-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

___ 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] auto qos voip fr atm

2012-02-18 Thread Brian Valentine
I have had to do that as well for auto qos on an mlpofr config.  Glad its
working.
On Feb 18, 2012 5:50 PM, "chase mergenthal"  wrote:

>  Sorry I didn't include that part of the config...
>
> After blowing it away a second time, rebooting and reapplying it on both
> sides, it works... I have no idea why..
>
> interface Serial0/0/1:0
>  no ip address
>  encapsulation frame-relay
>  frame-relay traffic-shaping
>  frame-relay lmi-type ansi
>
>
> -Chase
>
>
> --
> If winners never quit and quitters never win, then who coined the phrase,
> "Quit while you’re still ahead."?
>
>
>
> --------------
> Date: Sat, 18 Feb 2012 17:45:20 -0500
> Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm
> From: bkvalent...@gmail.com
> To: cm3_...@hotmail.com
> CC: ccie_voice@onlinestudylist.com
>
> Correct me if I'm wrong, but I believe you must enable FRTS.
> Brian
> On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:
>
>  I just ran this on my SiteA and SiteB routers; and it broke everything...
> I removed the config and everything was fine, reapplied auto qos, and all
> is broke again...
>
> Is there anything missing?
>
> SiteA-RTR#sho frame-relay pvc 201
>
> PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)
>
> DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE =
> Serial0/0/1:0.1
>
>   input pkts 19output pkts 13   in bytes 1455
>   out bytes 1352   dropped pkts 0   in pkts dropped 0
>   out pkts dropped 0out bytes dropped 0
>   in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
>   out BECN pkts 0  in DE pkts 0 out DE pkts 0
>   out bcast pkts 3 out bcast bytes 1032
>   5 minute input rate 0 bits/sec, 1 packets/sec
>   5 minute output rate 0 bits/sec, 0 packets/sec
>   pvc create time 00:00:31, last time pvc status changed 00:00:31
>   Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
>   cir 384000bc 3840  be 0 byte limit 480interval 10
>   mincir 384000byte increment 480   Adaptive Shaping none
>   pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
>   shaping inactive
>   traffic shaping drops 0
>   Queueing strategy: fifo
>   Output queue 0/40, 0 drop, 0 dequeued
> SiteA-RTR#
>
> class-map match-any AutoQoS-VoIP-Remark
>  match protocol sip
>  match protocol h323
>  match protocol skinny
> class-map match-any AutoQoS-VoIP-Control-UnTrust
>  match protocol sip
>  match protocol h323
>  match protocol skinny
> class-map match-any AutoQoS-VoIP-RTP-UnTrust
>  match protocol rtp audio
> !
> !
> policy-map AutoQoS-Policy-UnTrust
>  class AutoQoS-VoIP-RTP-UnTrust
>   set dscp ef
>   priority 42
>compress header ip rtp
>  class AutoQoS-VoIP-Control-UnTrust
>   bandwidth percent 10
>   set dscp af31
>  class AutoQoS-VoIP-Remark
>   set dscp default
>  class class-default
>   fair-queue
>
> interface Serial0/0/1:0.1 point-to-point
>  bandwidth 384
>  ip ospf mtu-ignore
>  snmp trap link-status
>  frame-relay interface-dlci 201 ppp Virtual-Template199
>   class AutoQoS-FR-Se0/0/1:0-201
>   auto qos voip fr-atm
>
> interface Virtual-Template199
>  bandwidth 384
>  ip address 10.10.111.1 255.255.255.0
>  ppp multilink
>  ppp multilink interleave
>  ppp multilink fragment delay 10
>  service-policy output AutoQoS-Policy-UnTrust
>
>
>
> map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
>  frame-relay cir 384000
>  frame-relay bc 3840
>  frame-relay be 0
>  frame-relay mincir 384000
>
>
>
>
> -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
>
>
___
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] auto qos voip fr atm

2012-02-18 Thread chase mergenthal

Sorry I didn't include that part of the config...

After blowing it away a second time, rebooting and reapplying it on both sides, 
it works... I have no idea why..

interface Serial0/0/1:0
 no ip address
 encapsulation frame-relay
 frame-relay traffic-shaping
 frame-relay lmi-type ansi


-Chase

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



 

Date: Sat, 18 Feb 2012 17:45:20 -0500
Subject: Re: [OSL | CCIE_Voice] auto qos voip fr atm
From: bkvalent...@gmail.com
To: cm3_...@hotmail.com
CC: ccie_voice@onlinestudylist.com

Correct me if I'm wrong, but I believe you must enable FRTS.
Brian
On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:





I just ran this on my SiteA and SiteB routers; and it broke everything...
I removed the config and everything was fine, reapplied auto qos, and all is 
broke again...

Is there anything missing?

SiteA-RTR#sho frame-relay pvc 201


PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/1:0.1

  input pkts 19output pkts 13   in bytes 1455

  out bytes 1352   dropped pkts 0   in pkts dropped 0
  out pkts dropped 0out bytes dropped 0
  in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
  out BECN pkts 0  in DE pkts 0 out DE pkts 0

  out bcast pkts 3 out bcast bytes 1032
  5 minute input rate 0 bits/sec, 1 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:00:31, last time pvc status changed 00:00:31

  Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
  cir 384000bc 3840  be 0 byte limit 480interval 10
  mincir 384000byte increment 480   Adaptive Shaping none
  pkts 13bytes 1352  pkts delayed 0 bytes delayed 0

  shaping inactive
  traffic shaping drops 0
  Queueing strategy: fifo
  Output queue 0/40, 0 drop, 0 dequeued
SiteA-RTR#

class-map match-any AutoQoS-VoIP-Remark
 match protocol sip
 match protocol h323

 match protocol skinny
class-map match-any AutoQoS-VoIP-Control-UnTrust
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-RTP-UnTrust
 match protocol rtp audio

!
!
policy-map AutoQoS-Policy-UnTrust
 class AutoQoS-VoIP-RTP-UnTrust
  set dscp ef
  priority 42
   compress header ip rtp
 class AutoQoS-VoIP-Control-UnTrust
  bandwidth percent 10
  set dscp af31

 class AutoQoS-VoIP-Remark
  set dscp default
 class class-default
  fair-queue

interface Serial0/0/1:0.1 point-to-point
 bandwidth 384
 ip ospf mtu-ignore
 snmp trap link-status
 frame-relay interface-dlci 201 ppp Virtual-Template199

  class AutoQoS-FR-Se0/0/1:0-201
  auto qos voip fr-atm

interface Virtual-Template199
 bandwidth 384
 ip address 10.10.111.1 255.255.255.0
 ppp multilink
 ppp multilink interleave
 ppp multilink fragment delay 10

 service-policy output AutoQoS-Policy-UnTrust



map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
 frame-relay cir 384000
 frame-relay bc 3840
 frame-relay be 0
 frame-relay mincir 384000





-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
  ___
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] auto qos voip fr atm

2012-02-18 Thread Brian Valentine
Correct me if I'm wrong, but I believe you must enable FRTS.

Brian
On Feb 18, 2012 4:33 PM, "chase mergenthal"  wrote:

>  I just ran this on my SiteA and SiteB routers; and it broke everything...
> I removed the config and everything was fine, reapplied auto qos, and all
> is broke again...
>
> Is there anything missing?
>
> SiteA-RTR#sho frame-relay pvc 201
>
> PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)
>
> DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE =
> Serial0/0/1:0.1
>
>   input pkts 19output pkts 13   in bytes 1455
>   out bytes 1352   dropped pkts 0   in pkts dropped 0
>   out pkts dropped 0out bytes dropped 0
>   in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
>   out BECN pkts 0  in DE pkts 0 out DE pkts 0
>   out bcast pkts 3 out bcast bytes 1032
>   5 minute input rate 0 bits/sec, 1 packets/sec
>   5 minute output rate 0 bits/sec, 0 packets/sec
>   pvc create time 00:00:31, last time pvc status changed 00:00:31
>   Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
>   cir 384000bc 3840  be 0 byte limit 480interval 10
>   mincir 384000byte increment 480   Adaptive Shaping none
>   pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
>   shaping inactive
>   traffic shaping drops 0
>   Queueing strategy: fifo
>   Output queue 0/40, 0 drop, 0 dequeued
> SiteA-RTR#
>
> class-map match-any AutoQoS-VoIP-Remark
>  match protocol sip
>  match protocol h323
>  match protocol skinny
> class-map match-any AutoQoS-VoIP-Control-UnTrust
>  match protocol sip
>  match protocol h323
>  match protocol skinny
> class-map match-any AutoQoS-VoIP-RTP-UnTrust
>  match protocol rtp audio
> !
> !
> policy-map AutoQoS-Policy-UnTrust
>  class AutoQoS-VoIP-RTP-UnTrust
>   set dscp ef
>   priority 42
>compress header ip rtp
>  class AutoQoS-VoIP-Control-UnTrust
>   bandwidth percent 10
>   set dscp af31
>  class AutoQoS-VoIP-Remark
>   set dscp default
>  class class-default
>   fair-queue
>
> interface Serial0/0/1:0.1 point-to-point
>  bandwidth 384
>  ip ospf mtu-ignore
>  snmp trap link-status
>  frame-relay interface-dlci 201 ppp Virtual-Template199
>   class AutoQoS-FR-Se0/0/1:0-201
>   auto qos voip fr-atm
>
> interface Virtual-Template199
>  bandwidth 384
>  ip address 10.10.111.1 255.255.255.0
>  ppp multilink
>  ppp multilink interleave
>  ppp multilink fragment delay 10
>  service-policy output AutoQoS-Policy-UnTrust
>
>
>
> map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
>  frame-relay cir 384000
>  frame-relay bc 3840
>  frame-relay be 0
>  frame-relay mincir 384000
>
>
>
>
> -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
>
___
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] auto qos voip fr atm

2012-02-18 Thread chase mergenthal

I just ran this on my SiteA and SiteB routers; and it broke everything...
I removed the config and everything was fine, reapplied auto qos, and all is 
broke again...

Is there anything missing?

SiteA-RTR#sho frame-relay pvc 201

PVC Statistics for interface Serial0/0/1:0 (Frame Relay DTE)

DLCI = 201, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/1:0.1

  input pkts 19output pkts 13   in bytes 1455
  out bytes 1352   dropped pkts 0   in pkts dropped 0
  out pkts dropped 0out bytes dropped 0
  in FECN pkts 0   in BECN pkts 0   out FECN pkts 0
  out BECN pkts 0  in DE pkts 0 out DE pkts 0
  out bcast pkts 3 out bcast bytes 1032
  5 minute input rate 0 bits/sec, 1 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
  pvc create time 00:00:31, last time pvc status changed 00:00:31
  Bound to Virtual-Access2 (down, cloned from Virtual-Template199)
  cir 384000bc 3840  be 0 byte limit 480interval 10
  mincir 384000byte increment 480   Adaptive Shaping none
  pkts 13bytes 1352  pkts delayed 0 bytes delayed 0
  shaping inactive
  traffic shaping drops 0
  Queueing strategy: fifo
  Output queue 0/40, 0 drop, 0 dequeued
SiteA-RTR#

class-map match-any AutoQoS-VoIP-Remark
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-Control-UnTrust
 match protocol sip
 match protocol h323
 match protocol skinny
class-map match-any AutoQoS-VoIP-RTP-UnTrust
 match protocol rtp audio
!
!
policy-map AutoQoS-Policy-UnTrust
 class AutoQoS-VoIP-RTP-UnTrust
  set dscp ef
  priority 42
   compress header ip rtp
 class AutoQoS-VoIP-Control-UnTrust
  bandwidth percent 10
  set dscp af31
 class AutoQoS-VoIP-Remark
  set dscp default
 class class-default
  fair-queue

interface Serial0/0/1:0.1 point-to-point
 bandwidth 384
 ip ospf mtu-ignore
 snmp trap link-status
 frame-relay interface-dlci 201 ppp Virtual-Template199
  class AutoQoS-FR-Se0/0/1:0-201
  auto qos voip fr-atm

interface Virtual-Template199
 bandwidth 384
 ip address 10.10.111.1 255.255.255.0
 ppp multilink
 ppp multilink interleave
 ppp multilink fragment delay 10
 service-policy output AutoQoS-Policy-UnTrust



map-class frame-relay AutoQoS-FR-Se0/0/1:0-201
 frame-relay cir 384000
 frame-relay bc 3840
 frame-relay be 0
 frame-relay mincir 384000




-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

Re: [OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

2011-01-17 Thread Roig Borrell, Francesc Xavier
Hi,

Thanks for the inputs. I will test with 14.4.22T and see how it goes

Regards,
Francesc
De: Rogers Ochieng [mailto:rogersochi...@gmail.com]
Enviado el: sábado, 15 de enero de 2011 19:07
Para: Roig Borrell, Francesc Xavier
CC: ccie_voice@onlinestudylist.com
Asunto: Re: [OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

if you apply bandwidth higher than 768 then it will not create virtual template
On 15 January 2011 17:38, Roig Borrell, Francesc Xavier 
mailto:francesc.ro...@tecnocom.es>> wrote:
Hi all,

I am experiencing a very strange issue applying (Auto qos voip fr-atm/ Auto qos 
voip trust fr-atm) command in HR-RTR. Sometimes it does not create the virtual 
template and creates all the config as auto qos voip / auto qos voip trust was 
executed.   I haven't been able to find a behavior pattern.

At HQ  I am using the IOS c2800nm-ipvoice_ivs-mz.124-15.T8.bin  instead of 
124-22.T2 due to gatekeeper license problem. I suppose most of you will do the 
same for this workaround

Have you experienced anything like this?

Thanks in advance!!
Francesc





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com<http://www.ipexpert.com>

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


Re: [OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

2011-01-15 Thread Rogers Ochieng
if you apply bandwidth higher than 768 then it will not create virtual
template

On 15 January 2011 17:38, Roig Borrell, Francesc Xavier <
francesc.ro...@tecnocom.es> wrote:

>  Hi all,
>
>
>
> I am experiencing a very strange issue applying (Auto qos voip fr-atm/ Auto
> qos voip trust fr-atm) command in HR-RTR. Sometimes it does not create the
> virtual template and creates all the config as auto qos voip / auto qos voip
> trust was executed.   I haven’t been able to find a behavior pattern.
>
>
>
> At HQ  I am using the IOS c2800nm-ipvoice_ivs-mz.124-15.T8.bin  instead of
> 124-22.T2 due to gatekeeper license problem. I suppose most of you will do
> the same for this workaround
>
>
>
> Have you experienced anything like this?
>
>
>
> Thanks in advance!!
>
> Francesc
>
>
>
>
>
>
>
>
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


Re: [OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

2011-01-15 Thread Roig Borrell, Francesc Xavier
Hi Prashant,

Yes I always apply the bandwidth command before configuring autoqos .

Thanks!!
Francesc

De: Prashant Patel [mailto:prashantpatel...@gmail.com]
Enviado el: sábado, 15 de enero de 2011 17:14
Para: Roig Borrell, Francesc Xavier
CC: ccie_voice@onlinestudylist.com
Asunto: Re: [OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

Hi Francesc,

Can you make sure that you are applying the bandwidth commands on the 
interfaces before you apply autoqos.

HTH
Prashant
On Sat, Jan 15, 2011 at 9:38 AM, Roig Borrell, Francesc Xavier 
mailto:francesc.ro...@tecnocom.es>> wrote:
Hi all,

I am experiencing a very strange issue applying (Auto qos voip fr-atm/ Auto qos 
voip trust fr-atm) command in HR-RTR. Sometimes it does not create the virtual 
template and creates all the config as auto qos voip / auto qos voip trust was 
executed.   I haven't been able to find a behavior pattern.

At HQ  I am using the IOS c2800nm-ipvoice_ivs-mz.124-15.T8.bin  instead of 
124-22.T2 due to gatekeeper license problem. I suppose most of you will do the 
same for this workaround

Have you experienced anything like this?

Thanks in advance!!
Francesc





___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com<http://www.ipexpert.com/>

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


Re: [OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

2011-01-15 Thread Prashant Patel
Hi Francesc,

Can you make sure that you are applying the bandwidth commands on the
interfaces before you apply autoqos.

HTH
Prashant

On Sat, Jan 15, 2011 at 9:38 AM, Roig Borrell, Francesc Xavier <
francesc.ro...@tecnocom.es> wrote:

>  Hi all,
>
>
>
> I am experiencing a very strange issue applying (Auto qos voip fr-atm/ Auto
> qos voip trust fr-atm) command in HR-RTR. Sometimes it does not create the
> virtual template and creates all the config as auto qos voip / auto qos voip
> trust was executed.   I haven’t been able to find a behavior pattern.
>
>
>
> At HQ  I am using the IOS c2800nm-ipvoice_ivs-mz.124-15.T8.bin  instead of
> 124-22.T2 due to gatekeeper license problem. I suppose most of you will do
> the same for this workaround
>
>
>
> Have you experienced anything like this?
>
>
>
> Thanks in advance!!
>
> Francesc
>
>
>
>
>
>
>
>
>
> ___
> For more information regarding industry leading CCIE Lab training, please
> visit www.ipexpert.com
>
>
___
For more information regarding industry leading CCIE Lab training, please visit 
www.ipexpert.com


[OSL | CCIE_Voice] Auto qos voip fr-atm command strange behaviour

2011-01-15 Thread Roig Borrell, Francesc Xavier
Hi all,

I am experiencing a very strange issue applying (Auto qos voip fr-atm/ Auto qos 
voip trust fr-atm) command in HR-RTR. Sometimes it does not create the virtual 
template and creates all the config as auto qos voip / auto qos voip trust was 
executed.   I haven't been able to find a behavior pattern.

At HQ  I am using the IOS c2800nm-ipvoice_ivs-mz.124-15.T8.bin  instead of 
124-22.T2 due to gatekeeper license problem. I suppose most of you will do the 
same for this workaround

Have you experienced anything like this?

Thanks in advance!!
Francesc




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