Dear Sir,
Per configuration as below.
192.168.2.9 is IP address of VDO conference, this configure has no problem with voice&vdo quality but my customer can't access internet.
for now, I have to take out "mtu 256" under interface serial0 then customer can surf internet as normal (voice & vdo is not acceptable).
Do I have any way to fix this issue?
pls advise,
Satavee
-----------------------
class-map match-all VDO
match access-group 101
!
policy-map VDOllq
class VDO
priority 150
class class-default
fair-queue
!
interface Serial0
bandwidth 256
mtu 256
ip address 192.168.1.1 255.255.255.0
service-policy output VDOllq
encapsulation ppp
access-list 101 permit ip host 192.168.2.9 192.168.3.9
!