Re: how to convert .top file to .dot file?
Joe Abley <[email protected]> Wed, 29 Nov 2006 10:16:52 -0500
| Newsgroups | gmane.network.toolmakers |
|---|---|
| Message-ID | <[email protected]> |
On 28-Nov-2006, at 19:06, Chao Yu ((ychao)) wrote: > Hi, Joe, > Thanks for help. After using ./top2dot.awk <net.top >net.dot, the dot > file seems not right. > > Attachemnt file is net.top, net.dot and top2dot.awk, pls help to =20 > check. The .top file you sent wasn't a .top file -- it was an IOS config. =20 You need to process the IOS text using mktop to make the .top file. Joe