0% found this document useful (0 votes)
2K views7 pages

OLT ZTE ZXA10 C320 - Linux Snippets

1. The document provides instructions for configuring a ZTE ZXA10 C320 OLT, including adding racks, shelves, cards, and subcards. It also covers configuring the management VLAN, creating users, and enabling services like SNMP, syslog, NTP, and VLANs. 2. Steps are provided to configure QinQ VLAN profiles on the OLT and create an ONU type with associated interfaces for a ZTE F660 WiFi ONU. 3. The configuration also increases the idle timeout values for telnet and console sessions from the default of 3 minutes to 30 minutes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2K views7 pages

OLT ZTE ZXA10 C320 - Linux Snippets

1. The document provides instructions for configuring a ZTE ZXA10 C320 OLT, including adding racks, shelves, cards, and subcards. It also covers configuring the management VLAN, creating users, and enabling services like SNMP, syslog, NTP, and VLANs. 2. Steps are provided to configure QinQ VLAN profiles on the OLT and create an ONU type with associated interfaces for a ZTE F660 WiFi ONU. 3. The configuration also increases the idle timeout values for telnet and console sessions from the default of 3 minutes to 30 minutes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Notes Con gs Links Scripts Bugs

linux snippets
- ! Search...

New Top Discussions Apps Books About Us

Home
Follow @LinuxSnippets

SIMILAR POSTS
GPON(GEPON) OLT LANGUAGES
BDCOM P3310B
English
OLT ELTEX LTP-8X
3g huawei ZTE
Espaol

OLT ZTE ZXA10 C320


Submitted by dragomir on Thu, 07/28/2016 - 15:54
JOIN US!
Registration Code: linux
1. CLI

bits per seconds:9600


data bits:8 NAVIGATION
paritynone
stop bits:1 Top
flow control:none
Contact
2. mng1
10/100 POPULAR TAGS
ZXAN(config)#show interface mng1 3com perl deb dlink-3526
mng running information vlan huawei e1000e bonding
ip address : 136.1.1.100
mask : 255.255.0.0 debian build mysql mount LSI
boot-server : 136.1.1.1 apt netup Adaptec
boot-username : target
/etc/network/interfaces
boot-password : ******
config-filename : startrun.dat 3Ware MegaRAID replication
imgfile-location: local irq kernel freeradius iptables
inband-mac : cc1a.fab1.5b2d
outband-mac : cc1a.fab1.5b2e
ssh mdadm nginx php olt
admin-status : no shutdown Fedora exim4 cisco
performance raid LVM dhcp
rsync dlink quidway dns utm5
3. . apache quagga cacti mikrotik
zxr10 bacula NFS bash storage
************************************************
dpkg
Welcome to ZXAN product C320 of ZTE Corporation
************************************************
USER LOGIN
ZXAN>enable
ZXAN>enable
Username: *
Password:
ZXAN#

Password: *

4. Rack,Shelf Card

ZXAN#conf t Log in
Enter configuration commands, one per line. End with CTRL/Z.
ZXAN(config)#add-rack rackno 1 racktype C320Rack Log in using OpenID
ZXAN(config)#show rack
Rack RackType SupShelfNum CfgShelfNum
------------------------------------------------------------------- Create new account
1 C320Rack 1 0 Request new password
ZXAN(config)#add-shelf rackno 1 shelfno 1 shelftype C320_SHELF
ZXAN(config)#show shelf
Rack Shelf ShelfType ConnectId CleiCode Seria
-------------------------------------------------------------------
1 1 C320_SHELF 0 UnKnowCleiCode

ZXAN(config)#show card
Rack Shelf Slot CfgType RealType Port HardVer SoftVer St
-------------------------------------------------------------------
1 1 1 GTGOG N/A 120301 V1.2.5P2 HW
1 1 3 SMXA SMXA 3 110702 V1.2.5P2 IN
1 1 4 SMXA SMXA 3 110702 V1.2.5P2 ST

ZXAN(config)#show subcard
Rack Shelf Slot Sub CfgType RealType Status
-------------------------------------------------------------------
1 1 3 1 UCDC/1 HWONLINE
1 1 4 1 UCDC/1 HWONLINE

ZXAN(config)#add-subcard rackno 1 shelfno 1 slotno 3 subcardno 1 UC


ZXAN(config)#show subcard
Rack Shelf Slot Sub CfgType RealType Status
-------------------------------------------------------------------
1 1 3 1 UCDC/3 UCDC/1 HWONLINE
1 1 4 1 UCDC/1 HWONLINE

ZXAN(config)#show card
Rack Shelf Slot CfgType RealType Port HardVer SoftVer St
-------------------------------------------------------------------
1 1 1 GTGOG N/A 120301 V1.2.5P2 HW
1 1 3 SMXA SMXA 3 110702 V1.2.5P2 IN
1 1 4 SMXA SMXA 3 110702 V1.2.5P2 ST

ZXAN(config)#add-card rackno 1 shelfno 1 slotno 1 GTGO


ZXAN(config)#show card
Rack Shelf Slot CfgType RealType Port HardVer SoftVer St
-------------------------------------------------------------------
1 1 1 GTGO GTGOG 8 120301 V1.2.5P2 HW
1 1 3 SMXA SMXA 3 110702 V1.2.5P2 IN
1 1 4 SMXA SMXA 3 110702 V1.2.5P2 ST

5. 5
gei_1/3/1
GE/FE
gei_1/3/3 GE/FE,

ZXAN(config)#interface gei_1/3/1
ZXAN(config-if)#switchport vlan 5
ZXAN(config)#exit
ZXAN(config)#interface gei_1/3/3
ZXAN(config-if)#switchport vlan 5
ZXAN(config)#exit
ZXAN(config)#interface vlan5
ZXAN(config-if)#ip address 10.5.0.168 255.255.255.0 10.5.0.255

6.

ZXAN(config)#show username
Username Password Privilege Max-s
zte zte supervisor 16
ZXAN(config)#no username zte
ZXAN(config)#service password-encryption
ZXAN(config)#username admin password <password> max-sessions 16 pri
ZXAN(config)#show username
Username Password Privilege Max-s
admin ZVn7V4RwzkQn4e+tM8+dcw== supervisor 16

7. SNMP

ZXAN(config)#snmp-server community public view allview ro

8. syslog

ZXAN(config)#syslog-server host 10.5.0.250

9. NTP time-zone

ZXAN(config)#show ntp config


NTP: disabled
authenticate: disabled
alarm-threshold: 7
ntp poll-interval: 300
ntp master: disable
ZXAN(config)#ntp enable
ZXAN(config)#ntp server 10.5.0.254
ZXAN(config)#clock timezone moskow 3
ZXAN(config)#show ntp status
Clock is synchronized.
stratum is 3
reference is 10.5.0.254
reference time is:
13:23:02 Fri Jul 29 2016 moskow
clock offset is 1.27
delay is 17.82
root dispersion is 41.55
peer dispersion is 0.02
server in use is 10.5.0.254

10. , IPTV, ONU


ZXAN(config)#vlan 400
ZXAN(config-vlan)#name iptv
ZXAN(config)#vlan 168
ZXAN(config-vlan)#name inet
ZXAN(config)#vlan 7
ZXAN(config-vlan)#name onu

ZXAN(config)#interface gei_1/3/1
ZXAN(config-if)#switchport vlan 7,168,400 tag
ZXAN#show vlan port gei_1/3/1
PortMode Pvid CPvid Tpid/mode TLSStatus TLSVlan
-------------------------------------------------
hybrid 1 0 0x8100/PORT disable 0
UntaggedVlan:

TaggedVlan:
5,7,168,400
ZXAN#show vlan port gei_1/3/3
PortMode Pvid CPvid Tpid/mode TLSStatus TLSVlan
-------------------------------------------------
hybrid 1 0 0x8100/PORT disable 0
UntaggedVlan:

TaggedVlan:
5,7,168,400

11.

ZXAN(config)# interface gpon-olt_1/1/1


ZXAN(config-if)#uncfg-onu-aging-time 30
ZXAN(config-if)#discover-period new-onu 10 miss-onu 20

12. 3 30

ZXAN(config)#line telnet idle-timeout 30


ZXAN(config)#line console idle-timeout 30

12.

13.

14. vlan qinq

ZXAN(config-gpon)#onu profile vlan VLAN-INET-P1 tag-mode tag cvlan


ZXAN(config-gpon)#onu profile vlan VLAN-INET-P2 tag-mode tag cvlan
ZXAN(config-gpon)#onu profile vlan VLAN-INET-P3 tag-mode tag cvlan
ZXAN(config-gpon)#onu profile vlan VLAN-INET-P4 tag-mode tag cvlan
ZXAN(config-gpon)#onu profile vlan VLAN-INET-P5 tag-mode tag cvlan
ZXAN(config-gpon)#onu profile vlan VLAN-INET-P6 tag-mode tag cvlan
ZXAN(config-gpon)#onu profile vlan VLAN-INET-P7 tag-mode tag cvlan
ZXAN(config-gpon)#onu profile vlan VLAN-INET-P8 tag-mode tag cvlan

15.

ZXAN(config-pon)onu-type ZTE-F660-WIFI gpon description 4ETH,2POTS,


ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI eth_0/1
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI eth_0/2
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI eth_0/3
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI eth_0/4
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI pots_0/1
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI pots_0/2
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI wifi_0/1
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI wifi_0/2
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI wifi_0/3
ZXAN(config-pon)#onu-type-if ZTE-F660-WIFI wifi_0/4

16.

ZXAN(config)# interface gpon-olt_1/1/1


ZXAN(config-if)#uncfg-onu-aging-time 30
ZXAN(config-if)#discover-period new-onu 10 miss-onu 20


1.

ZXAN#show gpon onu uncfg


OnuIndex Sn State
-------------------------------------------------------------------
gpon-onu_1/1/1:1 ZTEGC101A6B0 unknown

2.

ZXAN#show gpon onu state gpon-olt_1/1/1


OnuIndex Admin State OMCC State O7 State Phase
-------------------------------------------------------------------
gpon-onu_1/1/1:1 enable enable operation worki
gpon-onu_1/1/1:2 enable enable operation worki
ONU Number: 2/2

3.
.

ZXAN#conf t
ZXAN(config)#interface gpon-olt_1/1/1
ZXAN(config-if)#onu 3 type ZTE-F660-WIFI sn ZTEGC101A6B0
.[Successful]

4.

ZXAN(config-if)#show gpon onu state


OnuIndex Admin State OMCC State O7 State Phase
-------------------------------------------------------------------
gpon-onu_1/1/1:1 enable enable operation worki
gpon-onu_1/1/1:2 enable enable operation worki
gpon-onu_1/1/1:3 enable enable operation worki
5. line remote

ZXAN(config-if)#onu 3 profile line inet-tv remote R-P1-F660-I-TV34


.%Code 33937-GPONRM : Profile is used, can not modify or delete.

6. -

ZXAN(config)#interface gpon-onu_1/1/1:3
ZXAN(config-if)#service-port 1 vport 1 user-vlan 101 vlan 101 svlan
ZXAN(config-if)#service-port 2 vport 2 user-vlan 400 vlan 400

7. pppoe omci

ZXAN(config)#pon-onu-mng gpon-onu_1/1/1:3
ZXAN(gpon-onu-mng)#wan-ip 1 mode pppoe mode auto username 111 passw
ZXAN(gpon-onu-mng)#pppoe 1 nat enable user 111 password 111

8.

ZXAN(config)#igmp mvlan 400 receive-port gpon-onu_1/1/1:3 vport 2

19.

20.

ZXAN(config)#show gpon onu detail-info gpon-onu_1/1/1:2

ONU interface: gpon-onu_1/1/1:2


Name: ONU-1:2
Type: ZTE-F660_WIFI
State: ready
Admin state: enable
Phase state: working
Authentication mode: sn
SN Bind: enable with SN check
Serial number: ZTEGC1028671
Password:
Device ID:
Description: ONU-1:2
Vport mode: gemport
DBA Mode: Hybrid
ONU Status: enable
OMCI BW Profile: enable
Line Profile: 1000mb
Service Profile: TEST
Alarm Profile: N/A
Performance Profile: N/A
ONU Distance: 4m
Online Duration: 0h 02m 02s
FEC: upstream
------------------------------------------
Authpass Time OfflineTime Cause
1 2016-08-01 14:42:48 2016-08-01 14:44:36 LOSi
2 2016-08-01 14:44:45 2016-08-01 14:46:36 LOSi
3 2016-08-01 14:46:47 2016-08-01 14:48:36 LOSi
4 2016-08-01 14:48:45 2016-08-01 14:50:36 LOSi
5 2016-08-01 14:50:46 2016-08-01 14:52:36 LOS
6 2016-08-01 14:52:45 2016-08-01 14:54:36 LOSi
7 2016-08-01 14:54:46 2016-08-01 14:56:36 LOSi
8 2016-08-01 14:58:06 0000-00-00 00:00:00
9 0000-00-00 00:00:00 0000-00-00 00:00:00
10 0000-00-00 00:00:00 0000-00-00 00:00:00

olt zte note

Login or register to post comments


This is helpful 106

COMMENTS
!
Submitted by gefan on Wed, 09/13/2017 - 13:50.

!
,ACL ,
. ?
.

Login or register to post comments


Submitted by dragomir on Thu, 10/12/2017 - 17:45.

? ?

Login or register to post comments

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy