RE: TCL Script on 3500 switches

From: Gupta, Gopal (NWCC) (gopal.gupta@hp.com)
Date: Thu Jan 10 2008 - 05:17:39 ARST


Thanks to all for the kind information.

________________________________

From: Dan C [mailto:cdan2154@gmail.com]
Sent: Thursday, January 10, 2008 11:34
To: Gupta, Gopal (NWCC)
Cc: Cisco certification
Subject: Re: TCL Script on 3500 switches

Hi Gops,

I use macros for switches, try this one changing the ip add to suit your
network :

macro name test
do ping 150.1.1.1 source lo0
do ping 150.1.2.2 source lo0
do ping 150.1.3.3 source lo0
do ping 150.1.4.4 source lo0
do ping 150.1.5.5 source lo0
do ping 150.1.6.6 source lo0
do ping 150.1.7.7 source lo0
do ping 150.1.8.8 source lo0
do sh int status | in connected
do sh vlan brief
do sh int trunk
@
!
macro global apply test

Cheers,
Dan

On Jan 10, 2008 1:58 AM, Gupta, Gopal (NWCC) <gopal.gupta@hp.com> wrote:

        Hi Experts,

        Is there any way we can run TCLSH on Switches for checking
reachabiliy
        or we have to ping each n every address manually on the
switches??

        Thanks
        Gops



This archive was generated by hypermail 2.1.4 : Fri Feb 01 2008 - 10:37:58 ARST