-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add part number field to DeviceType #292
Comments
For my cisco switches I do a -WS-C3750E-24 I don't have any POE models and am agnostic to IPbase vs IPservices so I don't bother to store the bits after that typically indicate the licensing included, POE, or other - but - if I did I would include them - there are though as you say so many variations that it's not (in my application) worth tracking it that granularly. Each of these are their own device type with corresponding interfaces pre-set (sans VLANs) |
Each variation is its own device type. Even a minimal difference between models (e.g. PoE versus non-PoE) is still a difference and needs to be accounted for. At most we might introduce the concept of a series to group similar devices, but that would just be for convenience. |
Yea I'm with you on series for connivence, its really not absolutely needed. But what are your thoughts on model / part number. IE Part Name (Catalyst 3750X 48T-S) vs the official part number (WS-C3750X-48T-S). |
I can see value in having a field for part/model. We have some Cisco 3500 series switches that all say on the chassis they are So it becomes, do I make a type for each based on Not sure how other manufacturers stack up but another use case to validate would be great otherwise we're essentially storing redundant information. |
Intending to implement this as a new (optional) free-form |
I know that this tool will use RPC (ssh/netconf/etc.) instead of SNMP when interacting with devices, but with other DCIM I have seen issues with model numbers polled do not even resemble the official model numbers. As such, this has forced the need for model names, model numbers, an aliases for when odd SNMP model numbers are presented.
Regardless, I am just thinking about how we can enhance this object. Furthermore, how should we handle the various variations of switch like the Catalyst 3750? What are your thoughts on:
The text was updated successfully, but these errors were encountered: