I was examining the page source of VmRouterStatus_status.asp, in order to modify my script that monitors and logs my router status. I spotted a huge chunk of the page has been commented out.
Code:
<!--
<tr>
<td class="title">Ethernet 1 Link Status</td>
<td>Up</td>
<td>1000 Mbps/Full duplex</td>
</tr>
<tr>
<td class="title">Ethernet 2 Link Status</td>
<td>Up</td>
<td>1000 Mbps/Full duplex</td>
</tr>
<tr>
<td class="title">Ethernet 3 Link Status</td>
<td>Up</td>
<td>1000 Mbps/Full duplex</td>
</tr>
<tr>
<td class="title">Ethernet 4 Link Status</td>
<td>Up</td>
<td>1000 Mbps/Full duplex</td>
</tr>
-->
I'm wondering if anyone had any ideas as to why VM decided to comment out this block, rather than allowing it to be displayed normally?