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

on cumulus (at least) there are interface speeds of 4294967295 #291

Open
jopietsch opened this issue Dec 3, 2020 · 2 comments
Open

on cumulus (at least) there are interface speeds of 4294967295 #291

jopietsch opened this issue Dec 3, 2020 · 2 comments

Comments

@jopietsch
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I think that is 2^32-1, it's not that useful and it's big

@jopietsch
Copy link
Contributor Author

vlan in multidc

(suzieq-QZqWZG2D-py3.8) jpietsch@jpietsch-server:~/suzieq$ suzieq/cli/suzieq-cli interface show --columns='namespace hostname ifname speed type' -c ~/configs/multidc.yml --type=vxlan
    namespace hostname     ifname       speed   type
0   dual-evpn   exit01      vni13  4294967295  vxlan
1   dual-evpn   exit01      vni24  4294967295  vxlan
2   dual-evpn   exit02      vni13  4294967295  vxlan
3   dual-evpn   exit02      vni24  4294967295  vxlan
4   dual-evpn   leaf01      vni13  4294967295  vxlan
5   dual-evpn   leaf01      vni24  4294967295  vxlan
6   dual-evpn   leaf02      vni13  4294967295  vxlan
7   dual-evpn   leaf02      vni24  4294967295  vxlan
8   dual-evpn   leaf03      vni13  4294967295  vxlan
9   dual-evpn   leaf03      vni24  4294967295  vxlan
10  dual-evpn   leaf04      vni13  4294967295  vxlan
11  dual-evpn   leaf04      vni24  4294967295  vxlan
12  ospf-ibgp   exit01  vxlan4001  4294967295  vxlan
13  ospf-ibgp   exit02  vxlan4001  4294967295  vxlan
14  ospf-ibgp   leaf01      vni13  4294967295  vxlan
15  ospf-ibgp   leaf01      vni24  4294967295  vxlan
16  ospf-ibgp   leaf01  vxlan4001  4294967295  vxlan
17  ospf-ibgp   leaf02      vni13  4294967295  vxlan
18  ospf-ibgp   leaf02      vni24  4294967295  vxlan
19  ospf-ibgp   leaf02  vxlan4001  4294967295  vxlan
20  ospf-ibgp   leaf03      vni13  4294967295  vxlan
21  ospf-ibgp   leaf03      vni24  4294967295  vxlan
22  ospf-ibgp   leaf03  vxlan4001  4294967295  vxlan
23  ospf-ibgp   leaf04      vni13  4294967295  vxlan
24  ospf-ibgp   leaf04      vni24  4294967295  vxlan
25  ospf-ibgp   leaf04  vxlan4001  4294967295  vxlan

@jopietsch
Copy link
Contributor Author

jopietsch commented Feb 15, 2021

I also see it when polling right now the CNDCN dual-evpn, with scenario=distributed, with some bonds

(suzieq-QZqWZG2D-py3.8) jpietsch@jpietsch-server:~/suzieq$ suzieq/cli/suzieq-cli interface show --columns='namespace hostname ifname speed type' --namespace=dual-evpn |grep 429
18   dual-evpn     exit01           swp3  4294967295    ethernet
19   dual-evpn     exit01           swp4  4294967295    ethernet
30   dual-evpn     exit01          vni13  4294967295       vxlan
31   dual-evpn     exit01          vni24  4294967295       vxlan
41   dual-evpn     exit02           swp3  4294967295    ethernet
42   dual-evpn     exit02           swp4  4294967295    ethernet
53   dual-evpn     exit02          vni13  4294967295       vxlan
54   dual-evpn     exit02          vni24  4294967295       vxlan
60   dual-evpn     leaf01         bond01  4294967295        bond
61   dual-evpn     leaf01         bond02  4294967295        bond
83   dual-evpn     leaf02         bond01  4294967295        bond
84   dual-evpn     leaf02         bond02  4294967295        bond
106  dual-evpn     leaf03         bond01  4294967295        bond
107  dual-evpn     leaf03         bond02  4294967295        bond
129  dual-evpn     leaf04         bond01  4294967295        bond
130  dual-evpn     leaf04         bond02  4294967295        bond

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