PDA

View Full Version : RBS ping from RNC



jason182
2014-04-26, 06:52 AM
Hi Experts,

How I can ping RBS from RNC and get also the percentage of packet loss ?

- Case 1 : IP Iub / in my case I didn't find Fro from stip command !!! (Fro empty !!!!)

ET Host MOName Lnh Ntp Fro HostIp Vid HIRP IpAccessHostPool/IpAccessSctp
=======================================================================================================================
IPG Et=MS-04-3 MS-4-IuCS 000400 - 10.164.167.193 325 1111 IuCS
IPG Et=MS-04-4 MS-4-Iur 000400 - 10.164.173.193 405 1111 Iur
IPG Et=MS-04-5 MS-4-Iub 000400 46 10.68.142.97 503 1111 Iub MS-06,MS-08,MS-12,MS-15,MS-16,MS-17,MS-18,MS-19,MS-20


- Case 2 : ATM Iub

Regards,
Jason

uchok
2014-05-06, 11:09 PM
are you trying to ping the OAM IP or CP/UP IP of RBS?
If it's CP/UP IP then just use :
acc ipaccesshotet ping

example :
RNCXYZ> pr ipaccesshostet.*iub


===================================================================================
Proxy MO
===================================================================================
9840 IpSystem=1,IpAccessHostEt=ES2-26_Iub-1

===================================================================================
Call action ping on 1 MO. Are you Sure [y/n] ? y


================================================================================================================
Proxy MO Action Nr of Params
=================================================================================================================
9840 IpAccessHostEt=ES2-26_Iub-1 ping 1


Parameter 1 of 1, host (string): 10.1.1.1
>>> Return value = 10.1.1.1 is alive

For percentage of loss I'm sorry I don't know how to get it.

ouedraogo2d
2014-05-07, 12:29 AM
Hi friend.
For paquet lost percentage you just have to make a simple calculate: it is egal to 100 - (paquets received)/(paquets sent).
I thing my response is helpful.
Don't forget to press thanks (repuation, star button).

Mctest
2014-05-07, 05:35 AM
Hi Experts,

How I can ping RBS from RNC and get also the percentage of packet loss ?

- Case 1 : IP Iub / in my case I didn't find Fro from stip command !!! (Fro empty !!!!)

ET Host MOName Lnh Ntp Fro HostIp Vid HIRP IpAccessHostPool/IpAccessSctp
=======================================================================================================================
IPG Et=MS-04-3 MS-4-IuCS 000400 - 10.164.167.193 325 1111 IuCS
IPG Et=MS-04-4 MS-4-Iur 000400 - 10.164.173.193 405 1111 Iur
IPG Et=MS-04-5 MS-4-Iub 000400 46 10.68.142.97 503 1111 Iub MS-06,MS-08,MS-12,MS-15,MS-16,MS-17,MS-18,MS-19,MS-20


- Case 2 : ATM Iub

Regards,
Jason

Hi!Try the command:fro ipaccesshostet and you will get froids per host

consultant
2014-05-08, 04:18 PM
Hi,

FRO is not empty, for Iub is 46:
ET Host MOName Lnh Ntp Fro HostIp Vid HIRP IpAccessHostPool/IpAccessSctp
=======================================================================================================================
IPG Et=MS-04-5 MS-4-Iub 000400 46 10.68.142.97 503 1111 Iub MS-06,MS-08,MS-12,MS-15,MS-16,MS-17,MS-18,MS-19,MS-20

Here is an example of the ping command:
RNCxx> lhsh 000400 EtHostMo_startPing help




$ lhsh 000400
Welcome to OSE Shell ose5.4.
000400> EtHostMo_startPing help
Wrong number of arguments, expected 5, 7 or 9 arguments, but received 2 argument(s)
Command syntax:
EtHostMo_startPing -d <destIpAddr> -h <hostFroId> -c <noPings> -s <pktSize>
..where..
EtHostMo_startPing is mandatory and name of the COLI command
-d <destIpAddr> is mandatory (dotted decimal notation)
-h <hostFroId> is mandatory (integer > 0)
-c <noPings> is optional (default value 4)
-s <pktSize> is optional (default value 56 byte ICMP payload)

Example:
lhsh 000400 EtHostMo_startPing -h 14 -d 10.134.162.193 -c 5 -s 500


br