___________________________________________________________________________
_______________________________________________________________________________
LTP-8X optical line terminal
45
13.3
ACSD and DHCPD Configuration
The terminal has an integrated autoconfiguring (provisioning) server (ACS)
1
. To provide the interaction
between OLT and ONT, last of them should obtain ip-addresses for their management-interfaces. the
integrated DHCP server solves this task. Both servers are linked and can not work separately.
13.3.1
ACSD configuration
Step 1.
Switch to the
configure
view
.
LTP-8X# configure terminal
Step 2.
Turn on ACS server with
ip acs server enable
command.
LTP-8X# configure terminal
Step 3.
Configure ip and vlan of the interface which the server will use
LTP-8X(config)# ip acs server ip 192.168.200.9
LTP-8X(config)# ip acs server mask 255.255.255.0
LTP-8X(config)# ip acs server vid 200
Step 4.
If needed, you can use
https
protocol
LTP-8X(config)# ip acs server scheme https
Step 5.
Configure login and password to be used for access ONT to ACS
LTP-8X(config)# ip acs server login acs
LTP-8X(config)# ip acs server password acsacs
13.3.2
DHCPD configuration
Step 1.
Turn on DHCP server with
ip acs server enable
command.
LTP-8X(config)# ip dhcp server enable
Step 2.
Configure the ip addresses range with
ip dhcp server range <start.ip> <end.ip>
command.
LTP-8X(config)# ip dhcp server range 192.168.200.10 192.168.200.150
Step 3.
Configure the lease time with
ip dhcp server lease time
command.
LTP-8X(config)# ip dhcp server lease-time 3600
Step 4.
Configure the option 43 to make ONTs use URL to connect to ACS server with
ip dhcp server option-43
command.
1
Actual for rev.B and rev.C boards only