Добрый вечер коллеги! Понимаю что тема уже изъезжена, но все же у меня проблема
Используем для авторизации клиентов , PPPoE. Ни iptv не обмена между клиентами нет и не будет. Вообщем , чистый PPPoE.
На доступе DES-3526 Firmware Version : Build 6.00.B60
2 Влана. 1-вый управляющий. 2-ой клиентский.
Нужно разрешить именно в vlan Net-31-80 0x8863 и 0x8864 , остальное все запретить.
DES-3526 Build 6.00.B60
Код:
create access_profile ethernet ethernet_type profile_id 1
config access_profile profile_id 1 add access_id auto_assign ethernet vlan Net-31-80 ethernet_type 0x8863 port 1-26 permit
config access_profile profile_id 1 add access_id auto_assign ethernet vlan Net-31-80 ethernet_type 0x8864 port 1-26 permit
config access_profile profile_id 1 add access_id auto_assign ethernet vlan Net-31-80 port 1-26 deny
Но IP, ARP , DHCP все равно прилетают. НА 3200 серии, все режется. Поправьте пожалуйста , в чем не прав.
DES-3028 firmware Build 2.41.B02
Код:
create access_profile ethernet vlan ethernet_type profile_id 1
config access_profile profile_id 1 add access_id auto_assign ethernet vlan Net-31-80 ethernet_type 0x8863 port 1-28 permit
config access_profile profile_id 1 add access_id auto_assign ethernet vlan Net-31-80 ethernet_type 0x8864 port 1-28 permit
config access_profile profile_id 1 add access_id auto_assign ethernet vlan Net-31-80 port 1-28 deny
Для защиты от поддельных PPPoE , используем сегментацию. На сколько это правильно?