cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
531
Views
0
Helpful
3
Replies

divided into two parts dedicated link

yesenia-m
Level 1
Level 1

It has a dedicated link to 8Mb, the connection to the carrier is RJ45 which connects to a 2901 router that acts as a gateway for the LAN, what is required is to be logically divided into two internet link to have half for specific applications for the company and the other half to users.

What options do you recommend?

1 Accepted Solution

Accepted Solutions

Marwan ALshawi
VIP Alumni
VIP Alumni

you could use QoS policies to police the MAX available bandwidth per group of apps or users

see the bellow link might help you to figure out the idea and how to use HQoS in your case

where you can have one parant policy to share the interface to 8M and two child polices police/shape the relevant classes to 4M each

https://supportforums.cisco.com/docs/DOC-8373

hope this help

View solution in original post

3 Replies 3

Marwan ALshawi
VIP Alumni
VIP Alumni

you could use QoS policies to police the MAX available bandwidth per group of apps or users

see the bellow link might help you to figure out the idea and how to use HQoS in your case

where you can have one parant policy to share the interface to 8M and two child polices police/shape the relevant classes to 4M each

https://supportforums.cisco.com/docs/DOC-8373

hope this help

Hi Marwanshawi

Currently the network is flat, is it advisable to create two separate VLAN for traffic? and to apply QoS policies

Thank you

Regards

Hi Marwanshawi

According to the document you recommended,

I have the possible configuration:

          class-map match-all HOTEL_ADMON

          match access-group 100

          class-map match-all GUEST

          match access-group 200

          access-list 100 permit 192.168.10.0 0.0.0.255

          access-list 200 permit 192.168.20.0 0.0.0.255

          policy-map DIV

          class-map HOTEL_ADMON

          bandwidth percent 50

          class-map GUEST

          bandwidth percent 50

          class class-default

          shape average 10000000

          int gi 0/0

          service-policy output DIV

Would it be enough?

Regards