Cisco Hoot and Holler over IP
Configuration Examples
Quality of Service
Voice traffic is much more sensitive to timing variations than data traffic. For good voice performance, configure your data network so that voice packets are not lost or delayed. The following example shows one way to improve QoS for voice multicasting over a Frame Relay connection:
!Configure physical interface for transmitting multicast packets. !Listen to packets of Session Announcement Protocol (SAP).
!This example uses a subinterface
!
interface serial0/0 encapsulation
!
interface serial0/0.1
! |
|
!Frame relay | class commands. |
! |
|
cir 64000 | |
bc 2000 | |
mincir 64000 | |
no | |
fragment 80 | |
ip rtp priority 16384 16383 64 |
Note In the
Cisco IOS Voice, Video, and Fax Configuration Guide