ZTE Switch Commands

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ZTE switch commands to check when sites are down

Go to omcweb check the link


http://210.212.232.7/omc/ipcon/zte_switch_wise_downcount.php
get the switch & port on which sites are down

login to switch using putty

For P7 switch userbame:bsnlomcr password :b$nlOMCR


For P7p switch userbame:omcr password :omcr

>enable
>zxr10 (password for enable mod)

check concerned interface status


eg: KKD P7 SW2 port gei-0/1/0/12

>show interface brief

check the status of port (all thre status should be up -physical,admin,protocol)

if admin status is down port is manully locked


if physical is down port is not receiving signal

>show mac table | i gei-0/1/0/12

to know mac is reading in port

> show arp | i gei-0/1/0/12


to check arp is resoved

>Ping vrf Abis&IUB <BTS/NODE-B IP> repeat 100

>show optical-inform details rx-power interface gei-0/1/0/12

to know optical power ,it should be <-17dbm

if the command did not work then we have to enable it in switch first

>config t
>interface gei-0/1/0/12
>optical-inform monitor enable
>exit
>exit
then type

>show optical-inform details rx-power interface gei-0/1/0/12

You might also like