foxroot Posted January 25, 2017 Posted January 25, 2017 Добрый день! Подскажите решение проблемы. Пытаюсь настроить на BNG роутере Pseudowire Headend Termination (на нем уже есть абоненты работающие по схеме физ. перемычек, а именно один порт в VPLS encapculation второй порт в PPPoE encapsulation). произвел настройки dynamic-profiles { DYNAMIC-PPPOE-PROFILE { routing-instances { "$junos-routing-instance" { interface "$junos-interface-name"; inactive: routing-options { access-internal { route $junos-subscriber-ip-address { qualified-next-hop "$junos-interface-name"; } } } } } interfaces { pp0 { unit "$junos-interface-unit" { no-traps; ppp-options { pap; } pppoe-options { underlying-interface "$junos-underlying-interface"; server; } keepalives interval 15; family inet { filter { input next-hop; output SHAPE; } unnumbered-address "$junos-loopback-interface"; } } } } } DYNAMIC-VLAN-PWHT { interfaces { "$junos-interface-ifd-name" { unit "$junos-interface-unit" { no-traps; proxy-arp unrestricted; vlan-id "$junos-vlan-id"; demux-options { underlying-interface "$junos-interface-ifd-name"; } family pppoe { dynamic-profile DYNAMIC-PPPOE-PROFILE; service-name-table PPPoE-INET; } } } } } show interfaces ps0 anchor-point { lt-8/2/0; } flexible-vlan-tagging; auto-configure { stacked-vlan-ranges { dynamic-profile DYNAMIC-VLAN-PWHT-3 { accept [ inet pppoe ]; ranges { any,any; } } access-profile CITRadius; } remove-when-no-subscribers; } mtu 2500; mac 00:11:22:33:44:55; unit 0 { encapsulation ethernet-ccc; } show protocols l2circuit neighbor 10.116.0.100 { interface ps0.0 { virtual-circuit-id 2041; encapsulation-type ethernet; ignore-mtu-mismatch; no-vlan-id-validate; } } xConnect поднялся пакеты бегают по monitor traffic вижу PADI пакеты от клиента но PADO к нему не идет. При этом другие абоненты которые работают по старой схеме все авторизуются. Возможно проблема в том что Radius server который описан в access-profile находится в routing-instance но почему тогда через физ. перемычки работает. Подскажите пожалуйста кто имел опыт настройки PWHT Были ли у Вас подобные проблемы и как Вы их решали? Вставить ник 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.