We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
from nelsnmp.hostinfo.device import HostInfo from nelsnmp.snmp import SnmpHandler handler = SnmpHandler(host='itb-3206-a', version='2c', community="public") hostinfo = HostInfo(handler) hostinfo.get_all() hostinfo.dict {'sysobjectid': '1.3.6.1.4.1.1916.2.93', 'vendor': 'UNKNOWN', 'description': u'ExtremeXOS (Stack) version 15.3.1.4 v1531b4-patch1-33 by release-manager }
from nelsnmp.hostinfo.device import HostInfo from nelsnmp.snmp import SnmpHandler
handler = SnmpHandler(host='itb-3206-a', version='2c', community="public") hostinfo = HostInfo(handler) hostinfo.get_all() hostinfo.dict {'sysobjectid': '1.3.6.1.4.1.1916.2.93', 'vendor': 'UNKNOWN', 'description': u'ExtremeXOS (Stack) version 15.3.1.4 v1531b4-patch1-33 by release-manager }
Vendor: Extreme OS: ExtremeXOS Model: Summit (But this is not obvious from the output) Version: 15.3.1.4 v1531b4-patch1-33
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Vendor: Extreme
OS: ExtremeXOS
Model: Summit (But this is not obvious from the output)
Version: 15.3.1.4 v1531b4-patch1-33
The text was updated successfully, but these errors were encountered: