R1#send ?
* All tty lines
<0-17> Send a message to a specific line
aux Auxiliary line
console Primary terminal line
log Logging destinations
qdm Send a message to QDM client
vty Virtual terminal
xsm Send a message to XSM client
R1#send 1
Enter message, end with CTRL/Z; abort with CTRL/C:
Hi
^Z
Send message? [confirm]
R1#
***
***
*** Message from tty0 to tty1:
***
Hi
A novidade é que é possivel enviar mensagens de um roteador para o outro usando pacotes UDP sem garantia de entrega, como se fosse um telnet sem ter que estabelecer uma conexão. Vejam isto:R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#line vty 0 15
R1(config-line)#transport output ssh udptn
R1(config-line)#^Z
R1#
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#line vty 0 15
R2(config-line)#transport output ssh udptn
R2(config-line)#^Z
R2#
Se vc quer uma comunicação bidirecional,precisar ativar o recurso nos dois routers. Vc pode usar qualquer porta acima de 1024 ou então a porta padrão 57:R1#udptn 1.1.1.2 3740 /transmit /receive
Trying 1.1.1.2, 3740 ... Open
R2#udptn 1.1.1.1 3740 /transmit /receive
Trying 1.1.1.1, 3740 ... Open
R2#udptn 1.1.1.1 3740 /transmit /receive
Trying 1.1.1.1, 3740 ... Open
How are you doing today? ! This was typed on R1
R1#udptn 1.1.1.2 3740 /transmit /receive
Trying 1.1.1.2, 3740 ... Open
Fine, thanks ! This was typed on R2
Confira o post completo (em inglês) no endereço:
http://ccie-in-3-months.blogspot.com/2010/02/realtime-chat-between-cisco-routers.html
Nenhum comentário:
Postar um comentário