diff --git a/html/includes/print-interface.inc.php b/html/includes/print-interface.inc.php index b98800722..3b605ccd8 100644 --- a/html/includes/print-interface.inc.php +++ b/html/includes/print-interface.inc.php @@ -89,7 +89,15 @@ if ($port[ifDuplex] != "unknown") { echo("" . $port['ifDupl if ($device['os'] == "ios" || $device['os'] == "iosxe") { if ($port['ifTrunk']) { - echo("" . $port['ifTrunk'] . ""); + + echo('".$vlan['vlan'] ." ".$vlan['vlan_descr'].""); + } + echo('">'.$port['ifTrunk'].''); } elseif ($port['ifVlan']) { echo("VLAN " . $port['ifVlan'] . ""); } elseif ($port['ifVrf']) {
" . $port['ifTrunk'] . "
".$vlan['vlan'] ." ".$vlan['vlan_descr'].""); + } + echo('">'.$port['ifTrunk'].'
VLAN " . $port['ifVlan'] . "