From: marc fernandez (mag08036@yahoo.com)
Date: Sun May 01 2005 - 00:39:08 GMT-3
I need help. Will this work in a real live situation.
Any comments will be appreciated. This is a point to
point config with servers and clients behind each
router.
Attached are the configs. Currently only bandwidth has
been assigned.
| |
|-r1-------------------r4-|
| |
----------------------------r1-------------------------
!
class-map match-all CITRIX
match access-group name CITRIX
class-map match-all APPLICATION
match access-group name APPLICATION
class-map match-all LOTUS
match access-group name LOTUS
class-map match-all VOICE
match ip rtp 16384 16383
match access-group name VOICE
!
!
policy-map QoS
class APPLICATION
bandwidth percent 70
class CITRIX
bandwidth percent 5
class VOICE
priority percent 5
class LOTUS
bandwidth percent 5
!
interface Ethernet0
ip address 10.1.1.1 255.255.255.0
ip bandwidth-percent eigrp 1 5
max-reserved-bandwidth 100
service-policy output QoS
!
router eigrp 1
network 10.0.0.0
no auto-summary
!
ip access-list extended CITRIX
permit tcp any any eq 1494
permit tcp any eq 1494 any
ip access-list extended LOTUS
permit tcp any any eq 1352
permit udp any any eq 1352
permit tcp any eq 1352 any
permit udp any eq 1352 any
ip access-list extended APPLICATION
permit ip host 10.1.2.1 any
permit ip any host 10.1.2.1
ip access-list extended VOICE
remark H.323/H.225
permit tcp any any eq 1720
permit tcp any eq 1720 any
!
--------------------------- r4
------------------------
class-map match-all CITRIX
match access-group name CITRIX
class-map match-all APPLICATION
match access-group name APPLICATION
class-map match-all LOTUS
match access-group name LOTUS
class-map match-all VOICE
match ip rtp 16384 16383
match access-group name VOICE
!
!
policy-map QoS
class APPLICATION
bandwidth percent 70
class CITRIX
bandwidth percent 5
class VOICE
priority percent 5
class LOTUS
bandwidth percent 5
!
interface Ethernet0
ip address 10.1.1.4 255.255.255.0
ip bandwidth-percent eigrp 1 5
max-reserved-bandwidth 100
service-policy output QoS
!
ip access-list extended CITRIX
permit tcp any any eq 1494
permit tcp any eq 1494 any
ip access-list extended LOTUS
permit tcp any any eq 1352
permit udp any any eq 1352
permit tcp any eq 1352 any
permit udp any eq 1352 any
ip access-list extended APPLICATION
permit ip any host 10.1.2.1
permit ip host 10.1.2.1 any
ip access-list extended VOICE
remark H.323/H.225
permit tcp any any eq 1720
permit tcp any eq 1720 any
!
-------------------------------------------------------------------
This archive was generated by hypermail 2.1.4 : Fri Jun 03 2005 - 10:11:56 GMT-3