DZS OLT Trouble Shooting Guide v1.6
DZS OLT Trouble Shooting Guide v1.6
APAC SE Team
Email: [email protected]
Tel:(+84)969.187.471
2 1
2
12/11/2020
4 2
4
12/11/2020
Troubleshooting Techniques
TCP/IP , OSI
Top-Down Approach APPLICATION
APPLICATION
model
PRESENTATION
TRANSPORT SESSION
TRANSPORT
INTERNET NETWORK
NETWORK ACCESS
DATA LINK Bottom-Up Approach
PHYSICAL
Troubleshooting Procedures
Define Gather
Analyze Data
Problem Information
Eliminate
Variables
Test Propose
Hypothesis Hypothesis
Determine
Solution
6 3
6
12/11/2020
Troubleshooting Tools
8 4
8
12/11/2020
# Display System Information # Display telnet, tftp, snmp, ftp, radius, ssh
terminal length 0 running status (Enable/Disable) in OLT
show system show service
show version # Display user list in OLT
@show version V8102_System.log show user
show flash # Display current user login status in OLT
show core-dump where
show cpuload # Display current time/date of OLT
show memory show clock
show process # Display current config file list in OLT
# Display Slot System Information show config-list
show slot nos iu all # Show mirror
show slot status iu all show mirror
show slot system all # Show mirror
show slot cpuload iu all show uptime
show slot memory iu all # Display User Privilege Level
# Display system syslog show privilege
show syslog local non-volatile | include system show privilege now
show syslog local non-volatile reverse # Display running config of OLT
# Display all tech-support info of OLT show running-config
tech-support all console
10 5
10
12/11/2020
11
11
12 6
12
12/11/2020
13
13
14 7
14
12/11/2020
15
15
# Display Interface statistics buffer accumulated statistics Non-unicast/Unicast Queue on All Ethernet
Interface; CPU/GPON/10GE Interface.
show interface statistics buffer all non-unicast
show interface statistics buffer all unicast
show interface statistics buffer cpu
show interface statistics buffer gpon [IFPORT]
show interface statistics buffer tengigabitethernet [IFPORT]
# Display Interface statistics on All Ethernet/GPON/10GE Interface
show interface statistics interface all
show interface statistics interface gpon [IFPORT]
show interface statistics interface tengigabitethernet [IFPORT]
# Display Interface statistics of RFC4293 ipv6 on all Ethernet/GPON/10GE Interface.
show interface statistics rfc4293 all
show interface statistics rfc4293 gpon [IFPORT]
show interface statistics rfc4293 tengigabitethernet [IFPORT]
# Display Interface statistics rmon statistics on all Ethernet/GPON/10GE Interface
show interface statistics rmon all
show interface statistics rmon gpon [IFPORT]
show interface statistics rmon tengigabitethernet [IFPORT]
16 8
16
12/11/2020
17
17
18 9
18
12/11/2020
19
19
20 10
20
12/11/2020
21
21
22 11
22
12/11/2020
23
23
24 12
24
12/11/2020
25
25
26 13
26
12/11/2020
27
27
28 14
28
12/11/2020
For example the ONT met issue have ONU ID = 2. The GPON port as below:
Show ONU CLI.txt
GPON 6/1 of OLT V8240 GPON 1/1 of OLT V81xx GPON 1 V58xx
configure terminal configure terminal configure terminal
gpon interface gpon 1/1 gpon
gpon-olt 6/1 gpon-olt 1
show onu active 2 # ONU active information (Link up time, Active status)
show onu info 2 # ONU information (Serial No, Distance, ONU Rx power, Profile name)
show olt mac 2 # ONU mac learning status
show olt mac count 2 # ONU mac learning count
show onu ip-host 2 # ONU ip host status
show onu pppoe status 2 # ONU PPPoE status
show onu detail-info 2 # ONU information
show onu system-status 2 # ONU information
show onu ani optic-module-info 2 # ONU Optical module info
show onu service-mode 2 # ONT Bridge or Route mode
show onu status 2 # ONT Profile Name & Fail Reason
show onu system-account 2 # ONT Web admin/password
29
29
For example the ONT met issue have ONU ID = 2. The GPON port as below:
Show ONU CLI.txt
GPON 6/1 of OLT V8240 GPON 1/1 of OLT V81xx GPON 1 V58xx
configure terminal configure terminal configure terminal
gpon interface gpon 1/1 gpon
gpon-olt 6/1 gpon-olt 1
30 15
30
12/11/2020
Command Description
Verify traffic statistic on the
show interface statistics avg-pkt [PORTS] Shows the traffic statistics of the average packet for
a specified Ethernet port.
31
31
32 16
32
12/11/2020
33
33
34 17
34
12/11/2020
Port Mirroring
Port mirroring is the function of monitoring a designated port. Here, one port to monitor is called monitor port and a port to be
monitored is called mirrored port. Traffic transmitted from mirrored port are copied and sent to monitor port so that user can monitor
network traffic.
The following is a network structure to analyze the traffic by port mirroring. It analyzes traffic on the switch and network status by
configuring Mirrored port and Monitor port connecting the computer, that the watch program is installed, to the port configured as
Monitor port.
35
35
The following is an example of enabling the port mirroring on the port 11 and 12 with the monitoring port 9.
36 18
36
12/11/2020
Mirror diable.
37
37
OLT.V8240[A]> en
OLT.V8240[A]# con t
OLT.V8240[A](config)# interface tengigabitethernet 0/3
OLT.V8240[A](config-if[XE0/3])# switchport mode trunk
OLT.V8240[A](config-if[XE0/3])# switchport trunk allowed vlan all
OLT.V8240[A](config-if[XE0/3])# speed 1000
OLT.V8240[A](config-if[XE0/3])# no shutdown
OLT.V8240[A](config-if[XE0/3])# mirror monitor
OLT.V8240[A](config-if[XE0/3])# interface tengigabitethernet 0/1
OLT.V8240[A](config-if[XE0/1])# mirror direction both
OLT.V8240[A](config-if[XE0/1])# interface tengigabitethernet 0/2
OLT.V8240[A](config-if[XE0/2])# mirror direction both
OLT.V8240[A](config-if[XE0/2])# interface gpon 1/4
OLT.V8240[A](config-if[GPON1/4])# mirror direction both
OLT.V8240[A](config-if[GPON1/4])# exit
OLT.V8240[A](config)# mirror enable
38 19
38
12/11/2020
39
39
40 20
40
12/11/2020
For example:
Mirror packet from source is interface optical-line 0/1 to destination is interface tengigabitethernet 0/12
41
41
42 21
42
12/11/2020
Problem solving
TAC
Support
Close
43
43
22