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
Currently if there are two commands returned from the command builder, two separate authentication instances are built and the commands sent separately.
It may be worthwhile to keep it this way for speed of execution, however, I believe it is necessary to be able to pass another command.
The value I see is that it should be possible to set the screen length so that a full output is given instead of the output until human intervention is necessary - like tapping the spacebar to continue the output
When an output is longer than the screen length of a device it is commonly known that the device will show a page and then prompt something like "----- More -----", which is when spacebar is usually pressed and the output is continued.
A bypass is usually possible to set the current session to have infinite screen-length.
On Huawei, the command "screen-length 0 temporary" does precisely this.
As the command is device specific it would have to be in the router model php file, however, as initially stated, when an extra command is passed it creates a new session and only passes that command
The text was updated successfully, but these errors were encountered:
Currently if there are two commands returned from the command builder, two separate authentication instances are built and the commands sent separately.
It may be worthwhile to keep it this way for speed of execution, however, I believe it is necessary to be able to pass another command.
The value I see is that it should be possible to set the screen length so that a full output is given instead of the output until human intervention is necessary - like tapping the spacebar to continue the output
When an output is longer than the screen length of a device it is commonly known that the device will show a page and then prompt something like "----- More -----", which is when spacebar is usually pressed and the output is continued.
A bypass is usually possible to set the current session to have infinite screen-length.
On Huawei, the command "screen-length 0 temporary" does precisely this.
As the command is device specific it would have to be in the router model php file, however, as initially stated, when an extra command is passed it creates a new session and only passes that command
The text was updated successfully, but these errors were encountered: