Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

294
Visualizações
When using telnet client, after using .exec command, I want to press enter key, but don't know how to do this

I am trying to connect to a router that is running on gns3 using telnet. After successful connection i want to execute some commands and want to press enter key after each command.

here is my code:

const myFunc = async () => {
  const connection = new Telnet();

  // these parameters are just examples and most probably won't work for your use-case.
  const params = {
    host: "localhost",
    port: 5000,
    shellPrompt: ">", // or negotiationMandatory: false
    timeout: 1500,
  };

  try {
    await connection.connect(params);
  } catch (error) {
    // handle the throw (timeout)
    console.log(`error: ${error}`);
  }

  const res = await connection.exec("enable");

  //here i want to press enter key

  const res1 = await connection.exec("show running-config", {
    shellPrompt: "#",
  });
  
  //here i want to press enter key
  console.log(`res1: ${res1}`);
};

After running this code, it successfully connects to router and then run the first command enable.

enter image description here

But it is not sending the enter key that why i receive the error:

enter image description here

Please guide me, how to resolve the issue.

about 4 years ago · Juan Pablo Isaza
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda