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

VDO/Voice

satavee
Level 1
Level 1

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

!

1 Reply 1

carenas123
Level 5
Level 5

Instead of using "mtu", use "ppp multilink interleave" feature to create fragments of data packets and interleave along with voice/video packets.