You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to access a Juniper Router
This is an output of a successful connection:
**************************************************************************************
NOTICE TO USERS
WARNING: YOU ARE LOGGED IN A XXX XXX SYSTEM. ALL INFORMATION IN THIS
SYSTEM IS CONFIDENTIAL. USE OF THIS SYSTEM BY ANY USER, AUTHORIZED OR
UNAUTHORIZED, CONSTITUTES EXPRESS CONSENT TO THIS MONITORING.
To protect the system from unauthorized use and to ensure that the system is
functioning properly, activities on this system are monitored and recorded
and subject to audit. Use of this system is expressed consent to such
monitoring and recording. Any unauthorized access or use of this Automated
Information System is prohibited and could be subject to criminal and civil
penalties.
.......................
ADVERTENCIA: ESTA A PUNTO DE INGRESAR A UN SISTEMA DE XXX XXX. TODA LA
INFORMACION QUE SE ENCUENTRA EN ESTE SISTEMA ES CONFIDENCIAL. EL USO DE ESTE
SISTEMA POR CUALQUIER USUARIO, AUTORIZADO O NO, CONSTITUYE UN CONSENTIMIENTO
EXPRESO PARA SER MONITOREADO.
Para proteger este sistema de uso no autorizado y asegurar su buen
funcionamiento, todas las actividades estßn siendo monitoreadas y almacenadas
para efecto de auditoria. Cualquier acceso no autorizado y/o uso inadecuado
de este sistema estß prohibido y puede ser causa de acciones penales.
*************************************************************************************
HOSTNAME (ttyp0)
login: username
Password:
--- JUNOS 10.4R3.4 built 2011-03-19 21:36:24 UTC
{master}
username@HOSTNAME>
I am trying to access a Juniper Router
This is an output of a successful connection:
This is the code I'm using:
This is what I get when I var_dump the buffer:
var_dump($resp);
var_dump($resp1);
var_dump($resp2);
var_dump($resp3);
var_dump($resp4);
for some reason the first variables don't show me the server's response #
The text was updated successfully, but these errors were encountered: