Фрагментация и LMI на Frame-Relay |
![]() |
![]() |
![]() |
Cisco - QoS качество обслуживания | |||
Автор: barabu | |||
Fragmentation and Interleaving with MLP over Frame-Relay - на FR сети можно достичь фрагментации с перемешиванием двумя способами: Средствами FRTS + FRF.12 Средствами MLP LFI over Frame-Relay Несколько слов об обычном MLP LFI. Inform your doctor should you be pregnant or prefer to conceive while using the this medication online cialis cheap. To find out more, visit www order cialis If treatment goals are certainly not being achieved on current therapy then this evidence points too a multiple medication approach should be helpful to achieve these goals enhancements male viagra cialis and.
Несколько слов об обычном MLP LFI.
NOTE: Вообще перемешиванием фактически занимается шедулер механизма очередей. Он работает по своему обычному алгоритму, а наша задача – позаботиться о том, чтобы в приоритетный буфер попадал голосовой траф. Тогда шедулер будет захватывать его раньше, чем фрагменты пакетов, помещенные в другие буферы. Теперь о MLP LFI over Frame-Relay. Для работы этого механизма необходимы два условия:
Далее дана конфига для настройки фичи. А также моя схема показывающая, весь процесс. map-class frame-relay frts-102 <--- We need FRTS and FIFO queue per VC frame-relay cir 512000 frame-relay bc 5120 <--- Tc will be 10 ms frame-relay be 0 ------------------------------------- class-map match-all cm-voice match ip rtp 16384 16383 ! policy-map pm-llq <--- LLQ for Multipoint interface class cm-voice priority 128 class class-default fair-queue -------------------------- ! interface Virtual-Template1 no ip address ppp multilink ppp multilink group 10 ! interface Serial1/0 <--- Assume the clock rate is 512000 no ip address encapsulation frame-relay frame-relay traffic-shaping ! interface Serial1/0.102 point-to-point frame-relay interface-dlci 102 ppp Virtual-Template1 class frts-102 <--- Shape Class for PVC 102 -------------------------- interface Multilink10 bandwidth 512 ip address 131.1.88.1 255.255.255.0 ppp multilink ppp multilink fragment delay 10 ppp multilink interleave ppp multilink group 10 service-policy output pm-llq <--- LLQ for output packets ------------------------------ R1#sh int se1/0 Serial1/0 is up, line protocol is up ...... Queueing strategy: dual fifo <--- Dual FIFO even without FRF.12 Output queue: high size/max/dropped 0/256/0 Output queue: 0/128 (size/max) ...... R1#sh int mu10 Multilink10 is up, line protocol is up ...... Queueing strategy: Class-based queueing ...... R1#sh queueing interface se1/0 Interface Serial1/0 queueing strategy: priority Output queue utilization (queue/count) high/550 medium/0 normal/55 low/0
|