You are on page 1of 4

BASIC CONFIG OLT ZTE C320

1 - Conexion Consola

2 - Passd Default
zxr10

3 - Create Vlan
configure terminal

vlan database

vlan 450 name DATA1

vlan 60 name DATA2

vlan 502 name DATA3

4 - Asign vlan to trunk --- TAG = Trunk --- Untagged/Default = Access/Native


configure terminal

interface gei_1/4/3

switchport mode hybrid

switchport default vlan 60

switchport vlan 502 tag

switchport vlan 450 tag

5 - Create mngt interface


configure terminal

interface vlan 450

ip address 10.18.1.95 255.255.255.0 10.18.1.255


ip route 0.0.0.0 0.0.0.0 10.18.1.25

6 - Setting up Telnet
configure terminal

ip telnet-server enable

username root password 0 1111111xs

enable secret 0 11111111xs

7 - Configuring Time & Date


configure terminal

ntp enable

ntp poll-interval 17

ntp server 10.18.1.6 priority 1

8. CHECKING OLT UPTIME


show system-group

9. CHECKING OLT BOARD


show card

10. CHECKING configure


show running config

11. CHECKING ONU idle to AUTH


show gpon onu uncfg

12.CHECKING ONT STATUS


show gpon onu state gpon-olt_1/4/1:2
13. CHECKING ONT UPTIME AND ONT HISTORY LOGS
sho gpon onu detail-info gpon-onu_1/4/1:2

14. CHECKING ONT POWER


show pon power attenuation gpon-onu_1/4/1:2

15. REBOOT ONT


configure terminal

pon-onu-mng gpon-onu_1/4/1:2

reboot

16. BASIC CONFIG TU AUTH ONU


configure terminal

interface gpon-olt_1/1/4

onu 2 type ALL sn ZTEGC1F10433

interface gpon-onu_1/1/4:2

description TEST-1

sn-bind enable sn

tcont 1 name UPLINK profile 1G

gemport 1 name UPLINK tcont 1

service-port 1 vport 1 user-vlan 100 vlan 100

switchport mode hybrid vport 1

pon-onu-mng gpon-onu_1/1/4:2

service UPLINK gemport 1 vlan 100

wan-ip 1 mode pppoe username test-1 password test-1 vlan-profile UPLINK host 1
vlan port eth_0/1 mode tag vlan 100

vlan port eth_0/2 mode tag vlan 100

vlan port eth_0/3 mode tag vlan 100

vlan port eth_0/4 mode tag vlan 100

vlan port wifi_0/1 mode tag vlan 100

security-mgmt 1 state enable mode forward protocol web

You might also like