Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate ports in Juniper QFX 5100 Switch #840

Open
moviedo-sc opened this issue Apr 28, 2023 · 0 comments
Open

Duplicate ports in Juniper QFX 5100 Switch #840

moviedo-sc opened this issue Apr 28, 2023 · 0 comments

Comments

@moviedo-sc
Copy link

moviedo-sc commented Apr 28, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant