- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- SNMP over IPv6 is not working
Operating System - Linux
1825052
Members
4445
Online
109679
Solutions
Forums
Categories
Company
Local Language
юдл
back
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
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-16-2009 09:52 AM
тАО01-16-2009 09:52 AM
SNMP over IPv6 is not working
I have a box configured with dual-stack (See below). Also installed "A.11.00-011 HP-UX Internet Express" bundle. I also switched to use Net-Snmp agent. I can snmpwalk to its IPv4 address 15.2.127.255, but when:
# snmpwalk -c public -v 2c udp6:2620:0:a07:e402:21a:4bff:feab:9e92
getaddrinfo: host nor service provided, or not known
Timeout: No Response from udp6:2620:0:a07:e402:21a:4bff:feab:9e92
# uname -a
HP-UX it2tst10 B.11.31 U ia64 2962477973 unlimited-user license
# ifconfig lan0
lan0: flags=1843
inet 15.2.121.46 netmask fffff800 broadcast 15.2.127.255
lan0: flags=4800841
inet6 fe80::21a:4bff:feab:9e92 prefix 10
# ifconfig lan0:1
lan0:1: flags=1842
inet 0.0.0.0 netmask 0
lan0:1: flags=6800841
inet6 2620:0:a07:e402:21a:4bff:feab:9e92 prefix 64
# ps -ef | grep snmp
root 1339 1 0 Dec 18 ? 0:00 /usr/lbin/cmsnmpd
root 26877 1 0 10:30:44 ? 0:00 /opt/iexpress/net-snmp/sbin/snmp
d -c /opt/iexpress/net-snmp/share/snmp/snmpd.conf
# snmpwalk -c public -v 2c udp6:2620:0:a07:e402:21a:4bff:feab:9e92
getaddrinfo: host nor service provided, or not known
Timeout: No Response from udp6:2620:0:a07:e402:21a:4bff:feab:9e92
# uname -a
HP-UX it2tst10 B.11.31 U ia64 2962477973 unlimited-user license
# ifconfig lan0
lan0: flags=1843
inet 15.2.121.46 netmask fffff800 broadcast 15.2.127.255
lan0: flags=4800841
inet6 fe80::21a:4bff:feab:9e92 prefix 10
# ifconfig lan0:1
lan0:1: flags=1842
inet 0.0.0.0 netmask 0
lan0:1: flags=6800841
inet6 2620:0:a07:e402:21a:4bff:feab:9e92 prefix 64
# ps -ef | grep snmp
root 1339 1 0 Dec 18 ? 0:00 /usr/lbin/cmsnmpd
root 26877 1 0 10:30:44 ? 0:00 /opt/iexpress/net-snmp/sbin/snmp
d -c /opt/iexpress/net-snmp/share/snmp/snmpd.conf
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2009 11:49 AM
тАО01-16-2009 11:49 AM
Re: SNMP over IPv6 is not working
http://www.ipv6ready.org/frames.html
"Light travels faster than sound. That's why some people appear bright until you hear them speak."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-16-2009 12:30 PM
тАО01-16-2009 12:30 PM
Re: SNMP over IPv6 is not working
Sorry, you mean it is not ready yet?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-21-2009 02:07 PM
тАО01-21-2009 02:07 PM
Re: SNMP over IPv6 is not working
Here is my latest progress. Actually still same. I modified /opt/iexpress/net-snmp/etc/snmp/snmpd.conf to include the following configuration with the rest untoughed:
"####
# First, map the community name (COMMUNITY) into a security name
# (local and mynetwork, depending on where the request is coming
# from):
# sec.name source community
com2sec local localhost public
com2sec mynetwork 2620:2::/64 public"
Then I restart the snmpd but got the following error. Seems it does not recognize the IPv6 address:
# /opt/iexpress/net-snmp/sbin/snmpd udp6:161
/opt/iexpress/net-snmp/etc/snmp/snmpd.conf: line 62: Error: bad source address
net-snmp: 1 error(s) in config file(s)
getaddrinfo: host nor service provided, or not known
NET-SNMP version 5.4.1.2
"####
# First, map the community name (COMMUNITY) into a security name
# (local and mynetwork, depending on where the request is coming
# from):
# sec.name source community
com2sec local localhost public
com2sec mynetwork 2620:2::/64 public"
Then I restart the snmpd but got the following error. Seems it does not recognize the IPv6 address:
# /opt/iexpress/net-snmp/sbin/snmpd udp6:161
/opt/iexpress/net-snmp/etc/snmp/snmpd.conf: line 62: Error: bad source address
net-snmp: 1 error(s) in config file(s)
getaddrinfo: host nor service provided, or not known
NET-SNMP version 5.4.1.2
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP