Sandeep
You can make two access list on the gateway (router ) itself.

your 2 companies will have different LAN IP ranges.
you make 2 access lists for both companies.

and restrict the outgoing traffic for both LANs.
eg.
acl 100 for company 1
acl 101 for company 2

add IP addr for company one in acl 100
add IP addr for company two in acl 101

now restrict acl 100 outgoing traffic to say 60k
restrict acl 101 to say 60k.
(remember outgoing traffic is usually lower that  incomming traffic,  
as outgoing traffic have requests for webpage while incommingtraffic 
have complete web data comming into network)

Note: if you restrict the incomming traffic at your router, stillthe 
Leased line will be choked.

rate-limit output access-group 101 56000 1500 2000 conform-action 
transmit exceed-action drop


rate-limit output access-group 102 56000 1500 2000 conform-action 
transmit exceed-action drop

both acl will comprise of single  line entry

access-list 101 permit ip 221.11.41.0 0.0.0.255 any
                          (LAN in 1st company)

access-list 102 permit ip 221.11.42.0 0.0.0.255 any
                           (LAN in 2nd company)

you can add other LANs in  this way to either company
access-list 102 permit ip LAN2IP 0.0.0.255 any
                           (LAN2 in 2nd company)



Sushil Nehra



> Hi Everyone!!!
> 
> Please help in the following...
> 
> I have Lease Line of Bharti (64k in 1:4). Presently it is 
> connected as
> 
> Lease Line (Copper Pair)-----> RAD HTU E1------>RAD FCD-2-------
> >Cisco Router 1720
> (WIC1T)------>Gateway Server
> 
> Gateway Server (RHL 7.3 with IPChains) have 3 NIC's which are 
> connected as
> 
> Eth0------>Cisco Router
> Eth1------>Switch (For Server's)
> Eth2------>Switch(For Users)
> 
> Now we are going to upgrade this Lease Line to 128k as one new 
> sister concern is
> going to open in the same premises. Management wants to divide 
> this 128k into 50-50%
> in parent & sister concern. Can we achieve it on Gateway ? If any 
> other solution has,
> please suggest.
> 
> Thanking you in advance.
> 
> Sandeep Agarwal
> 

Sushil 


_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to