Details

    • Help
    • Resolution: Done
    • Minor
    • None
    • None
    • Ports
    • None

    Description

      Hi Team

      Can possible to add new parser description like 'TV' or Multicast ? As ISP we separate on core and distribution switch multicast TV protocol and we need calculated traffic STB on separated port like Core, Peering, Customer

      BR

      Pawel

      Attachments

        Activity

          [OBS-4540] New port description parsing
          pbrzostowski Pawel Brzostowski made changes -
          Comment [ Bellow section working

          // Custom Interface Types

          $config['int_groups'][] = 'tv';
          $config['int_groups'][] = 'multicast'; ]

          Bellow section is working

          // Custom Interface Types
          $config['int_groups'][] = 'tv';
          $config['int_groups'][] = 'multicast';

          pbrzostowski Pawel Brzostowski added a comment - Bellow section is working // Custom Interface Types $config ['int_groups'] [] = 'tv'; $config ['int_groups'] [] = 'multicast';

          Mike

          Something not work I attach config.php withous pass and screen capture config.php

          $config['device_types'][] = [
          'text' => 'ONU',
          'type' => 'onu',
          'icon' => 'sprite-laser',
          'descr' => 'ONU devices'
          ];

          pbrzostowski Pawel Brzostowski added a comment - Mike Something not work I attach config.php withous pass and screen capture config.php $config ['device_types'] [] = [ 'text' => 'ONU', 'type' => 'onu', 'icon' => 'sprite-laser', 'descr' => 'ONU devices' ];
          pbrzostowski Pawel Brzostowski made changes -
          Attachment New: 2023-10-05_19h42_47.png [ 20950 ]
          pbrzostowski Pawel Brzostowski made changes -
          Attachment New: config.php [ 20949 ]

          yes, you can put in config.php, something like:

          $config['device_types'][] = [
              'text' => 'ONU',
              'type'  => 'onu',
              'icon'  => 'sprite-laser',
             'descr' => 'ONU devices'
          ];

          landy Mike Stupalov added a comment - yes, you can put in config.php, something like: $config['device_types'][] = [ 'text' => 'ONU', 'type' => 'onu', 'icon' => 'sprite-laser', 'descr' => 'ONU devices' ];

          Thx Mike. It works. May a own define type device to ? For Example: ONU ?

          BR

          Pawel

          pbrzostowski Pawel Brzostowski added a comment - Thx Mike. It works. May a own define type device to ? For Example: ONU ? BR Pawel
          landy Mike Stupalov made changes -
          Issue Type Original: Improvement [ 4 ] New: Help [ 10200 ]
          Resolution New: Done [ 10000 ]
          Status Original: Pending Response [ 10000 ] New: Resolved [ 5 ]
          landy Mike Stupalov made changes -
          Status Original: In Review [ 10101 ] New: Pending Response [ 10000 ]

          hrm, if you mean types, you always can define any own type in config.php, ie:

          // Custom Interface Types
          $config['int_groups'][] = 'tv';
          $config['int_groups'][] = 'multicast';
          

          landy Mike Stupalov added a comment - hrm, if you mean types, you always can define any own type in config.php, ie: // Custom Interface Types $config['int_groups'][] = 'tv'; $config['int_groups'][] = 'multicast';

          People

            landy Mike Stupalov
            pbrzostowski Pawel Brzostowski
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: