suzieq icon indicating copy to clipboard operation
suzieq copied to clipboard

[Bug]: Juniper subscriber interfaces classified as type internal

Open mazesys opened this issue 2 years ago • 0 comments

Suzieq version

0.20.0

Install Type

container

Python version

whatever is bundled with your container

Impacted component

sq-poller

Steps to Reproduce

Add a Juniper MX that's doing subscriber management to the inventory, poll it, then when you show the interfaces in suzieq-cli it shows the subscriber related interfaces have been classified as internal e.g.

suzieq> interface show columns='hostname ifname type' type=all
    hostname             ifname                       type
3   bng1.lab     ae2.3221225740                   internal
9   bng1.lab  demux0.3221225741                   internal

The interfaces with the long string of digits are dynamic interfaces created automatically by Junos as part of subscriber management, ae2.3221225740 is the underlying interface that has been discovered using dynamic VLAN sensing and demux0.3221225741 is the IP demux interface that is created when the subscriber comes online e.g. via DHCP.

Expected Behavior

The interfaces should be classified as something other than internal, subscriber maybe?

Observed Behavior

Subscriber related interfaces were classified as internal interfaces and thus not visible in the default output of interface show.

Screenshots

Additional Context

mazesys avatar Feb 04 '23 17:02 mazesys