- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SNMP ipAddrTable data missing with HP-UX 11.11
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 08:36 AM
01-09-2003 08:36 AM
~
Does anyone know of a resolution for this problem?
snmpd.conf change?
HPUX patch?
~
Thanks,
Terry
~
~
($)nnm:[~](506)> snmpwalk sapprdc1 system
system.sysDescr.0 : DISPLAY STRING- (ascii): HP-UX sapprdc1 B.11.11 U 9000/800 641304823
system.sysObjectID.0 : OBJECT IDENTIFIER: .iso.org.dod.internet.private.enterprises.hp.nm.system.hpux.hp9000s800
system.sysUpTime.0 : Timeticks: (228359522) 26 days, 10:19:55.22
system.sysContact.0 : DISPLAY STRING- (ascii):
system.sysName.0 : DISPLAY STRING- (ascii): sapprdc1.fenetwork.com
system.sysLocation.0 : DISPLAY STRING- (ascii):
system.sysServices.0 : INTEGER: 72
system.sysORLastChange.0 : Timeticks: (0) 0:00:00.00
~
~
($)nnm:[~](507)> snmpwalk sapprdc1 ipAddrTable
no MIB objects contained under subtree.
~
~
~
~
($)nnm:[~](508)> snmpwalk sysmgt1 system
system.sysDescr.0 : DISPLAY STRING- (ascii): HP-UX sysmgt1 B.11.00 A 9000/782 2003567436
system.sysObjectID.0 : OBJECT IDENTIFIER: .iso.org.dod.internet.private.enterprises.hp.nm.system.hpux.hp9000s700
system.sysUpTime.0 : Timeticks: (265628256) 30 days, 17:51:22.56
system.sysContact.0 : DISPLAY STRING- (ascii):
system.sysName.0 : DISPLAY STRING- (ascii): sysmgt1.fenetwork.com
system.sysLocation.0 : DISPLAY STRING- (ascii):
system.sysServices.0 : INTEGER: 72
system.sysORLastChange.0 : Timeticks: (0) 0:00:00.00
~
~
($)nnm:[~](509)> snmpwalk sapman1 ipAddrTable
ip.ipAddrTable.ipAddrEntry.ipAdEntAddr.127.0.0.1 : IpAddress: 127.0.0.1
ip.ipAddrTable.ipAddrEntry.ipAdEntAddr.148.108.134.143 : IpAddress: 148.108.134.143
ip.ipAddrTable.ipAddrEntry.ipAdEntIfIndex.127.0.0.1 : INTEGER: 3
ip.ipAddrTable.ipAddrEntry.ipAdEntIfIndex.148.108.134.143 : INTEGER: 4
ip.ipAddrTable.ipAddrEntry.ipAdEntNetMask.127.0.0.1 : IpAddress: 255.0.0.0
ip.ipAddrTable.ipAddrEntry.ipAdEntNetMask.148.108.134.143 : IpAddress: 255.255.255.128
ip.ipAddrTable.ipAddrEntry.ipAdEntBcastAddr.127.0.0.1 : INTEGER: 0
ip.ipAddrTable.ipAddrEntry.ipAdEntBcastAddr.148.108.134.143 : INTEGER: -1804795905
ip.ipAddrTable.ipAddrEntry.ipAdEntReasmMaxSize.127.0.0.1 : INTEGER: 65535
ip.ipAddrTable.ipAddrEntry.ipAdEntReasmMaxSize.148.108.134.143 : INTEGER: 65535
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 09:04 AM
01-09-2003 09:04 AM
Re: SNMP ipAddrTable data missing with HP-UX 11.11
http://hp.cso.uiuc.edu/ftp/pub/hp/patches/11.11/PHSS_27333
There are at least two netmon patches which mention ipAddrEntry.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 09:19 AM
01-09-2003 09:19 AM
Re: SNMP ipAddrTable data missing with HP-UX 11.11
I get the same results when I use a non-HP snmpwalk command.
In the mean time I have found that much of the SNMP mib-2 structure is missing.
The only parts I see on the HPUX 11.11 machines are...
mib-2.system
mib-2.transmission
mib-2.snmp
Missing parts are...
mib-2.interfaces
mib-2.at
mib-2.ip
mib-2.icmp
mib-2.tcp
mib-2.udp
Which do appear on the HPUX 11.00 machines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 09:41 AM
01-09-2003 09:41 AM
Solution* ensure all the sub agent processes are running. You may need to set the appropriate startup variables in the /etc/rc.config.d/Snmp* scripts
* Check /etc/SnmpAgent.d/snmpd.conf for community string settings. Its possible to restrict access to parts of the MIB tree using this file.
Regards,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2003 11:44 AM
01-09-2003 11:44 AM
Re: SNMP ipAddrTable data missing with HP-UX 11.11
Thanks very much!!!