Forum Discussion
James_48285
Nov 21, 2011Nimbostratus
Using plink with BIG-IP Version 10.2.1 297.0
I was trying to automate sending commands to bip ip for troubleshooting. When i try and log in i get the following error BIG pipe parsing error: 012e0008:3: The requested command (b node) is invalid....
JCohen
Nov 21, 2011Ret. Employee
James,
With your options being bigpipe shell, tmsh, or disabled, you must be authenticating as a remote user and not a local user on the BigIP. When the user is a local BigIP user you also have an "Advanced shell" option. Advanced shell = bash.
Drop the 'b' from the beginning of your command.
user@host:~/dowloads$ ./plink -ssh -l admin1 172.24.18.31 -pw admin1 "b node list"
BIGpipe parsing error:
012e0008:3: The requested command (b node) is invalid
user@host:~/dowloads$ ./plink -ssh -l admin1 172.24.18.31 -pw admin1 "node list"
node 10.2.63.41 {}
node 10.2.63.42 {}
Jason
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects