cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1851
Views
0
Helpful
1
Replies

Share Band to satellite client

cvsatellite
Level 1
Level 1

I've a IP satellite network connected to Internet with a 7609 router. The bandwith allocated towards internet to satellite service amount to 2Mbps. I need to share the bandwith omogenous to my client. I give you a example:

Client 1: 9 connection towards internet

Client 2 : 1 connection towards internet

Then, bandwith allocated to Client 1 nearly 1 MBps and 1 MBps to Client 2. I need to share the band to clients, no to the connections.

Best regards.

1 Reply 1

paqiu
Level 1
Level 1

You can config custom queue on the 7609 router on the outside interface to control the bandwith of two clients. each client share 50% bandwidth

I assmue that your client 1 ip address 1.1.1.1 client 2 ip address 2.2.2.2

access-list 1 permit 1.1.1.1

access-list 2 permit 2.2.2.2

queue-list 1 protocol ip 1 list 1

queue-list 1 protocol ip 2 list 2

queue-list 1 queue 1 byte-count 1000

queue-list 1 queue 2 byte-count 1000

interface serial 0

custom-queue-list 1

Here is a link how to do it:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/qos_c/qcprt2/qcdcq.htm

Best Regards,

Review Cisco Networking for a $25 gift card