Multiple telnet zconsole consoles on BL2600

Hi,

I am using zconsole to create a telnet console with custom commands. This works great. Now i would like to create the possibility to have 2 zconsole telnet consoles. For example a telnet console on port 23 and one on 24. Is this possible with the BL2600??

The following does not seem to work and it seems only 1 zconsole telnet IO stream is supported.

const ConsoleIO console_io[] =
{
//CONSOLE_IO_SERC(57600),
CONSOLE_IO_TELNET(23),
CONSOLE_IO_TELNET(24)
};

Help is appreciated, thanks.