BGP » '); if ($_GET['opta'] == "bgp" && $_GET['optb'] == "all") { echo("
"); } echo(' | '); if ($_GET['opta'] == "bgp" && $_GET['optb'] == "internal") { echo(" "); } echo(" | "); if ($_GET['opta'] == "bgp" && $_GET['optb'] == "external") { echo(" "); } echo(" | "); if ($_GET['opta'] == "bgp" && $_GET['optb'] == "disabled") { echo(" "); } echo(" | "); if ($_GET['opta'] == "bgp" && $_GET['optb'] == "alerts") { echo(" "); } echo(''); ## End BGP Menu if(!isset($graphs)) { $graphs == "nographs"; } echo('Local address | Peer address | Type | Remote AS | State | Uptime | ||
---|---|---|---|---|---|---|---|
" . $localaddresslink . " ".generate_device_link($peer, shorthost($peer['hostname']), 'routing/bgp/')." |
-> | " . $peeraddresslink . " | $peer_type | AS" . $peer['bgpPeerRemoteAs'] . " " . $peer['astext'] . " |
" . $peer['bgpPeerAdminStatus'] . " " . $peer['bgpPeerState'] . " |
" .formatUptime($peer['bgpPeerFsmEstablishedTime']). " Updates ![]() ![]() | |
'); include("includes/print-quadgraphs.inc.php"); echo(" |