mrtg-ipv6.txt
上传用户:shbosideng
上传日期:2013-05-04
资源大小:1555k
文件大小:4k
源码类别:

SNMP编程

开发平台:

C/C++

  1. MRTG-IPV6(1)                   mrtg                  MRTG-IPV6(1)
  2. NNAAMMEE
  3.        mrtg-ipv6 - IPv6 support in MRTG
  4. OOVVEERRVVIIEEWW
  5.        MRTG and cfgmaker support SNMP over IPv6. IPv6 targets can
  6.        be specified by hostname or IPv6 address, and if the
  7.        required libraries are present (see below), queries will
  8.        use IPv6.
  9. UUSSAAGGEE
  10.        EEnnaabblliinngg IIPPvv66
  11.        IPv6 is currently disabled by default and must be explic-
  12.        itly enabled. In MRTG this is done by turning on the
  13.        EEnnaabblleeIIPPvv66 global option in the configuration file. In
  14.        cfgmaker, it is enabled with the ----eennaabbllee--iippvv66 command-
  15.        line option.
  16.        If IPv6 is disabled, MRTG and cfgmaker should behave in
  17.        exactly the same way as previous versions. So the addition
  18.        of IPv6 support should have no effect on existing MRTG
  19.        setups unless IPv6 is enabled.
  20.        IPv6 support requires the Socket6 and INET6 libraries (see
  21.        below). If MRTG can't find them, IPv6 is disabled.
  22.        SSppeecciiffyyiinngg IIPPvv66 ttaarrggeettss
  23.        IPv6 targets may be specified by name or IPv6 address.
  24.        Numeric IPv6 addresses may be used with both cfgmaker and
  25.        MRTG, but they must be enclosed in square brackets.
  26.        For example, a target could be specified as:
  27.         public@[2001:760:4::]:161
  28.        Hostnames work as expected: first an IPv6 name lookup is
  29.        tried, then an IPv4 lookup.
  30.        TTaarrggeettss tthhaatt ddoo nnoott ssuuppppoorrtt SSNNMMPP oovveerr IIPPvv66
  31.        Many targets (this currently includes all Cisco routers)
  32.        do not yet support SNMP over IPv6 and must be monitored
  33.        over IPv4. This can cause problems if you specify a target
  34.        through its DNS name and the name maps to both the IPv6
  35.        address and the IPv4 address of the target: MRTG will only
  36.        try IPv6, and will fail.
  37.        To query these targets, use the IIPPvv44OOnnllyy per-target
  38.        option, which tells MRTG not to use SNMP over IPv6 for the
  39.        target.
  40.        MRTG does not fall back to IPv4 for performance and cor-
  41.        rectness reasons. If there are many routers to query, a
  42.        timeout for every router would make MRTG take too long to
  43.        query them all. And if, for some reason, IPv6 connectivity
  44.        to the target is lost, MRTG's error messages can help fig-
  45.        ure out what is wrong.
  46.        cfgmaker does fall back from IPv6 to IPv4. If IPv6 is
  47.        enabled and cfgmaker is given a hostname that resolves to
  48.        both an IPv6 and an IPv4 address, it first tries to query
  49.        the target over IPv6. If it receives no answer, it tries
  50.        again using IPv4. If the target answers, cfgmaker sets the
  51.        IPv4Only option in the generated config file.
  52. IIPPvv66 LLIIBBRRAARRIIEESS
  53.        LLiibbrraarriieess rreeqquuiirreedd
  54.        IPv6 support requires the SSoocckkeett66 and IINNEETT66 Perl modules.
  55.        Both can be downloaded from CPAN:
  56.        http://search.cpan.org/author/UMEMOTO/Socket6/
  57.        http://search.cpan.org/author/MONDEJAR/INET6/
  58.        If you use Debian, you will need the packages lliibb--
  59.        ssoocckkeett66--ppeerrll and lliibbiioo--ssoocckkeett--iinneett66--ppeerrll, which are (or
  60.        should soon be) in unstable.
  61.        So far, IPv6 support has been tested on Linux only, and
  62.        only with Socket6 version 0.12. Also note that IPv6 won't
  63.        work at all if you don't have INET6.pm version 2.00 or
  64.        newer.
  65.        IInnssttaalllliinngg tthhee lliibbrraarriieess
  66.        Building and installing Socket6 and INET6 is very simple.
  67.        For each module, just unpack the archive and then do:
  68.         perl Makefile.PL
  69.         make
  70.        and then:
  71.         su
  72.         make install
  73.        If you have installed the libraries successfully, cfgmaker
  74.        and mrtg should automatically detect them and allow IPv6
  75.        support to be enabled.
  76. AAUUTTHHOORR
  77.        Lorenzo Colitti <lorenzo location colitti.com>
  78. 2.13.2                      2006-02-03               MRTG-IPV6(1)