You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
snmpPollSwitchPorts() restricts the type of port to ifType ethernetCsmacd, l2vlan and l3ipvlan, because most NOS's include various types of virtual port which are not relevant to IXP operation. Sometimes, some vendors (e.g. Juniper) use a richer set of ports, and a wider selection of ifTypes. If these ifTypes were enabled in the general case, IXP-M operators would be presented with lots of port types that were irrelevant to ixp service.
This is a traditional user interface situation: we need a balance between hiding the inherent complexity of what's going on, while enabling enough flexibility to allow the operator to do what they need, while ensuring that the underlying code base and config is maintainable as a long term proposition.
EXPECTED RESULTS
juniper irb interface and subinterfaces should appear.
ACTUAL RESULTS
juniper irb interface and subinterfaces don't appear.
Proposals for fix
couple of options here:
a flag per installation or per switch to disable the ifType check in snmpPollSwitchPorts()
a select list to allow additional ifTypes to be polled
other?
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
Bug Report
VERSION
SUMMARY
snmpPollSwitchPorts() restricts the type of port to ifType
ethernetCsmacd
,l2vlan
andl3ipvlan
, because most NOS's include various types of virtual port which are not relevant to IXP operation. Sometimes, some vendors (e.g. Juniper) use a richer set of ports, and a wider selection of ifTypes. If these ifTypes were enabled in the general case, IXP-M operators would be presented with lots of port types that were irrelevant to ixp service.This is a traditional user interface situation: we need a balance between hiding the inherent complexity of what's going on, while enabling enough flexibility to allow the operator to do what they need, while ensuring that the underlying code base and config is maintainable as a long term proposition.
EXPECTED RESULTS
juniper irb interface and subinterfaces should appear.
ACTUAL RESULTS
juniper irb interface and subinterfaces don't appear.
Proposals for fix
couple of options here:
ifType
check insnmpPollSwitchPorts()
The text was updated successfully, but these errors were encountered: