TP-Link P1200-08 User Manual

Configuration Guide
GPON OLT P1200-08
COPYRIGHT & TRADEMARKS
Specifications are subject to change without notice. is a registered trademark of TP-Link Technologies Co., Ltd. Other brands and product names are trademarks or registered trademarks of their respective holders.
No part of the specifications may be reproduced in any form or by any means or used to make any derivative such as translation, transformation, or adaptation without permission from TP-Link Technologies Co., Ltd. Copyright © 2017 TP-Link Technologies Co., Ltd. All rights reserved.
http://www.tp-link.com
I
CONTENTS
1 Intended Audience ....................................................................................................................... 1
1.1 Command Conventions .................................................................................................. 1
1.2 Keyword Operation Conventions ................................................................................... 1
1.3 Symbol Conventions ...................................................................................................... 1
1.4 Terms Conventions ............................................................................ 错误!未定义书签。
1.5 Prompt ................................................................................................ 错误!未定义书签。
2 Overview of the System .............................................................................................................. 3
3 System Access ............................................................................................................................ 3
3.1 Overview ........................................................................................................................ 3
3.2 Console Access .............................................................................................................. 3
3.3 Telnet Access ................................................................................................................. 4
4 Upgrade OLT Version .................................................................................................................. 5
5 Application Example .................................................................................................................... 6
5.1 Data Plan ........................................................................................................................ 7
5.2 Creating the GPON ONT profile .................................................................................... 7
5.3 Add an ONT to OLT ........................................................................................................ 9
5.4 Check ONT Status ........................................................................................................ 10
5.5 Configuring Bridging ONT ............................................................................................ 10
5.6 Configuring service on Gateway ONT ......................................................................... 12
II
Convention
Description
Boldface
The keywords of a command line are in boldface.
Italic
Command arguments are in italics.
[ ]
Items (keywords or arguments) in brackets [ ] are optional.
( x | y | ... )
Optional items are grouped in braces and separated by vertical bars. One item is selected.
[ x | y | ... ]
Optional items are grouped in brackets and separated by vertical bars. One item is selected or no item is selected.
<x-y>
One number from x to y can be selected
$
A line starting with the $ sign is comments.
Convention
Description
String with < >
It is key name. For example, <Enter>, <Tab>, <Backspace>, <a>, <?> etc, it means to press the key button
<Key 1 + Key 2>
It means to press the key at same time. For example < Ctrl+Alt+A> means to press “Ctrl”, “Alt”, “A” button together.
<Key 1 , Key 2>
It means to press the first button, then release, and press the second button. For example < Alt, F> means to press “Alt” first, then release “Alt” button, and then press “A” button.
1 Intended Audience
This document helps to learn configuration procedures of various services of TP-Link P1200-08 GPON OLT.
1.1 Command Conventions
The command conventions that may be found in this document are defined as follows.
1.2 Keyword Operation Conventions
1.3 Symbol Conventions
The symbols that may be found in this document are defined as follows.
1
This warning symbol means danger. You are in a situation that could cause bodily injury or broke the equipment. Before you work on any equipment, be aware of the hazards involved with electrical circuitry and be familiar with standard practices for preventing accidents by making quick guide based on this guide.
Indicates a hazard with a high level of risk, which if not avoided, it will result in death or serious injury on human body.
Provides additional information to emphasize or supplement important points of
the main text.
2
2 Overview of the System
This section describes each of the devices in our GPON environment. The GPON FTTx system is an all-optical, fiber-to-the-x system that can deliver triple-play services such as data, voice, video to residential and business subscribers.
The GPON FTTx system consists of the following network components. Optical Line - the optical line termination unit, located in the central office and provide GPON
interface for access service.
The model number is P1200-08 Optical Network Terminals - the optical network terminal located at the subscriber premises.
The model numbers are:
TX-6610, GPON SFU with 1 GE port TX-6961, 300Mbps Wireless N GPON Router TX-VG1530, 300Mbps Wireless N GPON HGU with VoIP XR500v, AC1200 Wireless GPON HGU with VoIP
Optical passives
PLC passive splitters FWDM for 1550nm video overlay GPON
3 System Access
3.1 Overview
The CLI of OLT can be used via local terminal connection or a remote session using Telnet. The OLT supports three methods users to use CLI to do the configuration:
1 Local access to the OLT through the RS232 console port on front panel. 2 Dedicated local Telnet connection to the OLT by using the management port on OLT front
panel (outband interface).
3 Remote access over the provider’s Ethernet/IP network by using Telnet. Therefore, an inband
management channel, i.e., a specific management VLAN has to be configured.
3.2 Console Access
OLT provides a RJ45 type console interface marked as “CONSOLE”. Console access requires:
Console cable: RJ45-to-DB9 console cable. Terminal emulation software: HyperTerminal, or some other tools with the same function.
The console cable is connected between the serial port of the host and the console port on the device. Most computers and notebooks no longer include built-in serial ports. If the host does not have a serial port, you can use a USB-to-RS232 convertor to expand a serial port for your
3
computer.
Run a VT terminal emulation software (e.g. HyperTerminal) with the attributes Band Rate: 9600 Data Bit:8 Parity Check: NO Stop Bit: 1 Flow Control: NO When the OLT start up, the terminal program will display the login prompt automatically. Access the OLT as follows: 1After starting the terminal session, the login prompt is displayed: OLT>username: 2Enter the username and the password to move into the User mode. The default username is
“root” and the default password is “admin”. OLT>username: root Password: (entered characters are hidden) OLT> 3To configure and manage the system, enter the enable mode with command enable: OLT>enable OLT#
3.3 Telnet Access
There are two ways for TELNET access. Outband Interface AccessYou should configure your PC IP to 192.168.1.X (Except
192.168.1.100), connect to the MGMT port of OLT with ethernet, login the OLT with the default OLT management IP (Default IP : 192.168.1.100). Default username is root and the password is admin.
Inband Interface AccessYou should login via console, and create a dedicated management VLAN for inband management, assigned an IP address to this interface, add the uplink port which the management PC is connected to this management VLAN. In the following example, the management PC will connect to the GE9 port and access the OLT through VLAN 100.
4
OLT> enable OLT# config OLT(config)# vlan 100 OLT(config)# interface vlanif 100 OLT(interface-vlanif-100)# ip address 192.168.1.99 255.255.255.0 OLT(interface-vlanif-100)# exit OLT(config)# interface ge OLT(interface-ge)# vlan access 9 100 OLT(interface-ge)# exit
4 Upgrade OLT Firmware
For OLT firmware upgrade, you need a FTP server (we use WFTPD as FTP Server in the following example) for FW download. Connects PC with the OLT`s console port, the FTP server connects with MGMT port. FTP default login name and password is admin/admin, FTP server IP set to
192.168.1.222. Checks the FTP server connected well by PING FTP server through the OLT.
FTP server configuration
Security -> User/Rights Security Dialog -> User Name (set to admin) -> Change Password (set to admin) -> Home (choice the file folder of the upgrade software).
5
Use the command “load packetfile ftp server-ip-address user-name user-password filename” in Config Mode to upgrade the OLT as below.
OLT(config)# load packetfile ftp 192.168.1.222 admin admin P1200-08_FW_V1.0.3_151015_1420.img
Broadcast message from root: Upgrade is in process.
File [P1200-08_FW_V1.0.3_151015_1420.img] download .......... OK
File [P1200-08_FW_V1.0.3_151015_1420.img] upgrade .......... OK
5 Application Example
This section describes basic concepts related to the fiber to the home (FTTH) solution from the user side to the network side in FTTH networking using PON transmission.
We will give two examples of the configuration. One is layer 2 configuration, another is the layer 3 configuration.
6
Loading...
+ 18 hidden pages