Updated BGP polling for Cisco to support CISCO-BGP4-MIB better

This commit is contained in:
laf
2015-06-02 16:32:39 +01:00
parent 9ea274e9a4
commit b9dabae7d8
5 changed files with 2382 additions and 1161 deletions

View File

@@ -1,7 +1,3 @@
<div style='padding: 10px; height: 20px; clear: both; display: block;'>
<div style='float: left; font-size: 22px; font-weight: bold;'>Local AS : <?php echo($device['bgpLocalAs']); ?></div>
</div>
<?php
$link_array = array('page' => 'device',
@@ -13,6 +9,8 @@ if(!isset($vars['view'])) { $vars['view'] = "basic"; }
print_optionbar_start();
echo "<strong>Local AS : " .$device['bgpLocalAs']."</strong> ";
echo("<span style='font-weight: bold;'>BGP</span> &#187; ");
if ($vars['view'] == "basic") { echo("<span class='pagemenu-selected'>"); }