All Ports
'5') {
echo("
");
if($show_if_customers) { echo(" Customers "); $ifbreak = 1;}
if($show_if_transit) { echo(" Transit "); $ifbreak = 1; }
if($show_if_peering) { echo(" Peering "); $ifbreak = 1; }
if($show_if_core) { echo(" Core "); $ifbreak = 1;}
}
if($ifbreak && $interface_alerts) { echo("
"); }
if($interface_alerts) {
echo(" Alerts ($interface_alerts) ");
}
?>
|