06-30-2023 09:21 AM
I'm using Cisco ISO 7200 (15.2M11) release product. When I enable SNMP, I cannot get the SNMP information of the device through the IPv6 global address, but I can get the device information through SNMP normally through the IPv4 address. Check the listening UDP port and find that the device only enables the listen port of link-local address of the SNMP link. How to enable the listen of the SNMP global IPv6 address?
Below is my topology, I am using g0/0 on R1 to connect my computer.
I have attached my config file of R1 router.
My computer has already got the global IPv6 address by SLLAC.
以太网适配器 以太网 2:
连接特定的 DNS 后缀 . . . . . . . :
描述. . . . . . . . . . . . . . . : Microsoft KM-TEST 环回适配器
物理地址. . . . . . . . . . . . . : 02-00-4C-4F-4F-50
DHCP 已启用 . . . . . . . . . . . : 否
自动配置已启用. . . . . . . . . . : 是
IPv6 地址 . . . . . . . . . . . . : 2000::3d6c:5c4f:ba37:dfb4(首选)
临时 IPv6 地址. . . . . . . . . . : 2000::e41a:fe4c:4f41:d680(首选)
本地链接 IPv6 地址. . . . . . . . : fe80::a966:8e03:196d:130c%5(首选)
IPv4 地址 . . . . . . . . . . . . : 10.1.1.254(首选)
子网掩码 . . . . . . . . . . . . : 255.255.255.0
默认网关. . . . . . . . . . . . . : fe80::c801:1cff:fe30:8%5
10.1.1.1
DHCPv6 IAID . . . . . . . . . . . : 587333708
DHCPv6 客户端 DUID . . . . . . . : 00-01-00-01-2B-41-CD-8C-F4-6B-8C-86-A4-24
DNS 服务器 . . . . . . . . . . . : 114.114.114.114
218.2.135.1
127.0.0.1
TCPIP 上的 NetBIOS . . . . . . . : 已启用
06-30-2023 09:58 AM
- Check this document : https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/ipv6_nman/configuration/xe-3se/5700/ip6-snmp.html and implement the guidelines ,
M.
06-30-2023 10:49 AM
Hi @angelyouyou ,
You should be able to poll the device using IPv6 using the global unicast address, even though the "show udp" states that the device is listening on the link local address.
Did you try to perform a snmpget or snmpwalk from the workstation using the IPv6 address of the router?
Regards,
07-01-2023 04:38 AM - edited 07-01-2023 04:41 AM
Thanks very much.
You're right. IPv6 SNMP server is not relate with IPv6 address UDP status (caused a bit of confusion), even there're only link-local address were listened.
MG-SOFT MIB Browser(v10.0) can not send IPv6 SNMP request after I captured the packet, maybe some settings are wrong.
When I use another SNMP client util(iReasoning MIB Browser), I can get or walk SNMP information by IPv6 address communicated with Cisco Router.My problem was solved.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide