IPv6 route table SNMP MIB
Posted yanhc
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IPv6 route table SNMP MIB相关的知识,希望对你有一定的参考价值。
有说明
http://www.net-snmp.org/docs/mibs/ipv6MIB.html
华三MIB支持说明,其中有,Comware MIB-20180423H3C Public MIB fc2465-ipv6.mib,rfc5643-ospfv3.mib(不涉及路由表,不涉及LSDB)
http://www.h3c.com/cn/d_200905/635750_30003_0.htm
| +--ipv6RouteTable(11)
| | |
| | +--ipv6RouteEntry(1)
| | | Index: ipv6RouteDest, ipv6RoutePfxLength, ipv6RouteIndex
| | |
| | +-- ---- String ipv6RouteDest(1)
| | | Textual Convention: Ipv6Address
| | | Size: 16
| | +-- ---- INTEGER ipv6RoutePfxLength(2)
| | | Range: 0..128
| | +-- ---- Unsigned ipv6RouteIndex(3)
| | +-- -R-- Integer32 ipv6RouteIfIndex(4)
| | | Textual Convention: Ipv6IfIndexOrZero
| | | Range: 0..2147483647
| | +-- -R-- String ipv6RouteNextHop(5)
| | | Textual Convention: Ipv6Address
| | | Size: 16
| | +-- -R-- EnumVal ipv6RouteType(6)
| | | Values: other(1), discard(2), local(3), remote(4)
| | +-- -R-- EnumVal ipv6RouteProtocol(7)
| | | Values: other(1), local(2), netmgmt(3), ndisc(4), rip(5), ospf(6), bgp(7), idrp(8), igrp(9)
| | +-- -R-- Integer32 ipv6RoutePolicy(8)
| | +-- -R-- Unsigned ipv6RouteAge(9)
| | +-- -R-- Unsigned ipv6RouteNextHopRDI(10)
| | +-- -R-- Unsigned ipv6RouteMetric(11)
| | +-- -R-- Unsigned ipv6RouteWeight(12)
| | +-- -R-- ObjID ipv6RouteInfo(13)
| | | Textual Convention: RowPointer
| | +-- -RW- EnumVal ipv6RouteValid(14)
| | Textual Convention: TruthValue
| | Values: true(1), false(2)
以上是关于IPv6 route table SNMP MIB的主要内容,如果未能解决你的问题,请参考以下文章
pysnmp 自定义MIB编写SNMP代理 (python 开发 snmp)
发送和接收 SNMP 陷阱并为 NAS 设备创建 MIB 文件