=====Настройка Huawei MA56XX===== ====Создание юзера.==== terminal user name 1. Вводим имя пользователя (abills).\\ 2-3 . Вводим пароль (secrete).\\ 4. Делаем его администратором (3).\\ 5. Разрешаем 4 одновременных подключений (4).\\ ====Настройка snmp community==== community должно быть таким же как и пароль ранее созданоого юзера. snmp-agent community write [secrete] ====Создаем dba-profile==== dba-profile add profile-id 10 profile-name "1G" type4 max 1024000 ====Создаём универсальный "ont-srvprofile"==== ont-srvprofile gpon profile-id 100 profile-name "ALL" ont-port pots adaptive eth adaptive port vlan eth 1 transparent commit quit ====Создаем "ont-lineprofile"==== ont-lineprofile "ONU" для всех онушек с одним untagget vlan.\\ Vlan 101 это тег влана который мы передаем клиенту.\\ После добавления онушки создается service-port\\ в котором делается подмена tag. vlan[source] to vlan101. ont-lineprofile gpon profile-id 100 profile-name "ONU" tcont 4 dba-profile-id 10 gem add 1 eth tcont 4 gem mapping 1 1 vlan 101 commit quit ont-lineprofile "TRIPLE-TLAY" для онушек которые способны принять более одной услуги.\\ ^Vlan 101 |Сервис INTERNET| ^Vlan 102 |Сервис TR-069 + VOIP| ^Vlan 103 |Сервис IPTV | После добавления онушки создается\\ минимум два сервис порта (INTERNET + TR-069)\\ Сервис порт под IPTV опционально. vlan[INTERNET] to vlan101.\\ vlan[TR-069 + VOIP] to vlan102.\\ vlan[IPTV] to vlan103.\\ ont-lineprofile gpon profile-id 200 profile-name "TRIPLE-PLAY" tr069-management enable tcont 4 dba-profile-id 10 gem add 1 eth tcont 4 gem add 2 eth tcont 4 gem add 3 eth tcont 4 gem mapping 1 1 vlan 101 gem mapping 2 1 vlan 102 gem mapping 3 1 vlan 103 commit quit ====Создаем вланы==== Восемь вланов для каждого передатчика.\\ vlan 1000 to 1007 smart Навешиваем их на входящий порт.\\ port vlan 1000 to 1007 0/9 0 ====Настройки DHCP==== **Настройка формата опции** raio-format dhcp-option82 cid xpon "anid/frame/slot/port:ontid/xci" raio-mode user-defined dhcp-option82 raio-anid "010203040506" #Указываем мак адрес головы (без разделителей). pitp enable pmode **Включаем опцию 82** dhcp option82 enable **Если DHCP запросы релеятся юникастом на IP адрес сервера.** dhcp mode layer-3 standard dhcp-server 0 ip 10.10.10.1 dhcp relay-interface src-ip send dhcp relay-interface relay-agent send ====Настройки Vlanif==== interface vlanif 1000 ip address 10.10.100.2 24 #Обязательно прописать хоть какой нибудь IP. dhcp-server 0 quit И так для каждого влана (меняем только IP). ====Auto Save==== autosave interval on autosave interval 60 autosave time 05:00:00 autosave interval configuration 20 autosave type all