[ixpmanager] Juniper IRB interface?

Pete Ashdown pashdown at xmission.com
Fri Feb 26 05:24:35 GMT 2021


I stumbled around with snmpwalk and found that the irb interface in 
question is of type "PROPVIRTUAL", and I was mistaken about the ae* 
interfaces.  With "IEEE8023ADLAG" they show up as well.  So the code 
looks like this now:

             // we're only interested in Ethernet ports here (right?)
             if( $host->useIface()->types()[ $index ] != 
SNMPIface::IF_TYPE_ETHERNETCSMACD
                 && $host->useIface()->types()[ $index ] != 
SNMPIface::IF_TYPE_IEEE8023ADLAG
                 && $host->useIface()->types()[ $index ] != 
SNMPIface::IF_TYPE_PROPVIRTUAL
                 && $host->useIface()->types()[ $index ] != 
SNMPIface::IF_TYPE_L2VLAN
                 && $host->useIface()->types()[ $index ] != 
SNMPIface::IF_TYPE_L3IPVLAN ) {
                 continue;
             }

Could this be added to the next release?

Thanks for the help.


On 2/25/21 6:13 PM, Pete Ashdown wrote:
> Getting closer. There is a single "irb" interface present, but no 
> "irb" sub interfaces, which is what I need because they differentiate 
> based on vlan #.  No ae* interfaces.
>
> On 2/25/21 3:25 PM, Nick Hilliard (INEX) wrote:
>> Pete Ashdown wrote on 25/02/2021 20:58:
>>> Thanks, Nick.  No, it doesn't come up on the list.  Only xe-*/*/*, 
>>> em0/em1, and fxp0 are listed. I should also add that the aggregate 
>>> ports, ae* are missing as well.
>>
>> Can you try the attached patch and see if they appear?
>>
>> # cd /srv/ixpmanager
>> # patch -p1 < juniper.patch
>>
>> Nick
> _______________________________________________
> INEX IXP Manager mailing list
> ixpmanager at inex.ie
> Unsubscribe or change options here: 
> https://www.inex.ie/mailman/listinfo/ixpmanager


More information about the ixpmanager mailing list