[OSL | CCIE_Voice] auto qos command does not show up

2011-11-20 Thread Raees Shaikh
Hi All,

Below is the config from my lab HQ router

!
nterface Serial0/3/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
interface Serial0/3/0.1 point-to-point
 bandwidth 768
 ip address 10.10.111.1 255.255.255.0
 ip pim sparse-dense-mode
 frame-relay interface-dlci 201   
interface Serial0/3/0.2 point-to-point
 ip address 10.10.112.1 255.255.255.0
 ip pim sparse-dense-mode
 frame-relay interface-dlci 202   
!

Im unable to configure auto qos as the command does not show up

HQ-RTR(config)#interface Serial0/3/0.1 point-to-point
HQ-RTR(config-subif)# bandwidth 768
HQ-RTR(config-subif)#aut
HQ-RTR(config-subif)#auto
HQ-RTR(config-subif)#auto?
% Unrecognized command
HQ-RTR(config-subif)#auto ?

% Unrecognized command

Am I missing something?

HQ-RTR#sh ver
Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS_LI-M), Version 
12.4(24)T2, RELEASE SOFTWARE (fc2)

TR___
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 command does not show up

2011-11-20 Thread Raees Shaikh


From: Raees Shaikh racerra...@yahoo.com
To: CCIE Study ccie_voice@onlinestudylist.com 
Sent: Sunday, November 20, 2011 5:15 PM
Subject: auto qos command does not show up
 

Hi All,

Below is the config from my lab HQ router

!
nterface Serial0/3/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
interface Serial0/3/0.1 point-to-point
 bandwidth 768
 ip address 10.10.111.1 255.255.255.0
 ip pim sparse-dense-mode
 frame-relay interface-dlci 201   
interface Serial0/3/0.2 point-to-point
 ip address 10.10.112.1 255.255.255.0
 ip pim sparse-dense-mode
 frame-relay interface-dlci 202   
!

Im unable to configure auto qos as the command does not show up

HQ-RTR(config)#interface Serial0/3/0.1 point-to-point
HQ-RTR(config-subif)# bandwidth 768
HQ-RTR(config-subif)#aut
HQ-RTR(config-subif)#auto
HQ-RTR(config-subif)#auto?
% Unrecognized command
HQ-RTR(config-subif)#auto ?

% Unrecognized command

Am I missing something?

HQ-RTR#sh ver
Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS_LI-M), Version 
12.4(24)T2, RELEASE SOFTWARE (fc2)

TR___
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 command does not show up

2011-11-20 Thread Ccie Voice
added it under 


 frame-relay interface-dlci 202   

let me know if it is OK?




 From: Raees Shaikh racerra...@yahoo.com
To: ccie_voice@onlinestudylist.com ccie_voice@onlinestudylist.com 
Sent: Sunday, November 20, 2011 9:18 AM
Subject: [OSL | CCIE_Voice] auto qos command does not show up
 



From: Raees Shaikh racerra...@yahoo.com
To: CCIE Study ccie_voice@onlinestudylist.com 
Sent: Sunday, November 20, 2011 5:15 PM
Subject: auto qos command does not show up
 

Hi All,

Below is the config from my lab HQ router

!
nterface Serial0/3/0
 no ip address
 encapsulation frame-relay
 clock rate 64000
 frame-relay intf-type dce
interface Serial0/3/0.1 point-to-point
 bandwidth 768
 ip address 10.10.111.1 255.255.255.0
 ip pim sparse-dense-mode
 frame-relay interface-dlci 201   
interface Serial0/3/0.2 point-to-point
 ip address 10.10.112.1 255.255.255.0
 ip pim sparse-dense-mode
 frame-relay interface-dlci 202   
!

Im unable to configure auto qos as the command does not show up

HQ-RTR(config)#interface Serial0/3/0.1 point-to-point
HQ-RTR(config-subif)# bandwidth 768
HQ-RTR(config-subif)#aut
HQ-RTR(config-subif)#auto
HQ-RTR(config-subif)#auto?
% Unrecognized command
HQ-RTR(config-subif)#auto ?

% Unrecognized command

Am I missing something?

HQ-RTR#sh ver
Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS_LI-M), Version 
12.4(24)T2, RELEASE SOFTWARE (fc2)

TR




___
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 command does not show up

2011-11-20 Thread datucha123 datucha123
You need to go under frame-relay interface-dlci xxx and configure the
command over there.

On Sun, Nov 20, 2011 at 3:45 PM, Raees Shaikh racerra...@yahoo.com wrote:

  Hi All,

 Below is the config from my lab HQ router

 !
  nterface Serial0/3/0
  no ip address
  encapsulation frame-relay
  clock rate 64000
  frame-relay intf-type dce
 interface Serial0/3/0.1 point-to-point
  bandwidth 768
  ip address 10.10.111.1 255.255.255.0
  ip pim sparse-dense-mode
  frame-relay interface-dlci 201
 interface Serial0/3/0.2 point-to-point
  ip address 10.10.112.1 255.255.255.0
  ip pim sparse-dense-mode
  frame-relay interface-dlci 202
 !

 Im unable to configure auto qos as the command does not show up

  HQ-RTR(config)#interface Serial0/3/0.1 point-to-point
 HQ-RTR(config-subif)# bandwidth 768
 HQ-RTR(config-subif)#aut
 HQ-RTR(config-subif)#auto
 HQ-RTR(config-subif)#auto?
 % Unrecognized command
 HQ-RTR(config-subif)#auto ?
 % Unrecognized command

 Am I missing something?

  HQ-RTR#sh ver
 Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS_LI-M),
 Version 12.4(24)T2, RELEASE SOFTWARE (fc2)

 TR



 ___
 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] auto qos command does not show up

2011-11-20 Thread Mark Reed
Auto QoS goes under the DLCI.  So it goes.

interface Serial0/3/0.1 point-to-point
bandwidth ### (You've done this already, but I'm pointing it out because it
can be really anoying to fix if forgotten)
frame-relay interface-dlci 201
auto qos voip (options)




On Sun, Nov 20, 2011 at 6:45 AM, Raees Shaikh racerra...@yahoo.com wrote:

 Hi All,

 Below is the config from my lab HQ router

 !
 nterface Serial0/3/0
  no ip address
  encapsulation frame-relay
  clock rate 64000
  frame-relay intf-type dce
 interface Serial0/3/0.1 point-to-point
  bandwidth 768
  ip address 10.10.111.1 255.255.255.0
  ip pim sparse-dense-mode
  frame-relay interface-dlci 201
 interface Serial0/3/0.2 point-to-point
  ip address 10.10.112.1 255.255.255.0
  ip pim sparse-dense-mode
  frame-relay interface-dlci 202
 !

 Im unable to configure auto qos as the command does not show up

 HQ-RTR(config)#interface Serial0/3/0.1 point-to-point
 HQ-RTR(config-subif)# bandwidth 768
 HQ-RTR(config-subif)#aut
 HQ-RTR(config-subif)#auto
 HQ-RTR(config-subif)#auto?
 % Unrecognized command
 HQ-RTR(config-subif)#auto ?
 % Unrecognized command

 Am I missing something?

 HQ-RTR#sh ver
 Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS_LI-M),
 Version 12.4(24)T2, RELEASE SOFTWARE (fc2)

 TR



 ___
 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




-- 
Thanks,

Mark L Reed
Home: 260-637-1585
___
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 command does not show up

2011-11-20 Thread Kshitij Singhi
 wrote:
  Hi all,
  is it possible to configure:
  1- Maximum Number of Calls
  2- Busy Trigger
 
  In SRST Call-Manger-fallback?? NOT CME SRST?
 
  ___
  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
 
 
 
 
 
 
 


 --

 Message: 6
 Date: Sun, 20 Nov 2011 03:45:39 -0800 (PST)
 From: Raees Shaikh racerra...@yahoo.com
 To: CCIE Study ccie_voice@onlinestudylist.com
 Subject: [OSL | CCIE_Voice] auto qos command does not show up
 Message-ID:
1321789539.97632.yahoomail...@web35703.mail.mud.yahoo.com
 Content-Type: text/plain; charset=iso-8859-1

 Hi All,

 Below is the config from my lab HQ router

 !
 nterface Serial0/3/0
 ?no ip address
 ?encapsulation frame-relay
 ?clock rate 64000
 ?frame-relay intf-type dce
 interface Serial0/3/0.1 point-to-point
 ?bandwidth 768
 ?ip address 10.10.111.1 255.255.255.0
 ?ip pim sparse-dense-mode
 ?frame-relay interface-dlci 201 ??
 interface Serial0/3/0.2 point-to-point
 ?ip address 10.10.112.1 255.255.255.0
 ?ip pim sparse-dense-mode
 ?frame-relay interface-dlci 202 ??
 !

 Im unable to configure auto qos as the command does not show up

 HQ-RTR(config)#interface Serial0/3/0.1 point-to-point
 HQ-RTR(config-subif)# bandwidth 768
 HQ-RTR(config-subif)#aut
 HQ-RTR(config-subif)#auto
 HQ-RTR(config-subif)#auto?
 % Unrecognized command
 HQ-RTR(config-subif)#auto ?

 % Unrecognized command

 Am I missing something?

 HQ-RTR#sh ver
 Cisco IOS Software, 3800 Software (C3825-ADVENTERPRISEK9_IVS_LI-M),
 Version 12.4(24)T2, RELEASE SOFTWARE (fc2)

 TR
 -- next part --
 An HTML attachment was scrubbed...
 URL: /archives/ccie_voice/attachments/2020/8bf04f28/attachment.html

 --

 ___
 CCIE_Voice mailing list
 CCIE_Voice@onlinestudylist.com
 http://onlinestudylist.com/mailman/listinfo/ccie_voice


 End of CCIE_Voice Digest, Vol 69, Issue 100
 ***

___
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