Para configurar un channel para un client (operadora):
Escribe un nombre para el channel, mantener APG 40(AXE) Y TCP/IP(SSH).
Tienes que tener Host name es lo IP do RSG (ERICSSON) y la port usamos general =22
Si necesitas más de una ventana para lo mismo channel, puedes hacer clone de él:
Después que estás con channel listo, puedes hacer una macro para conectarse en el client
(operadora) para no necesitar enviar comando por comando como así:
Estás haciendo un tunnel para la conexión:
***************************
*** SSH2 Protocol login ***
***************************
login name: edbarcm user para conectarse ao RSG ---- tienes que ver con su jefe o puedes tener uno para
todos ustedes. No sé como es ahí en México. Acá usamos uno para todos nosotros.
edbarcm's password: password para conectarse ao RSG
Last login: Fri Jun 15 19:27:03 2012 from 146.250.103.61
****USAGE WARNING****
These computer resources, specifically Internet access and E-mail, are
provided for authorized users only. For legal, security and cost
reasons, utilization and access of resources are monitored and
recorded in log files.
All information (whether business or personal) that is created,
received, downloaded, stored, sent or otherwise processed can be
accessed, reviewed, copied, recorded or deleted by Ericsson, in
accordance with approved internal procedures, at any time if deemed
necessary or appropriate, and without advance notice.
Any evidence of unauthorized access or misuse of Ericsson resources
may result in disciplinary actions, including termination of
employment or assignment, and could subject a user to criminal
prosecution.
Your use of Ericsson's computer resources constitutes your consent to
Ericsson's Policies and Directives, including the provisions stated
above.
IF YOU ARE NOT AN AUTHORIZED USER, PLEASE EXIT IMMEDIATELY.
RSG 8.1 Copyright (c) 2000-2011 Ericsson AB
Run help to get a list of available commands
egw > ssh tim
Connecting to tim as user edbarcm
Password:
Last login: Fri Jun 15 16:34:07 2012 from egwb
****USAGE WARNING****
This is a private RSG access computer system. This computer system, including
all related equipment, networks, and network devices (specifically including
Internet access) are provided only for authorized use. This computer system
may be monitored for all lawful purposes, including to ensure that its use
is authorized, for management of the system, to facilitate protection against
unauthorized access, and to verify security procedures, survivability, and
operational security. Monitoring includes active attacks by authorized
entities to test or verify the security of this system. During monitoring,
information may be examined, recorded, copied and used for authorized purposes.
All information, including personal information, placed or sent over this
system may be monitored. Use of this computer system, authorized or
unauthorized, constitutes consent to monitoring of this system.
Unauthorized use may subject you to legal actions. Evidence of unauthorized
use collected during monitoring may be used for administrative, criminal, or
other adverse action. Use of this system constitutes consent to monitoring for
these purposes.
RSG 8.1 Copyright (c) 2000-2011 Ericsson AB
Warning, all your actions are logged!
Run help to get a list of available commands
ssg-timrjo0101 > net 10.192.9.12 10.192.9.12 22 --- ip do OSS da operadora
You don't have any DISPLAY environment variable!
Have you forgot to enable X-forwarding in your ssh-client?
Running an ordinary telnet instead.
Trying 10.192.9.12...
Connected to 10.192.9.12.
Escape character is '^]'.
login: t3135583 user para conectarse ao OSS
Password: password para conectarse ao OSS
Last login: Fri Jun 15 16:31:08 from 10.223.249.4
Oracle Corporation SunOS 5.10 Generic Patch January 2005
t3135583@ossneocs2> cd moshell
t3135583@ossneocs2> ./moshell ABRU01 ------ listo para conectarse ao nodo (RNC, RBS, RXI). ABRU01 es un
RNC acá
Con el MACRO es más fácil porque vay automático:
1-
Debes escriber la MACRO como el print abajo. Debes cambiar sólo las palabras en rojo. La parte en azul
debes quitála :
MACRO ("TIM_WCDMA.cmd", "TIM_WCDMA.WFM");
SetTTY(1);
Send("edbarcm^M");
Expect("edbarcm's password:", 50);
Send("ericsson123^M");
Expect("egw > ", 100);
Send("ssh tim^M");
Expect("Password:", 500);
Send("ericsson123^M");
Expect("ssg-timrjo0101 >", 200);
Send("net 10.192.9.13^M"); 10.192.9.13 --- ip do OSS da operadora
Expect("login:", 1000);
Send("t3135583^M");
Expect("Password:", 50);
Send("mvls1170^M");
Expect("t3135583@ossneocs3>", 50);
Send("cd moshell^M");
SetTTY(0);
Expect("t3135583@ossneocs3>", 50);
Send("./moshell ");
END;
Aquí esta la MACRO:
MACRO ("TIM_WCDMA.cmd", "TIM_WCDMA.WFM");
SetTTY(1);
Send("edbarcm^M");
Expect("edbarcm's password:", 50);
Send("ericsson123^M");
Expect("egw > ", 100
Send("ssh tim^M");
Expect("Password:", 500);
Send("ericsson123^M");
Expect("ssg-timrjo0101 >", 200);
Send("net 10.192.9.13^M");
Expect("login:", 1000);
Send("t3135583^M");
Expect("Password:", 50);
Send("mvls1170^M");
Expect("t3135583@ossneocs3>", 50);
Send("cd moshell^M");
SetTTY(0);
Expect("t3135583@ossneocs3>", 50);
Send("./moshell ");
END;
2-
Mira la carpeta que está la mía. Tienes que salvar en CmdFiles.
Después debes hacer Compile del archivo para poder criar el archivo con extensión .WFM
y usar para la correspondencia con el botton.
Siempre que necesites cambiar un IP, por ejemplo, debes hacer Save y Compile.
Para hacer una asociación de una MACRO con un button:
Add ---- Select MACRO --- Button --- escojer una color --- Open
Select Macro y escoje el archivo que necesitas hacer la asociación ---- Ok
Para hacer run de la macro. Abrir el channel que necesitas conectarse:
En seguida, press el button del cliente y vas run el MACRO automaticamente
Después de MACRO run
Listo para conectarse en un nodo