Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 678653 Details for
Bug 895357
net-snmp-python adds zeros to end of IP address (IPADDR type), which is not valid
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Test python file for purposes of tcpdump to verify invalid IP address
snmp_test.py (text/x-python), 332 bytes, created by
Chris Smart
on 2013-01-15 05:57:20 UTC
(
hide
)
Description:
Test python file for purposes of tcpdump to verify invalid IP address
Filename:
MIME Type:
Creator:
Chris Smart
Created:
2013-01-15 05:57:20 UTC
Size:
332 bytes
patch
obsolete
>#!/bin/env python > >import netsnmp > ># this is only performing the IP function for the purposes of seeing the invalid IP address via tcpdump >oid = netsnmp.Varbind('.1.3.6.1.4.1.9.9.96.1.1.1.1', '5.50', '192.168.0.1', 'IPADDR') >result = netsnmp.snmpset(oid, Version = 2, DestHost = '192.168.0.254', Community = "secret") >print result >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 895357
: 678653 |
678654
|
680000
|
680001