Зарегистрирован: Вт мар 09, 2010 16:06 Сообщений: 2
|
проблема в следующем:
имеется в наличие:
Device Type : DES-3200-18 Fast Ethernet Switch
Boot PROM Version : Build 1.00.B003
Firmware Version : Build 1.20.B011
Интересует:
Функционал и настройка QoS
как выставить приоритеты трафику через acl по vlan
пробывал вот так:
ACL
network managment
create access_profile ethernet vlan 0xFFF ethernet_type profile_id 5
config access_profile profile_id 5 add access_id 1 ethernet vlan_id 600 mask 0xFFF ethernet_type 0xFFFF port 5 permit priority 7 replace_dscp_with 56
VOIP
config access_profile profile_id 5 add access_id 2 ethernet vlan_id 600 mask 0xFFF ethernet_type 0xFFFF port 6 permit priority 5 replace_dscp_with 46
VIDEOS
config access_profile profile_id 5 add access_id 3 ethernet vlan_id 600 mask 0xFFF ethernet_type 0xFFFF port 7 permit priority 4 replace_dscp_with 32
VIP client
config access_profile profile_id 5 add access_id 4 ethernet vlan_id 600 mask 0xFFF ethernet_type 0xFFFF port 8 permit priority 3 replace_dscp_with 24
HTTP TCP:80 внутри pppoe
create access_profile packet_content_mask offset1 l2 14 0xFF offset2 l2 28 0xFFFF profile_id 6
config access_profile profile_id 6 add access_id 1 packet_content offset1 0x0006 mask 0x00ff offset2 0x0050 mask 0xffff port 8 permit priority 3 \
не работает.... может что не так делаю... у кого какие ссображения...
|
|