From: haducbinh (haducbinh@vnpro.org)
Date: Thu Oct 26 2006 - 23:20:08 ART
I mean FTP port 20,21. Please see my configuration below:
Topology:
LAN1----R1(s0/1/0)---------128kbps--------(s0/1/0)R2--LAN2
LAN1: 172.16.1.0/24
LAN2: 172.16.2.0/24
R1-R2: 192.168.1.0/24
LAN1 and LAN2 using two method to send file, using port 445 (microsoft) and
23(FTP), I want to priority sending at port 23 over port 445, so I
configuration like this:
- R1:
! access 100 match FTP traffic
(config)# access 100 permit tcp any any eq 20 (config)# access 100 permit
tcp any any eq 21 (config)# access 100 permit tcp any eq 20 any (config)#
access 100 permit tcp any eq 21 any
(config)# class-map CLASS_FTP
(config-map)# match access-group 100
(config)# policy-map POLICY_FTP
(config-policy)# class CLASS_FTP
(config-policy-class)# priority 200
(config)# policy-map POLICY_DEFAULT
(config-policy)# class class-default
(config-policy-class)# shape average 128000 ! shape to 128kbps
(config-policy-class)# service-policy POLICY_FTP (config)# int se0/1/0
(config-if)# service-policy output POLICY_DEFAULT
But when I use PC1(belong to LAN1) send the same file to PC2(belong to LAN2)
using: FTP and 445 (microsoft), the FTP do not get priority over microsoft
(port 445) I use this command on R1 to check:
#show policy-map int se0/1
Is show that FTP hit the policy! It mean it match the policy POLICY_FTP but
do not get priority!?????
HaDucBinh
Mail: haducbinh@vnpro.org or haducbinh@yahoo.com
Phone: +84 908 191 322
---------------------------------------------------------------------------
Vietnamese Professionals (VnPro)
Cisco Authorised Training
149/1D Ung Van Khiem Street, Ward 25, Binh Thanh District, Ho Chi Minh City
Tel: (08) 5124257 - (08) 5125314
Fax: (08) 5124314
Website: http://vnpro.vn
Support Forum: http://vnpro.org
-----Original Message-----
From: Scott Morris [mailto:swm@emanon.com]
Sent: Thursday, October 26, 2006 10:17 PM
To: 'haducbinh'; alexeim@orcsoftware.com
Cc: ccielab@groupstudy.com
Subject: RE: Need QoS Configuration both side?
If that's what you have configured, that's the simple part. FTP is port 21
(and 20 for control). Port 23 is telnet. :)
Scott Morris, CCIE4 (R&S/ISP-Dial/Security/Service Provider) #4713, JNCIE
#153, CISSP, et al.
CCSI/JNCI-M/JNCI-J
IPExpert VP - Curriculum Development
IPExpert Sr. Technical Instructor
smorris@ipexpert.com
http://www.ipexpert.com
-----Original Message-----
From: haducbinh [mailto:haducbinh@vnpro.org]
Sent: Thursday, October 26, 2006 10:20 AM
To: swm@emanon.com; alexeim@orcsoftware.com
Cc: ccielab@groupstudy.com
Subject: RE: Need QoS Configuration both side?
The first, thanks Scott Morris!
The second, I have this topology:
LAN1----R1(s0/1/0)---------128kbps--------(s0/1/0)R2--LAN2
LAN1: 172.16.1.0/24
LAN2: 172.16.2.0/24
R1-R2: 192.168.1.0/24
LAN1 and LAN2 using two method to send file, using port 445 (microsoft) and
23(FTP), I want to priority sending at port 23 over port 445, so I
configuration like this:
- R1:
! access 100 match FTP traffic
(config)# access 100 permit tcp any any eq 20 (config)# access 100 permit
tcp any any eq 21 (config)# access 100 permit tcp any eq 20 any (config)#
access 100 permit tcp any eq 21 any
(config)# class-map CLASS_FTP
(config-map)# match access-group 100
(config)# policy-map POLICY_FTP
(config-policy)# class CLASS_FTP
(config-policy-class)# priority 200
(config)# policy-map POLICY_DEFAULT
(config-policy)# class class-default
(config-policy-class)# shape average 128000 ! shape to 128kbps
(config-policy-class)# service-policy POLICY_FTP (config)# int se0/1/0
(config-if)# service-policy output POLICY_DEFAULT
But when I use PC1(belong to LAN1) send the same file to PC2(belong to LAN2)
using: FTP and 445 (microsoft), the FTP do not get priority over microsoft
(port 445) I use this command on R1 to check:
#show policy-map int se0/1
Is show that FTP hit the policy! It mean it match the policy POLICY_FTP but
do not get priority!?????
HaDucBinh
Mail: haducbinh@vnpro.org or haducbinh@yahoo.com
Phone: +84 908 191 322
---------------------------------------------------------------------------
Vietnamese Professionals (VnPro)
Cisco Authorised Training
149/1D Ung Van Khiem Street, Ward 25, Binh Thanh District, Ho Chi Minh City
Tel: (08) 5124257 - (08) 5125314
Fax: (08) 5124314
Website: http://vnpro.vn
Support Forum: http://vnpro.org
-----Original Message-----
From: Scott Morris [mailto:swm@emanon.com]
Sent: Thursday, October 26, 2006 8:35 PM
To: 'haducbinh'; alexeim@orcsoftware.com
Cc: ccielab@groupstudy.com
Subject: RE: Need QoS Configuration both side?
Queuing is ALWAYS outbound. QoS SHOULD be designed for end-to-end
functionality (real-life), although implemented at individual points.
In the lab exam, you only do what is asked. Even in real-life, there may be
situations where you don't need to worry about it (remember, no congestion =
no queuing). But if you get something on your lab that refers to a
conversation between LAN1 and LAN2, I personally would implement the QoS on
both routers.
Overconfiguration (unless prohibited) is not penalized.
Scott Morris, CCIE4 (R&S/ISP-Dial/Security/Service Provider) #4713, JNCIE
#153, CISSP, et al.
CCSI/JNCI-M/JNCI-J
IPExpert VP - Curriculum Development
IPExpert Sr. Technical Instructor
smorris@ipexpert.com
http://www.ipexpert.com
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
haducbinh
Sent: Thursday, October 26, 2006 3:58 AM
To: alexeim@orcsoftware.com
Cc: ccielab@groupstudy.com
Subject: RE: Need QoS Configuration both side?
I also think like you, Alexei. But in some IEWB LAB, it just use LLQ for one
side! So I confuse this too much!
HaDucBinh
Mail: haducbinh@vnpro.org or haducbinh@yahoo.com
Phone: +84 908 191 322
---------------------------------------------------------------------------
Vietnamese Professionals (VnPro)
Cisco Authorised Training
149/1D Ung Van Khiem Street, Ward 25, Binh Thanh District, Ho Chi Minh City
Tel: (08) 5124257 - (08) 5125314
Fax: (08) 5124314
Website: http://vnpro.vn
Support Forum: http://vnpro.org
-----Original Message-----
From: Alexei Monastyrnyi [mailto:alexeim@orcsoftware.com]
Sent: Thursday, October 26, 2006 2:46 PM
To: haducbinh
Cc: ccielab@groupstudy.com
Subject: Re: Need QoS Configuration both side?
I think yes, you should. Queuing generally works in outgoing direction, so
having it set up for one side only would improve a quality for that side
while opposite stream (within the same conversation) might suffer with lack
of LLQ.
HTH
A.
haducbinh wrote:
> Hi GS!
>
> This is my topology: (LAN1)------R1(S0/0) ----(FRAME-RELAY)--------
> (S0/0)R2---(LAN2)
>
> User in LAN1 and LAN2 using VoiceIP to communicate, so to ensure that,
Voice
> IP traffic get priority over other traffics
>
> I config LLQ for connection between R1 and R2!
>
> My question is:
>
> Do I need to config LLQ for both side: S0/0 of R1 and S0/0 of R2
>
> or just need to config on one side?
>
>
>
> Thanks!
>
> HaDucBinh
> Mail: <mailto:haducbinh@vnpro.org> haducbinh@vnpro.org or
> <mailto:haducbinh@yahoo.com> haducbinh@yahoo.com
> Phone: +84 908 191 322
>
---------------------------------------------------------------------------
> Vietnamese Professionals (VnPro)
> Cisco Authorised Training
> 149/1D Ung Van Khiem Street, Ward 25, Binh Thanh District, Ho Chi Minh
City
> 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 : Wed Nov 01 2006 - 07:29:06 ART