Details

    • Improvement
    • Resolution: Fixed
    • Minor
    • None
    • Professional Edition
    • Poller
    • 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

          [OBS-2969] Avaya port label parsing
          landy Mike Stupalov made changes -
          Status Original: Resolved [ 5 ] New: Closed [ 6 ]
          landy Mike Stupalov made changes -
          Issue Type Original: Add New Device / OS [ 10002 ] New: Improvement [ 4 ]
          Resolution New: Fixed [ 1 ]
          Status Original: Open [ 1 ] New: Resolved [ 5 ]
          rendest Stef Renders created issue -

          People

            landy Mike Stupalov
            rendest Stef Renders
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: