From: Lee Donald (Lee.Donald@bacs.co.uk)
Date: Fri Jun 11 2004 - 09:46:10 GMT-3
I don't know how this script works or how to do it ?
Can you explain in more detail, I'm also interested in some sort of script for checking all routes in my Lab.
Cheers.
Lee.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com]On Behalf Of
Kinney Robert-RKINNEY1
Sent: 11 June 2004 13:38
To: 'Dan'; TiuN Hong Leng
Cc: ccielab@groupstudy.com
Subject: RE: "full reachability" verification strategey in LAB exam!
This approach will only verify if all routes are in all routers. To verify full reachability to all routes from all routers, check out the TCL script:
Tclsh
Foreach IP {
Address_1
Address_2
...
Address_n
} {pint $IP}
This is easy to configure in notepad and will quickly point out any routing issues in the network.
Rob K.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of Dan
Sent: Friday, June 11, 2004 1:19 AM
To: TiuN Hong Leng
Cc: ccielab@groupstudy.com
Subject: Re: "full reachability" verification strategey in LAB exam!
If there is no chance for routing loops or not optimal routes then:
open notepad and for each network write:
X 192.168.1.0 255.255.255.0 Z
X 192.169.1.0 255.255.255.252 Z
......
then using the replace option of notepad replace X with 'show ip route'. and replace Z with ' | include not'
the output should be:
show ip route 192.168.1.0 255.255.255.0 | include not
show ip route 192.169.1.0 255.255.255.252 | include not
then copy the text and run it on the router. You will get error messages
for every route not in table.
Run these commands on all routers.
I will take you about 5 min to check all the routers!!!
TiuN Hong Leng wrote:
>Hi group,
>
>Since there are a lot of things to do in the 8 hours, I am looking for
>the efficient "full reachability" or route verification strategy/tips
>in LAB exam.
>
>Please share your experience and opinion with me!
>
>Thanks a lot!
>
>Chang
>
>_______________________________________________________________________
>Please help support GroupStudy by purchasing your study materials from:
>http://shop.groupstudy.com
>
>Subscription information may be found at:
>http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Sat Jul 03 2004 - 19:40:37 GMT-3