mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
Updated BGP polling for Cisco to support CISCO-BGP4-MIB better
This commit is contained in:
@@ -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> » ");
|
||||
|
||||
if ($vars['view'] == "basic") { echo("<span class='pagemenu-selected'>"); }
|
||||
|
||||
Reference in New Issue
Block a user