From: haducbinh (haducbinh@gmail.com)
Date: Sun Apr 08 2007 - 00:08:21 ART
Here it is:
!This configuration works:
R1(config)#int tunnel 13
R1(config-...)#tunnel source 172.16.1.1 255.255.255.0
R1(config-...)#tunnel destination 172.16.1.3 255.255.255.0
R1(config-...)#ip add 172.16.1.1 255.255.255.0
R1(config-...)#qos preclassify
R1(config)#access-list 100 permit tcp any any eq telnet
R1(config)#class-map TELNET
R1(config-cmap)#match access-group 100
R1(config)#policy-map POLICY
R1(config-...)#class TELNET
R1(config-......)#police cir 32000
R1(config)#int s0/0
R1(config-if)#service-policy output POLICY
!And this configuration doesn't work:
R1(config)#int tunnel 13
R1(config-...)#tunnel source 172.16.1.1 255.255.255.0
R1(config-...)#tunnel destination 172.16.1.3 255.255.255.0
R1(config-...)#ip add 172.16.1.1 255.255.255.0
R1(config-...)#qos preclassify
R1(config)#class-map TELNET
R1(config-cmap)#match protocol telnet
R1(config)#policy-map POLICY
R1(config-...)#class TELNET
R1(config-......)#police cir 32000
R1(config)#int s0/0
R1(config-if)#service-policy output POLICY
I tested on Cisco Router 2801 with IOS version 12.3(14)T4
Thanks!
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Edouard Zorrilla
Sent: Saturday, April 07, 2007 5:20 AM
To: haducbinh; ccielab@groupstudy.com
Subject: Re: QoS preclassify with NBAR
Could you share your config.
Regards
----- Original Message -----
From: "haducbinh" <haducbinh@vnpro.org>
To: <ccielab@groupstudy.com>
Sent: Saturday, April 07, 2007 7:52 PM
Subject: QoS preclassify with NBAR
> Hi GS!
>
>
>
> When I enable NBAR and QoS Preclassify, I see that QoS Preclassify do not
> work! But when I using access-list to classification traffic and QoS
> Preclassify it work.
>
> Is this normal behaviour or error?
>
>
>
>
>
> Thanks!
>
> HaDucBinh
> Email: <mailto:haducbinh@vnpro.org> haducbinh@vnpro.org
> Y/M: haducbinh
> Phone: +84 908 191 322
>
---------------------------------------------------------------------------
> Vietnamese Professionals (VnPro)
> Cisco Authorised Training
> 149/1D Ung Van Khiem St - Ward 25 - Binh Thanh Dist - HCMC
> Tel: (08) 5124257 - (08) 5125314 Fax: (08) 5124314
> Website: <http://vnpro.vn/> http://vnpro.vn Support Forum:
> <http://vnpro.org/> http://vnpro.org
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Tue May 01 2007 - 08:28:35 ART