inbound traffic limiting and prec

From: Stephen Skinner (stephen_ski@hotmail.com)
Date: Tue May 04 2004 - 10:37:27 GMT-3


i have a set of requirement`s

i have 3 link`s on a router

comin in on int s1 i am recieving the ip address range
100.1.25.0 /24

i wany to do the following

limit the inbound bandwidth to 1mb
set the prec to 6

here is my solution ....is there an easyier way ???

interface Serial0/0
bandwidth 2048000
ip address 130.1.30.3 255.255.255.248
service-policy input 1in
encapsulation frame-relay
ip ospf network broadcast
ip ospf priority 0
custom-queue-list 1
frame-relay map ip 130.1.30.1 301 broadcast
no frame-relay inverse-arp

class-map match-all 5in
  match access-group 10
!
policy-map 1in
  class 1in
   set ip precedence 4
!
access-list 10 permit 100.1.25.0 0.0.0.255
!
queue-list 1 interface Serial0/0 1
queue-list 1 queue 1 byte-count 1024

many thanks

steve



This archive was generated by hypermail 2.1.4 : Wed Jun 02 2004 - 11:12:04 GMT-3