> For the complete documentation index, see [llms.txt](https://docs.easypon.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.easypon.in/configuration-features/presets/zte-s320-300-v2-gpon.md).

# ZTE с320/300 v2 GPON

Preset for ONU you want to register on this OLT

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 [Preset list](/configuration-features/presets.md) in EasyPON and start to use it while registering ONU.

```
// ZTE с320/300 v2 GPON Preset
interface  {{onu.port_interface}} 
onu {{onu_number}}  type {{onu_type.value}}  sn  {{onu.serial_number}} 
onu {{onu_number}} profile  line 10mb remote standart
!
interface  {{onu.onu_interface}} 
description {{input_params.name}}
switchport mode trunk vport 1
service-port 1 vport 1 user-vlan {{input_params.vlan}} transparent 
!
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
```
