cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
441
Views
0
Helpful
2
Replies

QoS over radio bridge - with router 871

Gian Paolo
Level 1
Level 1

Hello,

I've connected two sites witch a radio bridge (non Cisco).

Now I'd like to implement QoS over the radio bridge using a couple of Cisco 800 series routers, 871 should work.

My idea is:

lan -- router -- radio -- radio -- router -- lan

The router are attached to the radio bridge with ethernet cable, 100Mbit FD. The radio bridge reaches 25Mbit for each direction.

If I set the bandwidth of the wan interface of the router to 25Mbit at each end, can this be an optimal solution?

I need absolutely to assign voice traffic do LLQ, the radio bridge should't be aware of QoS, it works only FIFO.

What's your opinion?

Thanks

2 Replies 2

amritpatek
Level 6
Level 6

When you configure QoS on the access point/bridge, you can select specific network traffic, prioritize it, and use congestion-management and congestion-avoidance techniques to provide preferential treatment. Implementing QoS in your wireless LAN makes network performance more predictable and bandwidth utilization more effective. You can create QoS policies and apply the policies to the VLAN configured on your access point/bridge. If you do not use VLANs on your network, you can apply your QoS policies to the access point/bridge's Ethernet and radio ports.

Joseph W. Doherty
Hall of Fame
Hall of Fame

"If I set the bandwidth of the wan interface of the router to 25Mbit at each end, can this be an optimal solution?"

Depends on how you intend to set the bandwidth. Assuming the 800 series supports hierarchal CBWFQ, you would want something like this:

e.g. (pseudo config - syntax likely incorrect)

class-map match-any LLQ-stuff

match protocol rtp audio

(etc.)

policy-map shape-25Mb

class class-default

shape 25Mbps

service policy my-traffic

policy-map my-traffic

class LLQ-stuff

priority percent #

class class-default

fair-queue

interface fastethernet #

!on interface connected to wireless bridge

service-policy output shape-25Mb

PS:

From a router performance sheet, I would be concerned whether an 800 series router could fully drive a 25 Mbps link.

Review Cisco Networking for a $25 gift card