2011-03-17 00:09:20 +00:00
<? php
2008-04-11 08:11:28 +00:00
2010-01-13 00:23:31 +00:00
if ( $_SESSION [ 'userlevel' ] < '5' )
{
include ( "includes/error-no-perm.inc.php" );
}
else
{
2011-04-18 16:56:51 +00:00
print_optionbar_start ( '' , '' );
echo ( '<span style="font-weight: bold;">BGP</span> » ' );
2011-04-29 16:32:55 +00:00
if ( ! $_GET [ 'optb' ]) { $_GET [ 'optb' ] = "all" ; }
2011-04-18 16:56:51 +00:00
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "all" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/all/' . $graphs . '/">All</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "all" ) { echo ( "</span>" ); }
echo ( ' | ' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "internal" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/internal/' . $graphs . '/">Internal</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "internal" ) { echo ( "</span>" ); }
echo ( " | " );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "external" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/external/' . $graphs . '/">External</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "external" ) { echo ( "</span>" ); }
echo ( " | " );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "disabled" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/disabled/' . $graphs . '/">Disabled</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "disabled" ) { echo ( "</span>" ); }
echo ( " | " );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "alerts" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/alerts/' . $graphs . '/">Alerts</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optb' ] == "alerts" ) { echo ( "</span>" ); }
echo ( '' );
## End BGP Menu
echo ( '<div style="float: right;">' );
2011-04-29 16:32:55 +00:00
if ( ! $_GET [ 'optc' ]) { $_GET [ 'optc' ] = "nographs" ; }
2011-04-18 16:56:51 +00:00
2011-04-29 16:32:55 +00:00
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "nographs" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/nographs/">No Graphs</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "nographs" ) { echo ( "</span>" ); }
echo ( " | " );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "updates" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/updates/">Updates</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "updates" ) { echo ( "</span>" ); }
echo ( " | Prefixes: Unicast (" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv4unicast" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/prefixes_ipv4unicast/">IPv4</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv4unicast" ) { echo ( "</span>" ); }
echo ( "|" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv6unicast" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/prefixes_ipv6unicast/">IPv6</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv6unicast" ) { echo ( "</span>" ); }
echo ( "|" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv4vpn" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/prefixes_ipv4vpn/">VPNv4</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv4vpn" ) { echo ( "</span>" ); }
echo ( ")" );
echo ( " | Multicast (" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv4multicast" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/prefixes_ipv4multicast/">IPv4</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv4multicast" ) { echo ( "</span>" ); }
echo ( "|" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv6multicast" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/prefixes_ipv6multicast/">IPv6</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "prefixes_ipv6multicast" ) { echo ( "</span>" ); }
echo ( ")" );
echo ( " | MAC (" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "macaccounting_bits" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/macaccounting_bits/">Bits</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "macaccounting_bits" ) { echo ( "</span>" ); }
echo ( "|" );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "macaccounting_pkts" ) { echo ( "<span class='pagemenu-selected'>" ); }
echo ( '<a href="routing/bgp/' . $_GET [ 'optb' ] . '/macaccounting_pkts/">Packets</a>' );
if ( $_GET [ 'opta' ] == "bgp" && $_GET [ 'optc' ] == "macaccounting_pkts" ) { echo ( "</span>" ); }
echo ( ")" );
2011-04-18 16:56:51 +00:00
echo ( '</div>' );
print_optionbar_end ();
echo ( "<table border=0 cellspacing=0 cellpadding=5 width=100% class='sortable'>" );
2011-04-29 16:32:55 +00:00
echo ( '<tr style="height: 30px"><td width=1></td><th>Local address</th><th></th><th>Peer address</th><th>Type</th><th>Family</th><th>Remote AS</th><th>State</th><th width=200>Uptime / Updates</th></tr>' );
2010-01-10 14:55:28 +00:00
2010-01-13 00:23:31 +00:00
$i = "1" ;
2008-04-11 08:11:28 +00:00
2011-04-17 17:22:46 +00:00
if ( $_GET [ 'optb' ] == "alerts" )
2011-03-26 19:12:24 +00:00
{
2010-01-13 00:23:31 +00:00
$where = "AND (B.bgpPeerAdminStatus = 'start' or B.bgpPeerAdminStatus = 'running') AND B.bgpPeerState != 'established'" ;
2011-04-18 16:56:51 +00:00
} elseif ( $_GET [ 'optb' ] == "disabled" ) {
$where = "AND B.bgpPeerAdminStatus = 'stop'" ;
2011-04-17 17:22:46 +00:00
} elseif ( $_GET [ 'optb' ] == "external" ) {
2010-01-13 00:23:31 +00:00
$where = "AND D.bgpLocalAs != B.bgpPeerRemoteAs" ;
2011-04-17 17:22:46 +00:00
} elseif ( $_GET [ 'optb' ] == "internal" ) {
2010-01-13 00:23:31 +00:00
$where = "AND D.bgpLocalAs = B.bgpPeerRemoteAs" ;
}
2008-04-11 08:11:28 +00:00
2011-05-16 09:38:44 +00:00
$peer_query = "select * from bgpPeers AS B, devices AS D WHERE B.device_id = D.device_id " . $where . " ORDER BY D.hostname, B.bgpPeerRemoteAs, B.bgpPeerIdentifier" ;
foreach ( dbFetchRows ( $peer_query ) as $peer )
2010-02-16 00:08:06 +00:00
{
2011-04-18 11:28:42 +00:00
unset ( $alert , $bg_image );
2008-04-11 08:11:28 +00:00
2011-03-17 00:09:20 +00:00
if ( ! is_integer ( $i / 2 )) { $bg_colour = $list_colour_b ; } else { $bg_colour = $list_colour_a ; }
2008-04-11 08:11:28 +00:00
2011-04-18 16:56:51 +00:00
if ( $peer [ 'bgpPeerState' ] == "established" ) { $col = "green" ; } else { $col = "red" ; $peer [ 'alert' ] = 1 ; }
2011-03-17 00:09:20 +00:00
if ( $peer [ 'bgpPeerAdminStatus' ] == "start" || $peer [ 'bgpPeerAdminStatus' ] == "running" ) { $admin_col = "green" ; } else { $admin_col = "gray" ; }
2011-04-18 16:56:51 +00:00
if ( $peer [ 'bgpPeerAdminStatus' ] == "stop" ) { $peer [ 'alert' ] = 0 ; $peer [ 'disabled' ] = 1 ; }
2011-03-17 00:09:20 +00:00
if ( $peer [ 'bgpPeerRemoteAs' ] == $peer [ 'bgpLocalAs' ]) { $peer_type = "<span style='color: #00f;'>iBGP</span>" ; } else { $peer_type = "<span style='color: #0a0;'>eBGP</span>" ;
if ( $peer [ 'bgpPeerRemoteAS' ] >= '64512' && $peer [ 'bgpPeerRemoteAS' ] <= '65535' ) { $peer_type = "<span style='color: #f00;'>Priv eBGP</span>" ; }
2010-01-13 00:23:31 +00:00
}
2008-04-11 08:11:28 +00:00
2011-05-16 09:38:44 +00:00
$peerhost = dbFetchRow ( "SELECT * FROM ipaddr AS A, ports AS I, devices AS D WHERE A.addr = ? AND I.interface_id = A.interface_id AND D.device_id = I.device_id" , array ( $peer [ 'bgpPeerIdentifier' ]));
2008-04-11 08:11:28 +00:00
2011-03-17 00:09:20 +00:00
if ( $peerhost ) { $peername = generate_device_link ( $peerhost , shorthost ( $peerhost [ 'hostname' ])); } else { unset ( $peername ); }
2008-04-11 08:11:28 +00:00
2011-04-03 17:07:17 +00:00
// display overlib graphs
2011-05-01 12:37:43 +00:00
$graph_type = "bgp_updates" ;
2011-04-03 17:07:17 +00:00
$local_daily_url = "graph.php?id=" . $peer [ 'bgpPeer_id' ] . "&type=" . $graph_type . "&from= $day &to= $now &width=500&height=150&&afi=ipv4&safi=unicast" ;
2011-05-01 12:37:43 +00:00
$localaddresslink = "<span class=list-large><a href='device/" . $peer [ 'device_id' ] . "/routing/bgp/' onmouseover= \" return overlib('<img src=\' $local_daily_url \'>', LEFT" . $config [ 'overlib_defaults' ] . "); \" onmouseout= \" return nd(); \" >" . $peer [ 'bgpLocalAddr' ] . "</a></span>" ;
2011-04-03 17:07:17 +00:00
$graph_type = "bgp_updates" ;
$peer_daily_url = "graph.php?id=" . $peer [ 'bgpPeer_id' ] . "&type=" . $graph_type . "&from= $day &to= $now &width=500&height=150" ;
2011-05-01 12:37:43 +00:00
$peeraddresslink = "<span class=list-large><a href='device/" . $peer [ 'device_id' ] . "/routing/bgp/' onmouseover= \" return overlib('<img src=\' $peer_daily_url \'>', LEFT" . $config [ 'overlib_defaults' ] . "); \" onmouseout= \" return nd(); \" >" . $peer [ 'bgpPeerIdentifier' ] . "</a></span>" ;
2011-04-03 17:07:17 +00:00
2011-04-19 21:54:43 +00:00
echo ( '<tr bgcolor="' . $bg_colour . '"' . ( $peer [ 'alert' ] ? ' bordercolor="#cc0000"' : '' ) . ( $peer [ 'disabled' ] ? ' bordercolor="#cccccc"' : '' ) . ">" );
2011-04-29 16:32:55 +00:00
unset ( $sep );
2011-05-16 09:38:44 +00:00
foreach ( dbFetchRows ( "SELECT * FROM `bgpPeers_cbgp` WHERE `device_id` = ? AND bgpPeerIdentifier = ?" , array ( $peer [ 'device_id' ], $peer [ 'bgpPeerIdentifier' ])) as $afisafi )
2011-04-29 16:32:55 +00:00
{
$afi = $afisafi [ 'afi' ];
$safi = $afisafi [ 'safi' ];
$this_afisafi = $afi . $safi ;
$peer [ 'afi' ] .= $sep . $afi . "." . $safi ;
$sep = "<br />" ;
$peer [ 'afisafi' ][ $this_afisafi ] = 1 ; ## Build a list of valid AFI/SAFI for this peer
}
unset ( $sep );
2011-04-19 21:54:43 +00:00
echo ( " <td></td>
2011-04-18 11:50:49 +00:00
<td width=150>" . $localaddresslink . "<br />" . generate_device_link ( $peer , shorthost ( $peer [ 'hostname' ]), 'routing/bgp/' ) . "</td>
2011-05-01 12:37:43 +00:00
<td width=30><b>»</b></td>
2011-04-03 17:07:17 +00:00
<td width=150>" . $peeraddresslink . "</td>
2011-04-29 16:32:55 +00:00
<td width=50><b> $peer_type </b></td>
<td width=50>" . $peer [ 'afi' ] . "</td>
2010-01-13 00:23:31 +00:00
<td><strong>AS" . $peer [ 'bgpPeerRemoteAs' ] . "</strong><br />" . $peer [ 'astext' ] . "</td>
2011-03-28 09:11:05 +00:00
<td><strong><span style='color: $admin_col ;'>" . $peer [ 'bgpPeerAdminStatus' ] . "</span><br /><span style='color: $col ;'>" . $peer [ 'bgpPeerState' ] . "</span></strong></td>
2010-01-13 00:23:31 +00:00
<td>" . formatUptime ( $peer [ 'bgpPeerFsmEstablishedTime' ]) . "<br />
2011-03-28 09:11:05 +00:00
Updates <img src='images/16/arrow_down.png' align=absmiddle /> " . format_si ( $peer [ 'bgpPeerInUpdates' ]) . "
2011-05-01 12:37:43 +00:00
<img src='images/16/arrow_up.png' align=absmiddle /> " . format_si ( $peer [ 'bgpPeerOutUpdates' ]) . "</td></tr>
<tr height=5></tr>" );
2010-01-13 00:23:31 +00:00
2008-04-11 08:11:28 +00:00
2011-04-29 16:32:55 +00:00
unset ( $invalid );
switch ( $_GET [ 'optc' ])
2011-04-18 11:28:42 +00:00
{
2011-04-29 16:32:55 +00:00
case 'prefixes_ipv4unicast' :
case 'prefixes_ipv4multicast' :
case 'prefixes_ipv4vpn' :
case 'prefixes_ipv6unicast' :
case 'prefixes_ipv6multicast' :
list (, $afisafi ) = explode ( "_" , $_GET [ 'optc' ]);
if ( isset ( $peer [ 'afisafi' ][ $afisafi ])) { $peer [ 'graph' ] = 1 ; }
2011-09-20 09:55:11 +00:00
case 'updates' :
2011-04-29 16:32:55 +00:00
$graph_array [ 'type' ] = "bgp_" . $_GET [ 'optc' ];
$graph_array [ 'id' ] = $peer [ 'bgpPeer_id' ];
}
2008-04-11 08:11:28 +00:00
2011-04-29 16:32:55 +00:00
switch ( $_GET [ 'optc' ])
{
case 'macaccounting_bits' :
case 'macaccounting_pkts' :
2011-05-16 09:38:44 +00:00
$acc = dbFetchRow ( "SELECT * FROM `ipv4_mac` AS I, `mac_accounting` AS M, `ports` AS P, `devices` AS D WHERE I.ipv4_address = ? AND M.mac = I.mac_address AND P.interface_id = M.interface_id AND D.device_id = P.device_id" , array ( $peer [ 'bgpPeerIdentifier' ]));
2011-04-29 16:32:55 +00:00
$database = $config [ 'rrd_dir' ] . "/" . $device [ 'hostname' ] . "/cip-" . $acc [ 'ifIndex' ] . "-" . $acc [ 'mac' ] . ".rrd" ;
if ( is_array ( $acc ) && is_file ( $database ))
{
$peer [ 'graph' ] = 1 ;
$graph_array [ 'id' ] = $acc [ 'ma_id' ];
$graph_array [ 'type' ] = $_GET [ 'optc' ];
}
}
2008-04-11 08:11:28 +00:00
2011-04-29 16:32:55 +00:00
if ( $_GET [ 'optc' ] == 'updates' ) { $peer [ 'graph' ] = 1 ; }
2008-04-11 08:11:28 +00:00
2011-04-29 16:32:55 +00:00
if ( $peer [ 'graph' ])
{
$graph_array [ 'height' ] = "100" ;
$graph_array [ 'width' ] = "220" ;
$graph_array [ 'to' ] = $now ;
echo ( '<tr bgcolor="' . $bg_colour . '"' . ( $bg_image ? ' background="' . $bg_image . '"' : '' ) . '"><td colspan="9">' );
include ( "includes/print-quadgraphs.inc.php" );
echo ( "</td></tr>" );
2010-01-13 00:23:31 +00:00
}
2008-04-11 08:11:28 +00:00
2010-01-13 00:23:31 +00:00
$i ++ ;
}
2011-03-17 00:09:20 +00:00
2011-04-19 21:54:43 +00:00
echo ( "</table>" );
2010-01-13 00:23:31 +00:00
}
2011-03-17 00:09:20 +00:00
2011-03-19 01:43:13 +00:00
?>