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

Qos Over Bridged WAN Interface

recep.sefer
Level 1
Level 1

I have a router 38xx Version 12.4(15)T

I cannot apply QoS to bridged WAN interface, giving the following error;

MERKEZ(config)#interface bvi 42
MERKEZ(config-if)#service-policy output SHAPE-WAN-EDGE-256
GTS : Not supported on this interface

Here is the config;

!

policy-map WAN-EDGE
class Voice
  priority percent 33
class Call-Signaling
  bandwidth percent 5
class class-default
  fair-queue
!

policy-map SHAPE-WAN-EDGE-256
class class-default
  shape average 256000
  service-policy WAN-EDGE

!

interface Serial0/0/0.42 point-to-point
description SSS
bandwidth 256
no cdp enable
frame-relay interface-dlci 46 IETF
bridge-group 42

!

interface BVI42
description SSS
bandwidth 256
ip address 192.168.142.1 255.255.255.252
ip tcp adjust-mss 1300

!

1 Reply 1

paolo bevilacqua
Hall of Fame
Hall of Fame

Correct.

Use routing and everything will work fine.