mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
disable prompt timestamps upon successful connection to iosxr
This commit is contained in:
@@ -55,7 +55,8 @@ class Cli(CliBase):
|
|||||||
|
|
||||||
def connect(self, params, **kwargs):
|
def connect(self, params, **kwargs):
|
||||||
super(Cli, self).connect(params, kickstart=False, **kwargs)
|
super(Cli, self).connect(params, kickstart=False, **kwargs)
|
||||||
self.shell.send('terminal length 0')
|
self.shell.send(['terminal length 0',
|
||||||
|
'terminal exec prompt no-timestamp'])
|
||||||
|
|
||||||
### implementation of netcli.Cli ###
|
### implementation of netcli.Cli ###
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user