dursun266 Posted December 12, 2014 Posted December 12, 2014 hi all, Имеется схема Bras(Huawei)<-agg.sw(SNR3750)<-acc.sw(SNR2960-24(или48)), работает PPPoE. До браса идет QinQ - SVLAN 44, CVLAN 2000. С acc.sw на agg.sw выходит CVLAN 2000(tagged). На входе agg.sw из CVLAN 2000 выделяются frame'ы PPPoE и запаковываются в SVLAN 44. Конфиг SNR3750 ниже. Хочется перевести selective qinq для PPPoE с agg.sw на acc.sw. Как сделать такую же схему на acc.sw SNR2960-24(48), для выходного интерфеса в сторону агрегации ? mac-access-list extended pppoe-ethertype permit any-source-mac any-destination-mac tagged-eth2 ethertype 34915 permit any-source-mac any-destination-mac tagged-eth2 ethertype 34916 exit ! class-map pppoe-ethertype match access-group pppoe-ethertype ! policy-map pppoe-qinq-type1 class pppoe-ethertype add s-vid 44 exit ! service-policy input pppoe-qinq-type1 vlan 2000 Interface Ethernet1/0/7 description from-access-sw switchport mode hybrid switchport hybrid allowed vlan 2000 tag switchport hybrid allowed vlan 44 untag Вставить ник 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.