04-26-2006 08:51 PM - edited 03-03-2019 12:32 PM
Is there any way to set up a Cisco 877 router to do QOS for a RFC 1483 bridged DSL connection?
05-03-2006 09:10 AM
Unfortunately, qos is not supported on a bvi interface. If we want to do qos on this router, we need to make it a layer 3 router.
http://www.cisco.com/en/US/products/hw/routers/ps380/products_qanda_item0900aecd8028a982.shtml
05-08-2006 02:28 PM
You can't configure QoS on a router configured for 1483 bridging with IRB (BVI interface), but you can configure it when you use RBE (route-bridge encapsulation).
Check out this example:
interface atm0/0
ip address 10.10.10.2 255.255.255.0
service-policy output llq
atm route-bridge ip
no atm ilmi-keepalive
pvc 0/35
encapsulation aal5snap
vbr-nrt 320 320
tx-ring-limit 5
protocol ip 10.10.10.1 broadcast
!
05-08-2006 04:54 PM
The customer uses the DSL connection to provide internet access for their LAN. With RBE is it possible to provide NAT for the LAN?
05-09-2006 07:22 AM
Sure, the 'ip nat outside' will go on the ATM subinterface, just like with a Layer3 routed config.
05-17-2006 11:06 PM
When I try to use RBE with nat outside on the ATM inteface or subinterface I get the error
%NAT: Error activating cnbar on the interface ATM0
Cisco TAC said I cannot use RBE for this and should try to get a different connection type.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide