From: Manny Gonzalez (manny@xxxxxxx)
Date: Mon Dec 24 2001 - 15:48:40 GMT-3
Well, this indeed should work for you. All you need is to go to your
TERMSRV and make sure your lines are connected. You don't even need to
be logged into the routers or anything or even have a connection to
those lines. Just make sure the lines have CONSOLES at the other end.
TRMSRV#send *
<blah blah blah ... hit ctrl-z to end... blah blah>
[CR]
[CR]
enable
[CR]
config t
[CR]
no ip domain-loo
[CR]
end
[CR]
[CTRL-Z]
[CONFIRM]
1
[CR]
s run
...
....
.....
blah blah
p.s. [CR] is carriage return or [enter]
You will see the commands in there. I use it regularly in the lab to
erase all configs and reload all routers at once. Once caveat is that it
is indiscriminate. It will send to ALL lines. So be cautious as to WHAT
device is connected that may not like the command or what command you
are sending that might affect a device that you DO NOT want to send that
command to. (Geesh, did that make sense ;-))
Merry Christmas!
Ron Royston wrote:
>
> The send command is meant to be used as a way to communicate with other's
> logged into the box besides you. This command is used to send local
> messages only, you don't 'send' to another box.
>
> Use 'who' or 'sho users' to see who is logged in where, then use the send
> command to send them a message. There is a "*" that allows you to send to
> all. This facility is not for uploading configurations. The router/switch
> is not going to read the body of the send messages, the person/system logged
> into the line that the message was sent to will read it.
>
> >From: chophin <chophin@yahoo.com>
> >Reply-To: chophin <chophin@yahoo.com>
> >To: "ccielab@groupstudy.com" <ccielab@groupstudy.com>
> >Subject: send command use
> >Date: Mon, 24 Dec 2001 17:51:4 +0800
> >
> >Hi group,
> > Someone have discussed that use send command to finish the
> >lab router base config.
> > And I try it:
> > R3#send cons 0
> >Enter message, end with CTRL/Z; abort with CTRL/C:
> >enable
> >config t
> >no ip domain-lookup
> >^Z
> >Send message? [confirm]
> >R3#
> >and on the R3 console:
> >R3>
> >***
> >***
> >*** Message from tty2 to tty0:
> >***
> >enable
> >conf t
> >no ip domain-lookup
> >R3>
> >The send message not in the config file.
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:47 GMT-3