Skip to content

MOTD with # at the end of a line breaks login #11

@nicoonline

Description

@nicoonline

Hello,

I managed to upgrade our server and i tested your module.
Do you manage the Pause on the Cisco devices.

I setup a simple test:
$router = new CiscoRouter('Ipaddress', 'user', 'pasword,'ssh');
$router->connect();
$router->enable('enable');
$config = $router->exec('show run');
$router->disconnect();
echo $config;

I checked on router a i see the login but nothing happened on my terminal :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions