View Single Post
Staro 01.03.2021., 18:04   #272
Olymp
Registered User
 
Datum registracije: Mar 2009
Lokacija: U svemiru
Postovi: 17
Thumbs up ...slažem se

Ali i dio ovog ("nqos", "bridges", "classifiers"):

Code:
nqos {
        version = 15;
        macaddr_whitelist_enabled = no;
        bridge_with_switch_separation = yes;
        bridge_lp_mode = -1;
        patch1TR114 = no;
        defaultresult {
                tos = 0;
                vlan_prio = -1;
                queueref = "default";
        }
        appls {
                enabled = yes;
                name = "sip-appl-toi";
                protocol = qos_classifier_appl_sip;
                result {
                        tos = 184;
                        vlan_prio = 6;
                        queueref = "hrealtime";
                }
        } {
                enabled = yes;
                name = "sip-appl";
                protocol = qos_classifier_appl_sip;
                result {
                        tos = 0;
                        vlan_prio = -1;
                        queueref = "hrealtime";
                }
        }
        bridges {
                enabled = yes;
                name = "iptvbridge";
                ident = "vcc:0";
                vlancfg {
                        vlanencap = vlanencap_fixed_prio;
                        tagtype = vlantagtype_customer;
                        vlanid = 1500;
                        vlanprio = 2;
                        tos = 0;
                }
                disable_igmp_fwd = no;
                with_pppoe_bridging = no;
        } {
                enabled = no;
                name = "voicebridge";
                ident = "vcc:0";
                vlancfg {
                        vlanencap = vlanencap_fixed_prio;
                        tagtype = vlantagtype_customer;
                        vlanid = 1405;
                        vlanprio = 5;
                        tos = 0;
                }
                disable_igmp_fwd = no;
                with_pppoe_bridging = no;
        }
        classifiers {
                enabled = yes;
                name = "STB1";
                type = qos_cfg_hidden;
                iface = qos_lan;
                rule = "dhcpoption 60 HT_STB_* STB";
                result {
                        tos = -1;
                        vlan_prio = -1;
                        queueref = "hrealtime";
                        bridgeref = "iptvbridge";
                }
           }
        }
obzirom na nemogućnost podešavanja istog preko GUI-a, uspoređujući s dostupnim ar7.cfg na netu!
__________________
Olymp je offline   Reply With Quote