Replies: 1 comment 6 replies
-
I have no issue with this. The contributions are community/crowd sourced, so we take what people submit for the most part with minor adjustments. I can see some people complaining because they would track the licenses in the hostname, maybe a comment in each file would help to describe this. If I run a show version, does the license variation appear in the version model number? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Cisco device library can be confusing. Looking at just a small selection of the Cisco Catalyst 9300 series shows many different models:
However, note that these models do not contain the "-E" or "-A" at the end of the model name. Only once we go down to the "Ordering Information" do we see these letters show up:
This is because the "-E" or "-A" only refers to what license you are purchasing with the switch.
I wish to emphasize that the underlying equipment is the same, only the license is different, and that license can be changed after the fact.
Because of this, I have removed all references to licenses in our own Netbox implementation, so instead of
C9300L-48P-4G-E
or
C9300L-48P-4G-A
It just reads
C9300L-48P-4G
To me this makes sense, since the underlying model is in fact C9300L-48P-4G.
Because of this I suggest that we remove any references to licenses from Device Types in the library, especially when it leads to duplicate entries for the same physical Device Type. This will simplify the library and keep the focus on modeling the actual devices, not whatever license was purchased at the time of sale.
If keeping track of licenses is important, then a custom field can be used (or some other function).
What do you guys think?
Beta Was this translation helpful? Give feedback.
All reactions