Running remote commands in parallel to IBM RackSwitch(G8052 and G8264) does not work.
Here is the log:
[root@c931mnp01 ~]# xdsh g8264r1 --devicetype EthSwitch::BNT "show vlan"
g8264r1: start SSH session...
[root@c931mnp01 ~]# ssh g8264r1 -l admin
Warning: Permanently added 'g8264r1,XX.XX.XX.XX' (DSA) to the list of known hosts.
Enter password:
IBM Networking Operating System RackSwitch G8264.
RS G8264>
Jan 5 10:14:59 XX.XX.XX.XX NOTICE mgmt: admin(admin) login from host XX.XX.XX.XX
RS G8264>show vlan
VLAN Name Status Ports
1 Default VLAN ena 1 5 9 13 17-64
4095 Mgmt VLAN ena MGT
Fixed this bug with git commit hash num ba21ba for 2.8 and 3b826a for master.
The switch will prompt a line "NOTICE mgmt:..." which cause code matching issue.
Please always put 2.8.4 not just 2.8. It is important later to determine the release it was actually fixed in.