LTP 8x Rev B + NTP-2 (Режим IPoE)
Добавлено: 23 апр 2017 21:36
Добрый день.
Пытаюсь подружить LTP и NTP-2c/NTU-2v для работы в режиме IPoE.
Используется vlan 806 на LTP
Создан профиль cross connect
configure terminal
profile cross-connect "INET"
description "INET"
outer vid "806"
user vid "806"
exit
+ management
configure terminal
profile cross-connect "MANAGEMENT"
outer vid "4094"
type "management"
exit
Добавлена тестовая ОНТ
configure terminal
interface ont 0/44
description "TEST_ROUTER"
serial "454C54585F018D9C"
service 0 profile cross-connect "INET"
service 0 profile dba "dba-00"
service 4 profile cross-connect "MANAGEMENT"
service 4 profile dba "dba-00"
profile management "management-01"
exit
+ Написан ACS (поднимается локально на LTP)
add profile "INET_ROUTED"
profile "INET_ROUTED"
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.DHCPServerEnable" "1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.DomainName" "HomeLAN" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.Enable" "1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.IPInterfaceAddressingType" "Static" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.IPInterfaceIPAddress" "192.168.1.1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.IPInterfaceSubnetMask" "255.255.255.0" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPRouters" "192.168.1.1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.MaxAddress" "192.168.1.254" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.MinAddress" "192.168.1.2" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.SubnetMask" "255.255.255.0" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.AddressingType" "DHCP" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.ConnectionType" "IP_Routed" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.Enable" "1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.Name" "IPoE" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.NATEnabled" "1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_ConnectionId" "2" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_FirewallEnabled" "1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_IfName" "veip0.1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_VlanMuxID" "806" nocheck
set property "InternetGatewayDevice.X_BROADCOM_COM_EthernetSwitch.EnableVirtualPorts" "true" nocheck
set property "InternetGatewayDevice.X_BROADCOM_COM_NetworkConfig.DNSIfName" "veip0.1" nocheck
exit
ну и естественно сделано:
add ont "454C54585F018D9C" profile="INET_ROUTED" hardware="NTU-2V"
add user "TEST" pon_serial="454C54585F018D9C"
Приставка получает IP адрес но похоже, что не работает NAT
Локально tracert упирается в 192.168.1.1. Через WEB приставка делает пинг и трассировку в интернет.
Прошу помощи
Пытаюсь подружить LTP и NTP-2c/NTU-2v для работы в режиме IPoE.
Используется vlan 806 на LTP
Создан профиль cross connect
configure terminal
profile cross-connect "INET"
description "INET"
outer vid "806"
user vid "806"
exit
+ management
configure terminal
profile cross-connect "MANAGEMENT"
outer vid "4094"
type "management"
exit
Добавлена тестовая ОНТ
configure terminal
interface ont 0/44
description "TEST_ROUTER"
serial "454C54585F018D9C"
service 0 profile cross-connect "INET"
service 0 profile dba "dba-00"
service 4 profile cross-connect "MANAGEMENT"
service 4 profile dba "dba-00"
profile management "management-01"
exit
+ Написан ACS (поднимается локально на LTP)
add profile "INET_ROUTED"
profile "INET_ROUTED"
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.DHCPServerEnable" "1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.DomainName" "HomeLAN" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.Enable" "1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.IPInterfaceAddressingType" "Static" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.IPInterfaceIPAddress" "192.168.1.1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPInterface.1.IPInterfaceSubnetMask" "255.255.255.0" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.IPRouters" "192.168.1.1" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.MaxAddress" "192.168.1.254" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.MinAddress" "192.168.1.2" nocheck
set property "InternetGatewayDevice.LANDevice.1.LANHostConfigManagement.SubnetMask" "255.255.255.0" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.AddressingType" "DHCP" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.ConnectionType" "IP_Routed" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.Enable" "1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.Name" "IPoE" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.NATEnabled" "1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_ConnectionId" "2" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_FirewallEnabled" "1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_IfName" "veip0.1" nocheck
set property "InternetGatewayDevice.WANDevice.1.WANConnectionDevice.1.WANIPConnection.1.X_BROADCOM_COM_VlanMuxID" "806" nocheck
set property "InternetGatewayDevice.X_BROADCOM_COM_EthernetSwitch.EnableVirtualPorts" "true" nocheck
set property "InternetGatewayDevice.X_BROADCOM_COM_NetworkConfig.DNSIfName" "veip0.1" nocheck
exit
ну и естественно сделано:
add ont "454C54585F018D9C" profile="INET_ROUTED" hardware="NTU-2V"
add user "TEST" pon_serial="454C54585F018D9C"
Приставка получает IP адрес но похоже, что не работает NAT
Локально tracert упирается в 192.168.1.1. Через WEB приставка делает пинг и трассировку в интернет.
Прошу помощи