> Can some now if it possible to measure BGP-4 with MRTG .
>  

Yes, but the snmp support for bgp is likely to be vendor dependent. If you
go to ftp.cisco.com and dig for the snmp mib variables, you will find a file
with a name similar to "BGP4-MIB" that contains their definitions. Typical
mib variables include:

BgpPeerEntry ::= SEQUENCE {
    bgpPeerIdentifier IpAddress,
    bgpPeerState INTEGER,
    bgpPeerAdminStatus INTEGER,
    bgpPeerNegotiatedVersion Integer32,
    bgpPeerLocalAddr IpAddress,
    bgpPeerLocalPort INTEGER,
    bgpPeerRemoteAddr IpAddress,
    bgpPeerRemotePort INTEGER,
    bgpPeerRemoteAs INTEGER,
    bgpPeerInUpdates Counter32,
    bgpPeerOutUpdates Counter32,
    bgpPeerInTotalMessages Counter32,
    bgpPeerOutTotalMessages Counter32,
    bgpPeerLastError OCTET STRING,
    bgpPeerFsmEstablishedTransitions Counter32,
    bgpPeerFsmEstablishedTime Gauge32,
    bgpPeerConnectRetryInterval INTEGER,
    bgpPeerHoldTime INTEGER,
    bgpPeerKeepAlive INTEGER,
    bgpPeerHoldTimeConfigured INTEGER,
    bgpPeerKeepAliveConfigured INTEGER,
    bgpPeerMinASOriginationInterval INTEGER,
    bgpPeerMinRouteAdvertisementInterval INTEGER,
    bgpPeerInUpdateElapsedTime Gauge32
    }

There are other variables that can be monitored in addition to those 
shown above.  I don't have an OID translation for the above.

Rich


--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to