From: Dan C (cdan2154@gmail.com)
Date: Tue Mar 27 2007 - 03:15:10 ART
Hello there,
Here we go:
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
tcls
foreach ip {
4.4.1.1
4.4.2.2
4.4.3.3
4.4.4.4
4.4.5.5
4.4.6.6
4.4.7.7
4.4.8.8
} { ping $ip }
tclq
Cheers, Dan
On 3/27/07, Elliott Reyes <elliottreyes@adelphia.net> wrote:
>
> Does anyone have a copy of the TCL Script's for the Labs or can we get
> these
> somewhere ?
>
>
>
>
>
> Just checking.
>
>
>
>
>
>
>
> Elliott
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sun Apr 01 2007 - 06:35:53 ART