Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
||||||||||
|
Posted by on November 15, 2007, 10:33 am
Please log in for more thread options something stupid but cant seem to find the issue. Im hoping some kind person can point out the obvious Ive reviewed: Configuring Generic Traffic Shaping http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fqos_c/fqcprt4/qcfgts.htm#wp1001057 ... as well as ... http://www.velocityreviews.com/forums/t30137-using-a-cisco-router-as-a-throttling-bridge.html http://www.velocityreviews.com/forums/t35922-rate-limit-question.html http://groups.google.com/group/comp.dcom.sys.cisco/browse_thread/thread/82d477e610269a13/7e8a1f7a26eabee3?lnk=st&q=cisco+traffic+shape+group#7e8a1f7a26eabee3 Heres my network layout: h1 (10.0.0.3 / 0017.0830.cb00) ---| | h2 (10.0.0.4) -------------------------|------ (f0/0) r1 (e1/0) -------- (10.0.0.1) r2 ------- internet | h2 (10.0.0.5) -------------------------| i need to shape in and out bound traffic for various hosts independantly (ie h1, h2, h3). i also need to do this with a bridge since i dont want to create any more confusion than needed by fooling with more subnets, consuming extra addresses, or nat. i have a spare router (r1) which is: bw_throttle>sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3620-IS-M), Version 12.3(17), RELEASE SOFTWARE (fc2) and has the following relevant config: no ip routing ! interface FastEthernet0/0 no ip address traffic-shape group 1 500000 18000 18000 1000 traffic-shape group 700 500000 18000 18000 1000 bridge-group 1 ! interface Ethernet1/0 no ip address traffic-shape group 1 500000 18000 18000 1000 traffic-shape group 700 500000 18000 18000 1000 bridge-group 1 ! access-list 1 permit 10.0.0.3 access-list 700 permit 0017.0830.cb00 ! bridge 1 protocol ieee this doesn't shape traffic to the expected 500kbps for h1; the only way i can seem to shape any traffic is with something like the following on both interfaces traffic-shape rate 500000 18000 18000 1000 unfortunately this is not what i need; i instead need to shape traffic for specific hosts, preferably specifiying those hosts by ip address, not mac address, but at this point ill take whatever i can get | ||||||||||

traffic shaping w/ router as a transparent bridge
Yahoo!
Windows Live
del.icio.us
digg
Netscape 