Ops sorry, for some reason I read 1841 instead of 1941

On Wed, Aug 3, 2011 at 5:20 PM, Bill Lake <whl...@gmail.com> wrote:

> Don't think you can run 12.x on a 1941
>
> I also know the QOS is working perfectly on Serial Port 0/1/0 so not a qos
> config.  We know it is working because we clearly had voice quality issues
> until we applied it.
>
> On Wed, Aug 3, 2011 at 3:43 PM, Abel ... <midga...@gmail.com> wrote:
>
>> Try to undo the AutoQOS command with the script. Then paste or write
>> yourself the commands create by AutoQoS, if problem persist try to configure
>> QoS without NBAR. This is just to check if is an IOS issue, Also I see
>> you're using IPS 15.0, try it with IOS 12.4T on lasted versions.
>>
>> Regards
>>
>>
>> On Wed, Aug 3, 2011 at 2:04 PM, Bill Lake <whl...@gmail.com> wrote:
>>
>>> Tried cut and paste from Serial 0/1/0 and same error was seen
>>>
>>> I am wondering if it is just not a bad IOS load, bug or limitation of the
>>> 1941 as it won't even let us run auto qos voip on the port which should do
>>> this for us.
>>>
>>> On Wed, Aug 3, 2011 at 1:56 PM, Michael Miller <kf4...@gmail.com> wrote:
>>>
>>>> Just a first observation:
>>>>
>>>> The policy map is defined as "policy-map AutoQoS-Policy-UnTrust"
>>>> The error says "policy map AutoQos-Policy-Untrust not configured."
>>>>
>>>> I believe that policy map names are case sensitive. Are you using the
>>>> proper case when applying service policy to the interface?
>>>>
>>>> Thanks,
>>>>
>>>> Mike
>>>>
>>>>
>>>> On Wed, Aug 3, 2011 at 6:50 PM, Bill Lake <whl...@gmail.com> wrote:
>>>>
>>>>> Hello everyone,
>>>>>
>>>>>
>>>>> I have been helping a customer try to resolve a QOS issue.  They have a
>>>>> HQ and 2 branch locations.  These are connected by a data T1
>>>>> connection. They are using all Cisco 1941 routers and we have QOS working
>>>>> perfectly on one circuit but the other always errors if we try auto qos or
>>>>> manually adding it.  Gives the error
>>>>>
>>>>> *% policy map AutoQos-Policy-Untrust not configured.*
>>>>>
>>>>> I have tried to reproduce it with my lab but since I have all 2800
>>>>> series, I can not.  I do not know if it is a IOS limitation or a router
>>>>> limitation.
>>>>>
>>>>>
>>>>> Anyone with any insight into this would be greatly appriciated.
>>>>>
>>>>>
>>>>>
>>>>> Here is the configuration with all crypto and passwords removed.
>>>>>
>>>>>  version 15.0
>>>>> service timestamps debug datetime msec
>>>>> service timestamps log datetime msec
>>>>> no service password-encryption
>>>>> !
>>>>> boot-start-marker
>>>>> boot system flash:c1900-universalk9-mz.SPA.150-1.M5.bin
>>>>> boot-end-marker
>>>>> !
>>>>> logging buffered 51200 warnings
>>>>> !
>>>>> no aaa new-model
>>>>>
>>>>> !
>>>>> no ipv6 cef
>>>>> ip source-route
>>>>> ip cef
>>>>> !
>>>>> !
>>>>> !
>>>>> !
>>>>> ip domain name yourdomain.com
>>>>> multilink bundle-name authenticated
>>>>> !
>>>>> !
>>>>> !
>>>>> !
>>>>>
>>>>> !
>>>>> !
>>>>> !
>>>>> class-map match-any AutoQoS-VoIP-Remark
>>>>>  match ip dscp ef
>>>>>  match ip dscp cs3
>>>>>  match ip dscp af31
>>>>> class-map match-any AutoQoS-VoIP-Control-UnTrust
>>>>>  match access-group name AutoQoS-VoIP-Control
>>>>> class-map match-any AutoQoS-VoIP-RTP-UnTrust
>>>>>  match protocol rtp audio
>>>>>  match access-group name AutoQoS-VoIP-RTCP
>>>>> !
>>>>> !
>>>>> policy-map AutoQoS-Policy-UnTrust
>>>>>  class AutoQoS-VoIP-RTP-UnTrust
>>>>>     priority percent 70
>>>>>   set dscp ef
>>>>>  class AutoQoS-VoIP-Control-UnTrust
>>>>>     bandwidth percent 5
>>>>>   set dscp af31
>>>>>  class AutoQoS-VoIP-Remark
>>>>>   set dscp default
>>>>>  class class-default
>>>>>     fair-queue
>>>>> !
>>>>> !
>>>>> !
>>>>> !
>>>>> !
>>>>> interface GigabitEthernet0/0
>>>>>  ip address 10.10.10.1 255.255.255.248
>>>>>  duplex auto
>>>>>  speed auto
>>>>> !
>>>>> interface GigabitEthernet0/1
>>>>>  description LAN
>>>>>  ip address 192.168.0.150 255.255.255.0
>>>>>  duplex auto
>>>>>  speed auto
>>>>> !
>>>>> interface Serial0/0/0
>>>>>  description BR1_P2P
>>>>>  ip address 172.16.156.5 255.255.255.252
>>>>>  encapsulation ppp
>>>>>  fair-queue
>>>>>  service-module t1 timeslots 1-24
>>>>> !
>>>>> interface Serial0/1/0
>>>>>  description BR2_P2P
>>>>>  ip address 172.16.156.1 255.255.255.252
>>>>>  encapsulation ppp
>>>>>  service-module t1 timeslots 1-24
>>>>>  service-policy output AutoQoS-Policy-UnTrust
>>>>> !
>>>>> ip forward-protocol nd
>>>>> !
>>>>> ip http server
>>>>> ip http access-class 23
>>>>> ip http authentication local
>>>>> ip http secure-server
>>>>> ip http timeout-policy idle 60 life 86400 requests 10000
>>>>> !
>>>>> ip route 0.0.0.0 0.0.0.0 192.168.0.45
>>>>> ip route 192.168.1.0 255.255.255.0 Serial0/1/0
>>>>> ip route 192.168.2.0 255.255.255.0 Serial0/0/0
>>>>> !
>>>>> ip access-list extended AutoQoS-VoIP-Control
>>>>>  permit tcp any any eq 1720
>>>>>  permit tcp any any range 11000 11999
>>>>>  permit udp any any eq 2427
>>>>>  permit tcp any any eq 2428
>>>>>  permit tcp any any range 2000 2002
>>>>>  permit udp any any eq 1719
>>>>>  permit udp any any eq 5060
>>>>> ip access-list extended AutoQoS-VoIP-RTCP
>>>>>  permit udp any any range 16384 32767
>>>>>  permit tcp any any eq 5004
>>>>> !
>>>>> access-list 23 permit 10.10.10.0 0.0.0.7
>>>>> !
>>>>> !
>>>>> !
>>>>> control-plane
>>>>> !
>>>>>
>>>>> end
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> 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

Reply via email to