![Extreme Networks EPICenter 4.1 Software Installation Manual Download Page 391](http://html1.mh-extra.com/html/extreme-networks/epicenter-4-1/epicenter-4-1_software-installation-manual_2454556391.webp)
Creating New Reports
EPICenter Software Installation and User Guide
391
Creating or Modifying a Report
You can modify an EPICenter report HTML file in any HTML editor, such as Microsoft FrontPage.
You can modify the existing HTML files to change the look and feel of the report, your icons, etc. The
vlan_summary.html
file is a good example.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>EPICenter - Vlan Reports</title>
<LINK REL=STYLESHEET HREF="reportstylesheet.css" TYPE="text/css">
</head>
<BODY bgcolor="#ffffff" marginwidth="20" marginheight="0" leftmargin="20" topmargin="0">
<TABLE border="0" cellspacing="0" cellpadding="0" height="120px">
<TR valign="bottom"><TD>
<H2>Vlan Reports</H2>
</TD></TR>
<TR valign="top"><TD>
Information is available about the following vlans in EPICenter:<br>
Report generated on <extr>clock format [clock seconds]</extr></TD></TR>
<TR valign="bottom"><TD><P><img src="images/green.gif" width=650px height=3px></P>
</TD></TR>
</TABLE>
<BR>
<!-- xxxxxxxxxxxxxxxxxxxxxxxxx -->
<p><font size="3"><extr>ShowVlanSummaryList</extr></font></p>
<p><font size="3"></font> </p>
<p><font size="3"></font> </p>
</body>
</html>
The
vlan_summary.html
file is just like a standard HTML file with one exception: it has a new pair of
tags,
<extr> ... </extr>
which are specific to the EPICenter report server. The EPICenter report
server treats everything defined between these tags as Tcl code. The report server executes this code
dynamically when it generates the report (upon a user request through the browser).
You can use any standard Tcl constructs between these tags, and you can also use methods defined in
the “extr” package (
extr.tcl
).
extr.tcl
defines a set of methods to obtain information from the
EPICenter software database. Appendix D defines a number of database views that contain information
that may be useful in creating reports.
Summary of Contents for EPICenter 4.1
Page 20: ...20 EPICenter Software Installation and User Guide Preface ...
Page 46: ...46 EPICenter Software Installation and User Guide EPICenter and Policy Manager Overview ...
Page 190: ...190 EPICenter Software Installation and User Guide Configuration Manager ...
Page 204: ...204 EPICenter Software Installation and User Guide Using the Interactive Telnet Application ...
Page 242: ...242 EPICenter Software Installation and User Guide Using the IP MAC Address Finder ...
Page 266: ...266 EPICenter Software Installation and User Guide Using ExtremeView ...
Page 284: ...284 EPICenter Software Installation and User Guide Real Time Statistics ...
Page 436: ...436 EPICenter Software Installation and User Guide Using the Policy Manager ...
Page 454: ...454 EPICenter Software Installation and User Guide The ACL Viewer ...
Page 468: ...468 EPICenter Software Installation and User Guide Troubleshooting ...
Page 504: ...504 EPICenter Software Installation and User Guide EPICenter External Access Protocol ...
Page 510: ...510 EPICenter Software Installation and User Guide EPICenter Database Views ...
Page 522: ...522 EPICenter Software Installation and User Guide EPICenter Backup ...
Page 526: ...526 EPICenter Software Installation and User Guide Dynamic Link Context System DLCS ...
Page 546: ......