diff --git a/includes/cisco-entities.php b/includes/cisco-entities.php index b7caf6a45..06c82c8f8 100755 --- a/includes/cisco-entities.php +++ b/includes/cisco-entities.php @@ -3,24 +3,24 @@ ## List of real names for cisco entities $entPhysicalVendorTypes = array ( - 'cevC7xxxIo1feTxIsl' => 'C7200-IO-FE-MII', - 'cevChassis7140Dualfe' => 'C7140-2FE', - 'cevChassis7204' => "C7204", - 'cevChassis7204Vxr' => 'C7204VXR', - 'cevChassis7206' => 'C7206', - 'cevChassis7206Vxr' => 'C7206VXR', - 'cevCpu7200Npe200' => 'NPE-200', - 'cevCpu7200Npe225' => 'NPE-225', - 'cevCpu7200Npe300' => 'NPE-300', - 'cevCpu7200Npe400' => 'NPE-400', - 'cevCpu7200Npeg1' => 'NPE-G1', - 'cevCpu7200Npeg2' => 'NPE-G2', - 'cevPa1feTxIsl' => 'PA-FE-TX-ISL', - 'cevPa2feTxI82543' => 'PA-2FE-TX', - 'cevPa8e' => 'PA-8E', - 'cevPaA8tX21' => 'PA-8T-X21', - 'cevMGBIC1000BaseLX' => '1000BaseLX GBIC', - 'cevPort10GigBaseLR' => '10GigBaseLR'); + 'cevC7xxxIo1feTxIsl' => 'C7200-IO-FE-MII', + 'cevChassis7140Dualfe' => 'C7140-2FE', + 'cevChassis7204' => "C7204", + 'cevChassis7204Vxr' => 'C7204VXR', + 'cevChassis7206' => 'C7206', + 'cevChassis7206Vxr' => 'C7206VXR', + 'cevCpu7200Npe200' => 'NPE-200', + 'cevCpu7200Npe225' => 'NPE-225', + 'cevCpu7200Npe300' => 'NPE-300', + 'cevCpu7200Npe400' => 'NPE-400', + 'cevCpu7200Npeg1' => 'NPE-G1', + 'cevCpu7200Npeg2' => 'NPE-G2', + 'cevPa1feTxIsl' => 'PA-FE-TX-ISL', + 'cevPa2feTxI82543' => 'PA-2FE-TX', + 'cevPa8e' => 'PA-8E', + 'cevPaA8tX21' => 'PA-8T-X21', + 'cevMGBIC1000BaseLX' => '1000BaseLX GBIC', + 'cevPort10GigBaseLR' => '10GigBaseLR'); ?> diff --git a/includes/functions.php b/includes/functions.php index 129a1d629..e27d04235 100755 --- a/includes/functions.php +++ b/includes/functions.php @@ -8,7 +8,6 @@ include_once("Net/IPv6.php"); ## Observer Includes include_once($config['install_dir'] . "/includes/generic.php"); -include_once($config['install_dir'] . "/includes/ios.php"); include_once($config['install_dir'] . "/includes/unix.php"); include_once($config['install_dir'] . "/includes/procurve.php"); include_once($config['install_dir'] . "/includes/graphing.php"); diff --git a/includes/ios.php b/includes/ios.php deleted file mode 100755 index fa3021647..000000000 --- a/includes/ios.php +++ /dev/null @@ -1,89 +0,0 @@ -