EasyPON documentation
  • How to install EasyPON
    • 🍥Guide for Debian 11
      • Install EasyPON
      • Upgrade EasyPON
      • Repair EasyPON installation
      • Access EasyPON
    • 🐳Docker compose installation guide
      • Automatic Docker compose installation
      • Upgrading Docker compose build
      • Repair Docker compose build
      • Manual Docker compose installation
      • Access EasyPON in Docker
  • Access & Management
    • Login page
    • User Profile
    • Permissions
    • Users
    • Periodic Tasks
    • Integration
  • OLT workspace
    • Actions on the OLT
    • OLT information
    • Port Migrations
  • ONU configuration features
    • Presets for ONU
      • ZTE с220 v1 GPON
      • ZTE с320/300 v1 GPON
      • ZTE с320/300 v2 GPON
    • Actions for ONU
    • Macros list
  • ONU workspace
    • ONU registration
    • ONU search
    • All ONU
    • ONU detailed info
    • ONU Filmware versions
    • Duplicated ONU
    • ONU command line interface
  • Building workspace
    • All buildings
    • Building
  • Event log
  • Dashboard
  • Switch
  • Reports
  • 📔EasyPON Information
    • Supported hardware
    • ONU functions
    • OLT functions
    • Release History
  • ❔FAQ
Powered by GitBook
On this page
  1. ONU configuration features
  2. Presets for ONU

ZTE с320/300 v1 GPON

Preset for ONU you want to register on this OLT

PreviousZTE с220 v1 GPONNextZTE с320/300 v2 GPON

Last updated 1 year ago

To start, you need to describe OLT profiles:

gpon     
  profile tcont UP-1000Mb type 4 maximum 1024000
  profile traffic DOWN-1000Mb sir 1024000 pir 1024000
!
onu-profile gpon line 1000mb
  fec upstream
  tcont 1 name T-INET profile UP-1000Mb
  gemport 1 name G-INET tcont 1
  gemport 1 traffic-limit downstream DOWN-1000Mb 
!
pon
onu-profile gpon remote standart
  gemport 1 flow 1
!

Then add this preset to the in EasyPON and start to use it while registering ONU.

interface  {{onu.port_interface}} 
onu  {{onu_number}}  type {{onu_type.value}}  sn  {{onu.serial_number}} 
onu {{onu_number}} profile  line 1000mb remote standart
!
interface  {{onu.onu_interface}} 
name {{input_params.name}}
switchport mode trank vport 1
switchport vlan {{input_params.vlan}}  tag vport 1
port-location sub-option remote-id enable vport 1
dhcp-option82 enable vport 1
dhcp-option82 trust true keep vport 1
!
pon-onu-mng  {{onu.onu_interface}} 
vlan port eth_0/1 mode tag vlan  {{input_params.vlan}}
dhcp-ip ethuni eth_0/1 from-internet
Preset list