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 с220 v1 GPON

Preset for ONU you want to register on this OLT

// ZTE с220 v1 GPON Preset
interface  {{onu.port_interface}} 
onu {{onu_number}} type {{onu_type.value}} mac {{onu.mac_address | split:"."}} ip-cfg static
!
interface  {{onu.onu_interface}} 
property description {{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 disable 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
PreviousPresets for ONUNextZTE с320/300 v1 GPON

Last updated 1 year ago