SNMP ipRouteTable Windows、AIX与LINUX不同

Windows、AIX返回13个项目:

 ipRouteDest    1.3.6.1.2.1.4.21.1.1
 ipRouteAge    1.3.6.1.2.1.4.21.1.10
 ipRouteMask    1.3.6.1.2.1.4.21.1.11
 ipRouteMetric5    1.3.6.1.2.1.4.21.1.12
 ipRouteInfo    1.3.6.1.2.1.4.21.1.13
 ipRouteIfIndex    1.3.6.1.2.1.4.21.1.2
 ipRouteMetric1    1.3.6.1.2.1.4.21.1.3
 ipRouteMetric2    1.3.6.1.2.1.4.21.1.4
 ipRouteMetric3    1.3.6.1.2.1.4.21.1.5
 ipRouteMetric4    1.3.6.1.2.1.4.21.1.6
 ipRouteNextHop    1.3.6.1.2.1.4.21.1.7
 ipRouteType    1.3.6.1.2.1.4.21.1.8
 ipRouteProto    1.3.6.1.2.1.4.21.1.9
--------------------- 
完整的实现了标准

C:\Users\Administrator>snmpwalk -v 2c -c public localhost .iso.org.dod.internet.mgmt.mib-2.ip.ipRouteTable.ipRouteEntry
RFC1213-MIB::ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteDest.127.0.0.0 = IpAddress: 127.0.0.0
RFC1213-MIB::ipRouteDest.127.0.0.1 = IpAddress: 127.0.0.1
RFC1213-MIB::ipRouteDest.127.255.255.255 = IpAddress: 127.255.255.255
RFC1213-MIB::ipRouteDest.192.168.0.0 = IpAddress: 192.168.0.0
RFC1213-MIB::ipRouteDest.192.168.0.3 = IpAddress: 192.168.0.3
RFC1213-MIB::ipRouteDest.192.168.0.255 = IpAddress: 192.168.0.255
RFC1213-MIB::ipRouteDest.192.168.6.0 = IpAddress: 192.168.6.0
RFC1213-MIB::ipRouteDest.192.168.6.1 = IpAddress: 192.168.6.1
RFC1213-MIB::ipRouteDest.192.168.6.255 = IpAddress: 192.168.6.255
RFC1213-MIB::ipRouteDest.192.168.111.0 = IpAddress: 192.168.111.0
RFC1213-MIB::ipRouteDest.192.168.111.1 = IpAddress: 192.168.111.1
RFC1213-MIB::ipRouteDest.192.168.111.255 = IpAddress: 192.168.111.255
RFC1213-MIB::ipRouteDest.224.0.0.0 = IpAddress: 224.0.0.0
RFC1213-MIB::ipRouteDest.255.255.255.255 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteIfIndex.0.0.0.0 = INTEGER: 8
RFC1213-MIB::ipRouteIfIndex.127.0.0.0 = INTEGER: 1
RFC1213-MIB::ipRouteIfIndex.127.0.0.1 = INTEGER: 1
RFC1213-MIB::ipRouteIfIndex.127.255.255.255 = INTEGER: 1
RFC1213-MIB::ipRouteIfIndex.192.168.0.0 = INTEGER: 8
RFC1213-MIB::ipRouteIfIndex.192.168.0.3 = INTEGER: 8
RFC1213-MIB::ipRouteIfIndex.192.168.0.255 = INTEGER: 8
RFC1213-MIB::ipRouteIfIndex.192.168.6.0 = INTEGER: 21
RFC1213-MIB::ipRouteIfIndex.192.168.6.1 = INTEGER: 21
RFC1213-MIB::ipRouteIfIndex.192.168.6.255 = INTEGER: 21
RFC1213-MIB::ipRouteIfIndex.192.168.111.0 = INTEGER: 11
RFC1213-MIB::ipRouteIfIndex.192.168.111.1 = INTEGER: 11
RFC1213-MIB::ipRouteIfIndex.192.168.111.255 = INTEGER: 11
RFC1213-MIB::ipRouteIfIndex.224.0.0.0 = INTEGER: 1
RFC1213-MIB::ipRouteIfIndex.255.255.255.255 = INTEGER: 1
RFC1213-MIB::ipRouteMetric1.0.0.0.0 = INTEGER: 55
RFC1213-MIB::ipRouteMetric1.127.0.0.0 = INTEGER: 331
RFC1213-MIB::ipRouteMetric1.127.0.0.1 = INTEGER: 331
RFC1213-MIB::ipRouteMetric1.127.255.255.255 = INTEGER: 331
RFC1213-MIB::ipRouteMetric1.192.168.0.0 = INTEGER: 311
RFC1213-MIB::ipRouteMetric1.192.168.0.3 = INTEGER: 311
RFC1213-MIB::ipRouteMetric1.192.168.0.255 = INTEGER: 311
RFC1213-MIB::ipRouteMetric1.192.168.6.0 = INTEGER: 291
RFC1213-MIB::ipRouteMetric1.192.168.6.1 = INTEGER: 291
RFC1213-MIB::ipRouteMetric1.192.168.6.255 = INTEGER: 291
RFC1213-MIB::ipRouteMetric1.192.168.111.0 = INTEGER: 291
RFC1213-MIB::ipRouteMetric1.192.168.111.1 = INTEGER: 291
RFC1213-MIB::ipRouteMetric1.192.168.111.255 = INTEGER: 291
RFC1213-MIB::ipRouteMetric1.224.0.0.0 = INTEGER: 331
RFC1213-MIB::ipRouteMetric1.255.255.255.255 = INTEGER: 331
RFC1213-MIB::ipRouteMetric2.0.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.127.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.127.0.0.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.127.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.0.3 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.0.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.6.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.6.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.6.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.111.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.111.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.192.168.111.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.224.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric2.255.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.0.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.127.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.127.0.0.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.127.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.0.3 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.0.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.6.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.6.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.6.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.111.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.111.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.192.168.111.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.224.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric3.255.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.0.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.127.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.127.0.0.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.127.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.0.3 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.0.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.6.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.6.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.6.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.111.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.111.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.192.168.111.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.224.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric4.255.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteNextHop.0.0.0.0 = IpAddress: 192.168.0.1
RFC1213-MIB::ipRouteNextHop.127.0.0.0 = IpAddress: 127.0.0.1
RFC1213-MIB::ipRouteNextHop.127.0.0.1 = IpAddress: 127.0.0.1
RFC1213-MIB::ipRouteNextHop.127.255.255.255 = IpAddress: 127.0.0.1
RFC1213-MIB::ipRouteNextHop.192.168.0.0 = IpAddress: 192.168.0.3
RFC1213-MIB::ipRouteNextHop.192.168.0.3 = IpAddress: 192.168.0.3
RFC1213-MIB::ipRouteNextHop.192.168.0.255 = IpAddress: 192.168.0.3
RFC1213-MIB::ipRouteNextHop.192.168.6.0 = IpAddress: 192.168.6.1
RFC1213-MIB::ipRouteNextHop.192.168.6.1 = IpAddress: 192.168.6.1
RFC1213-MIB::ipRouteNextHop.192.168.6.255 = IpAddress: 192.168.6.1
RFC1213-MIB::ipRouteNextHop.192.168.111.0 = IpAddress: 192.168.111.1
RFC1213-MIB::ipRouteNextHop.192.168.111.1 = IpAddress: 192.168.111.1
RFC1213-MIB::ipRouteNextHop.192.168.111.255 = IpAddress: 192.168.111.1
RFC1213-MIB::ipRouteNextHop.224.0.0.0 = IpAddress: 127.0.0.1
RFC1213-MIB::ipRouteNextHop.255.255.255.255 = IpAddress: 127.0.0.1
RFC1213-MIB::ipRouteType.0.0.0.0 = INTEGER: indirect(4)
RFC1213-MIB::ipRouteType.127.0.0.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.127.0.0.1 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.127.255.255.255 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.0.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.0.3 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.0.255 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.6.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.6.1 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.6.255 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.111.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.111.1 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.111.255 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.224.0.0.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.255.255.255.255 = INTEGER: direct(3)
RFC1213-MIB::ipRouteProto.0.0.0.0 = INTEGER: netmgmt(3)
RFC1213-MIB::ipRouteProto.127.0.0.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.127.0.0.1 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.127.255.255.255 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.0.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.0.3 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.0.255 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.6.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.6.1 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.6.255 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.111.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.111.1 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.111.255 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.224.0.0.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.255.255.255.255 = INTEGER: local(2)
RFC1213-MIB::ipRouteAge.0.0.0.0 = INTEGER: 876
RFC1213-MIB::ipRouteAge.127.0.0.0 = INTEGER: 890
RFC1213-MIB::ipRouteAge.127.0.0.1 = INTEGER: 890
RFC1213-MIB::ipRouteAge.127.255.255.255 = INTEGER: 890
RFC1213-MIB::ipRouteAge.192.168.0.0 = INTEGER: 876
RFC1213-MIB::ipRouteAge.192.168.0.3 = INTEGER: 876
RFC1213-MIB::ipRouteAge.192.168.0.255 = INTEGER: 876
RFC1213-MIB::ipRouteAge.192.168.6.0 = INTEGER: 870
RFC1213-MIB::ipRouteAge.192.168.6.1 = INTEGER: 870
RFC1213-MIB::ipRouteAge.192.168.6.255 = INTEGER: 870
RFC1213-MIB::ipRouteAge.192.168.111.0 = INTEGER: 873
RFC1213-MIB::ipRouteAge.192.168.111.1 = INTEGER: 873
RFC1213-MIB::ipRouteAge.192.168.111.255 = INTEGER: 873
RFC1213-MIB::ipRouteAge.224.0.0.0 = INTEGER: 890
RFC1213-MIB::ipRouteAge.255.255.255.255 = INTEGER: 890
RFC1213-MIB::ipRouteMask.0.0.0.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteMask.127.0.0.0 = IpAddress: 255.0.0.0
RFC1213-MIB::ipRouteMask.127.0.0.1 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.127.255.255.255 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.192.168.0.0 = IpAddress: 255.255.255.0
RFC1213-MIB::ipRouteMask.192.168.0.3 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.192.168.0.255 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.192.168.6.0 = IpAddress: 255.255.255.0
RFC1213-MIB::ipRouteMask.192.168.6.1 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.192.168.6.255 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.192.168.111.0 = IpAddress: 255.255.255.0
RFC1213-MIB::ipRouteMask.192.168.111.1 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.192.168.111.255 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMask.224.0.0.0 = IpAddress: 240.0.0.0
RFC1213-MIB::ipRouteMask.255.255.255.255 = IpAddress: 255.255.255.255
RFC1213-MIB::ipRouteMetric5.0.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.127.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.127.0.0.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.127.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.0.3 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.0.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.6.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.6.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.6.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.111.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.111.1 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.192.168.111.255 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.224.0.0.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric5.255.255.255.255 = INTEGER: 0
RFC1213-MIB::ipRouteInfo.0.0.0.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.127.0.0.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.127.0.0.1 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.127.255.255.255 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.0.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.0.3 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.0.255 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.6.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.6.1 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.6.255 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.111.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.111.1 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.111.255 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.224.0.0.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.255.255.255.255 = OID: SNMPv2-SMI::zeroDotZero

C:\Users\Administrator> route print
===========================================================================
接口列表
  9...f0 de f1 d9 84 5c ......Intel(R) 82579LM Gigabit Network Connection
 20...10 0b a9 bc 40 f1 ......Microsoft Wi-Fi Direct Virtual Adapter #2
 14...12 0b a9 bc 40 f0 ......Microsoft Wi-Fi Direct Virtual Adapter #3
 21...00 50 56 c0 00 01 ......VMware Virtual Ethernet Adapter for VMnet1
 11...00 50 56 c0 00 08 ......VMware Virtual Ethernet Adapter for VMnet8
  8...10 0b a9 bc 40 f0 ......Intel(R) Centrino(R) Advanced-N 6205
 10...7c e9 d3 b4 83 9c ......Bluetooth PAN HelpText
  1...........................Software Loopback Interface 1
===========================================================================

IPv4 路由表
===========================================================================
活动路由:
网络目标        网络掩码          网关       接口   跃点数
          0.0.0.0          0.0.0.0      192.168.0.1      192.168.0.3     55
        127.0.0.0        255.0.0.0            在链路上         127.0.0.1    331
        127.0.0.1  255.255.255.255            在链路上         127.0.0.1    331
  127.255.255.255  255.255.255.255            在链路上         127.0.0.1    331
      192.168.0.0    255.255.255.0            在链路上       192.168.0.3    311
      192.168.0.3  255.255.255.255            在链路上       192.168.0.3    311
    192.168.0.255  255.255.255.255            在链路上       192.168.0.3    311
      192.168.6.0    255.255.255.0            在链路上       192.168.6.1    291
      192.168.6.1  255.255.255.255            在链路上       192.168.6.1    291
    192.168.6.255  255.255.255.255            在链路上       192.168.6.1    291
    192.168.111.0    255.255.255.0            在链路上     192.168.111.1    291
    192.168.111.1  255.255.255.255            在链路上     192.168.111.1    291
  192.168.111.255  255.255.255.255            在链路上     192.168.111.1    291
        224.0.0.0        240.0.0.0            在链路上         127.0.0.1    331
        224.0.0.0        240.0.0.0            在链路上       192.168.6.1    291
        224.0.0.0        240.0.0.0            在链路上     192.168.111.1    291
        224.0.0.0        240.0.0.0            在链路上       192.168.0.3    311
  255.255.255.255  255.255.255.255            在链路上         127.0.0.1    331
  255.255.255.255  255.255.255.255            在链路上       192.168.6.1    291
  255.255.255.255  255.255.255.255            在链路上     192.168.111.1    291
  255.255.255.255  255.255.255.255            在链路上       192.168.0.3    311
===========================================================================
永久路由:
  网络地址          网络掩码  网关地址  跃点数
          0.0.0.0          0.0.0.0     172.16.1.254     默认
===========================================================================

IPv6 路由表
===========================================================================
活动路由:
 接口跃点数网络目标                网关
  1    331 ::1/128                  在链路上
 21    291 fe80::/64                在链路上
 11    291 fe80::/64                在链路上
  8    311 fe80::/64                在链路上
 11    291 fe80::21aa:6587:de45:9505/128
                                    在链路上
 21    291 fe80::40bc:f4ce:743a:4791/128
                                    在链路上
  8    311 fe80::7838:71f7:a8a3:775e/128
                                    在链路上
  1    331 ff00::/8                 在链路上
 21    291 ff00::/8                 在链路上
 11    291 ff00::/8                 在链路上
  8    311 ff00::/8                 在链路上
===========================================================================
永久路由:
  无

 

LINUX返回8个项目:

C:\Users\Administrator>snmpwalk -v 2c -c public 192.168.111.139 .iso.org.dod.internet.mgmt.mib-2.ip.ipRouteTable.ipRouteEntry
RFC1213-MIB::ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteDest.192.168.111.0 = IpAddress: 192.168.111.0
RFC1213-MIB::ipRouteDest.192.168.122.0 = IpAddress: 192.168.122.0
RFC1213-MIB::ipRouteIfIndex.0.0.0.0 = INTEGER: 2
RFC1213-MIB::ipRouteIfIndex.192.168.111.0 = INTEGER: 2
RFC1213-MIB::ipRouteIfIndex.192.168.122.0 = INTEGER: 3
RFC1213-MIB::ipRouteMetric1.0.0.0.0 = INTEGER: 1
RFC1213-MIB::ipRouteMetric1.192.168.111.0 = INTEGER: 0
RFC1213-MIB::ipRouteMetric1.192.168.122.0 = INTEGER: 0
RFC1213-MIB::ipRouteNextHop.0.0.0.0 = IpAddress: 192.168.111.2
RFC1213-MIB::ipRouteNextHop.192.168.111.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteNextHop.192.168.122.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteType.0.0.0.0 = INTEGER: indirect(4)
RFC1213-MIB::ipRouteType.192.168.111.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteType.192.168.122.0 = INTEGER: direct(3)
RFC1213-MIB::ipRouteProto.0.0.0.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.111.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteProto.192.168.122.0 = INTEGER: local(2)
RFC1213-MIB::ipRouteMask.0.0.0.0 = IpAddress: 0.0.0.0
RFC1213-MIB::ipRouteMask.192.168.111.0 = IpAddress: 255.255.255.0
RFC1213-MIB::ipRouteMask.192.168.122.0 = IpAddress: 255.255.255.0
RFC1213-MIB::ipRouteInfo.0.0.0.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.111.0 = OID: SNMPv2-SMI::zeroDotZero
RFC1213-MIB::ipRouteInfo.192.168.122.0 = OID: SNMPv2-SMI::zeroDotZero
 

 

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值