PDA

View Full Version : NodeB IP



electron
2010-12-18, 06:38 PM
Hi Friends,


Can any body please explain by which command in RNC we can get IP of all NodeB ?


Thanks

liuzn
2010-12-19, 01:31 AM
you can get RNC and Nodeb ip in the ipdatabase file !
/opt/e*******/amos/moshell/sitefiles/ipdatabase...

marceloenrique
2010-12-19, 02:22 AM
Saludos Amigos

Quien me puede ayudar a conectarme desde cualquier NodoB NSN hacia otro

Gracias

Marceloenrique

vasili_koslov
2010-12-19, 08:04 PM
Hi Liuzn,

Could you explain please how use ipdatabase file ? I found this ipdatabase exacute program in folder that you say.I run it but any thing is not exist.

nicodrey
2010-12-20, 12:18 AM
You just have to write in your ipdatabase file for all the nodes (RNC / RXI / NodeB):

Alias OamIpadress NodePassword

exemple :
rbs1 192.168.0.1 rbs
rbs2 192.168.0.2 rbs
rnc1 192.168.0.3 rnc

Then running moshell with Alias instead of OamIP.

exemple:
moshell rbs1 instead of moshell 192.168.0.1

This way you don't have to remember the OamIp of all your network.

Cheers