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
08-20-2002 05:29 AM
08-20-2002 05:29 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:31 AM
08-20-2002 05:31 AM
Re: SNMP
telnet b 161
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:35 AM
08-20-2002 05:35 AM
Re: SNMP
you can use 'lsof' on the remote system and see if the port is configured to accept requests.
hth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:38 AM
08-20-2002 05:38 AM
Re: SNMP
Did the FW group open port 161 UDP?
SNMP uses UDP & not TCP, so have them doublecheck.
They'll also have to open 162/UDP for the traps.
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:45 AM
08-20-2002 05:45 AM
Re: SNMP
I tried 'telnet b 161' on this 10.20 box and it returned 'b: Unknown Host'. Am I not understanding your command?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:48 AM
08-20-2002 05:48 AM
Re: SNMP
/usr/sbin/hp_unixagt
/usr/sbin/mib2agt
the snmpd daemon is running though.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:49 AM
08-20-2002 05:49 AM
Re: SNMP
Harry meant
telnet hostname_of_b 161
i.e. telnet to the host on port 161.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:51 AM
08-20-2002 05:51 AM
Re: SNMP
If it connects OK that's eveidence that the FW group opened 161/TCP & you need 161/UDP and 162/UDP.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:53 AM
08-20-2002 05:53 AM
Re: SNMP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 05:56 AM
08-20-2002 05:56 AM
Re: SNMP
This will give you the explanation:
# man telnet
If you are not giving any telnet ports, it will try connecting to the default one. You can also check the /etc/services file and see if the port is defined there and which service is running.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 06:02 AM
08-20-2002 06:02 AM
Re: SNMP
'telnet ihshp2 161'
Returns:
'telnet ihshp2 161
Trying...
telnet: Unable to connect to remote host: Connection refused'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 06:23 AM
08-20-2002 06:23 AM
Re: SNMP
Can you do nslookup ihshp2 and see how the name is resolved , also you may try the nslookup IP adress , onc ethis get throght then you may be able to login or accces it using the port no.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 06:27 AM
08-20-2002 06:27 AM
Re: SNMP
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000048605640
Doc ID - A5858520
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 06:53 AM
08-20-2002 06:53 AM
SolutionYea, sorry about that, telnet isn't going to work here. try loading this:
http://hpux.cs.utah.edu/hppd/hpux/Networking/Admin/tricklet-1.4/
then test it with this on HOSTA:
echo "sysDescr" | /opt/tricklet/bin/snmp-get HOSTNAMEB
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2002 07:32 AM
08-20-2002 07:32 AM
Re: SNMP
Exactly what I was looking for. Could you srdf your knowledge. I need an upgrade.