mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00: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