Menog Posted February 20, 2014 Posted February 20, 2014 (edited) нужно присвоить максимальный приоритет для IP телефонии порты, по которым она идет, соответственно - 5060 и 10000-20000 (RTP Ethernet Type) вопрос - как лучше это осуществить? 1. если по IP, то представляется типа такого: create access_profile profile_id 4 profile_name port_priority ip udp src_port_mask 0xFFFF config access_profile profile_id 4 add access_id 1 ip udp src_port 5060 port 1:1-1:24 permit priority 7 replace_dscp 56 но как в данном случае быть с диапазоном 10000-20000 ?? + насколько я заметил эти же порты используют торренты....им, естественно, повышать приоритет не стоит... 2. если по Ethernet Type, то получается что-то типа такого: create access_profile profile_id 2 profile_name proto_priority ethernet ethernet_type config access_profile profile_id 2 add access_id 3 ethernet ethernet_type 0x0069 port 1-24 permit priority 7 config access_profile profile_id 2 add access_id 5 ethernet ethernet_type 0x2069 port 1-24 permit priority 7 но тут вопрос по RTP протоколу - какие адреса брать? я нашел такую вот информацию отсюда: 0x0061: "RTP IPHC Full Header [RFC3544]", 0x0063: "RTP IPHC Compressed TCP [RFC3544]", 0x0065: "RTP IPHC Compressed Non TCP [RFC3544]", 0x0067: "RTP IPHC Compressed UDP 8 [RFC3544]", 0x0069: "RTP IPHC Compressed RTP 8 [RFC3544]", 0x2063: "RTP IPHC Compressed TCP No Delta [RFC3544]", 0x2065: "RTP IPHC Context State [RFC3544]", 0x2067: "RTP IPHC Compressed UDP 16 [RFC3544]", 0x2069: "RTP IPHC Compressed RTP 16 [RFC3544]" следует забить все строчки или достаточно выборочно? или есть ещё более лучший метод для решения? Edited February 20, 2014 by Menog Вставить ник Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.