Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Professional Edition
-
None
Description
Depending on the switch firmware, avaya ports are now labeled avaya and not Nortel
$os_group = "avaya";
$config['os_group'][$os_group]['port_label'][] = '/Nortel .* Module - (.+)/i';
add
$config['os_group'][$os_group]['port_label'][] = '/Avaya .* Module - (.+)/i';
or change to
$config['os_group'][$os_group]['port_label'][] = '/(Nortel|Avaya) .* Module - (.+)/i';
Attachments
Activity
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Issue Type | Original: Add New Device / OS [ 10002 ] | New: Improvement [ 4 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Tnx, fixed in r9791.