inex / IXP-Manager

Full stack web application powering peering at over 200 Internet Exchange Points (IXPs) globally.

Home Page:https://www.ixpmanager.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate ports in Juniper QFX 5100 Switch

moviedo-sc opened this issue · comments

ISSUE TYPE

Bug Report

OS

Ubuntu 22.04

VERSION

define( 'APPLICATION_VERSION', '6.3.0' );
define( 'APPLICATION_VERDATE', '2022110200' );

ENVIRONMENT

php -v
PHP 8.0.28 (cli) (built: Feb 14 2023 18:33:29) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.28, Copyright (c) Zend Technologies
with Zend OPcache v8.0.28, Copyright (c), by Zend Technologies

dpkg -l | grep php
ii libapache2-mod-php8.0 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (Apache 2 module)
ii php-common 2:93+ubuntu22.04.1+deb.sury.org+2 all Common files for PHP packages
ii php8.0 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 all server-side, HTML-embedded scripting language (metapackage)
ii php8.0-bcmath 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 Bcmath module for PHP
ii php8.0-cgi 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 server-side, HTML-embedded scripting language (CGI binary)
ii php8.0-cli 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 command-line interpreter for the PHP scripting language
ii php8.0-common 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 documentation, examples and common module for PHP
ii php8.0-curl 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 CURL module for PHP
ii php8.0-ds 1.4.0-5+ubuntu22.04.1+deb.sury.org+1 amd64 PHP extension providing efficient data structures for PHP 7
ii php8.0-gd 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 GD module for PHP
ii php8.0-igbinary 3.2.13-1+ubuntu22.04.1+deb.sury.org+1 amd64 igbinary PHP serializer
ii php8.0-intl 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 Internationalisation module for PHP
ii php8.0-mbstring 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 MBSTRING module for PHP
ii php8.0-memcache 8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8+ubuntu22.04.1+deb.sury.org+1 amd64 memcache extension module for PHP
ii php8.0-memcached 3.2.0+2.2.0-3+ubuntu22.04.1+deb.sury.org+1 amd64 memcached extension module for PHP, uses libmemcached
ii php8.0-msgpack 1:2.1.2-1+ubuntu22.04.1+deb.sury.org+1 amd64 PHP extension for interfacing with MessagePack
ii php8.0-mysql 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 MySQL module for PHP
ii php8.0-opcache 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 Zend OpCache module for PHP
ii php8.0-readline 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 readline module for PHP
ii php8.0-rrd 2.0.3+1.1.3-7+ubuntu22.04.1+deb.sury.org+1 amd64 PHP bindings to rrd tool system
ii php8.0-snmp 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 SNMP module for PHP
ii php8.0-xml 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 DOM, SimpleXML, XML, and XSL module for PHP
ii php8.0-yaml 2.2.2+2.1.0+2.0.4+1.3.2-6+ubuntu22.04.1+deb.sury.org+1 amd64 YAML-1.1 parser and emitter for PHP
ii php8.0-zip 1:8.0.28-1+ubuntu22.04.1+deb.sury.org+1 amd64 Zip module for PHP

CONFIGURATION

APP_DEBUG=false
APP_URL="xxxxxxx"
APP_TIMEZONE="xxxxx"
APP_LOG="single"
IXP_RESELLER_ENABLED=false
IXP_AS112_UI_ACTIVE=true
IXP_FE_FRONTEND_DISABLED_LOGO=false
IXP_FE_FRONTEND_DISABLED_LOOKING_GLASS=false
IXP_FE_FRONTEND_DISABLED_FILTERED_PREFIXES=false
GRAPHER_BACKENDS="mrtg"
GRAPHER_CACHE_ENABLED=true
GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
GRAPHER_BACKEND_MRTG_WORKDIR="/srv/mrtg"
GRAPHER_BACKEND_MRTG_LOGDIR="/srv/mrtg"
IXP_API_JSONEXPORTSCHEMA_PUBLIC=true
VIEW_SKIN="xxxxxx"
CACHE_DRIVER=memcached
IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3
IXP_RPKI_RTR1_HOST=x.x.x.x
IXP_RPKI_RTR1_PORT=xxxx
IXP_RPKI_RTR2_HOST=x.x.x.x
IXP_RPKI_RTR2_PORT=xxxx

SUMMARY

We are seeing a weird behavior with a Juniper QFX 5100 when loading the Switch ports via SNMP. For some reason they are being duplicated in the GUI, but index of each duplicated port is the same:

image

STEPS TO REPRODUCE
EXPECTED RESULTS

Port to appear just once.

ACTUAL RESULTS

Port appears twice.

IMPORTANCE

Looks cosmetical, but unsure about impact.

RELEVANT LOGS