[swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring

2012-02-03 Diskussionsfäden Marco Fretz
Hi SwiNOGers,

I started searching the web for a good solution on this task years
ago. There was and is as far I can tell no actual SNMP MIB for
monitoring IPv6 BGP and OSPFv3. The only thing that could be a
solution is this already expired IETF draft
http://tools.ietf.or/html/draft-ietf-idr-bgp4-mibv2-10

Can anyone give me an idea of how you are monitoring your IPv6 BGP
peers and OSPFv3 neighbors (stuff like Status, prefixes, etc..)?

Thanks a lot,
best regards
Marco


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring

2012-02-03 Diskussionsfäden Jeroen Massar
On 2012-02-03 09:29 , Marco Fretz wrote:
 Hi SwiNOGers,
 
 I started searching the web for a good solution on this task years
 ago. There was and is as far I can tell no actual SNMP MIB for
 monitoring IPv6 BGP and OSPFv3. The only thing that could be a
 solution is this already expired IETF draft
 http://tools.ietf.or/html/draft-ietf-idr-bgp4-mibv2-10
 
 Can anyone give me an idea of how you are monitoring your IPv6 BGP
 peers and OSPFv3 neighbors (stuff like Status, prefixes, etc..)?

Depending on the device, telnet/ssh into it, execute the relevant 'show
bgp neigh' command and use that.

Not ideal and one has to do this generally for a variety of things, but
it avoids this weird thing called SNMP ;)

Greets,
 Jeroen


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring

2012-02-03 Diskussionsfäden Stanislav Sinyagin
here's a bunch of tools I developed for Sunrise:
http://sourceforge.net/projects/toponet/

If I would do it now, I would do it with gerty:
https://github.com/ssinyagin/gerty






 From: Jeroen Massar jer...@unfix.org
To: Marco Fretz marco.fr...@gmail.com 
Cc: swinog@lists.swinog.ch 
Sent: Friday, February 3, 2012 10:01 AM
Subject: Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring
 
On 2012-02-03 09:29 , Marco Fretz wrote:
 Hi SwiNOGers,
 
 I started searching the web for a good solution on this task years
 ago. There was and is as far I can tell no actual SNMP MIB for
 monitoring IPv6 BGP and OSPFv3. The only thing that could be a
 solution is this already expired IETF draft
 http://tools.ietf.or/html/draft-ietf-idr-bgp4-mibv2-10
 
 Can anyone give me an idea of how you are monitoring your IPv6 BGP
 peers and OSPFv3 neighbors (stuff like Status, prefixes, etc..)?

Depending on the device, telnet/ssh into it, execute the relevant 'show
bgp neigh' command and use that.

Not ideal and one has to do this generally for a variety of things, but
it avoids this weird thing called SNMP ;)


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring

2012-02-03 Diskussionsfäden Marco Fretz
Thanks for the answers. Maybe I've to clarify that I need this for
Cisco only at the moment. So can I take this as a there is no working
snmp mib / implementation yet?

It's somehow a shame that Cisco has IPv6 routing protocols working for
years and no working snmp (even not a proprietary) solution yet.
Please correct me if I'm wrong.

I'll have a look at gerty, sounds promising, also for other
applications, but I'm still looking for an snmp solution because it's
just ugly to use console commands (in whatever way) to query simple
counters and status information when you already have the whole
network monitored and graphed by snmp.


Marco

On Fri, Feb 3, 2012 at 10:01 AM, Jeroen Massar jer...@unfix.org wrote:
 On 2012-02-03 09:29 , Marco Fretz wrote:
 Hi SwiNOGers,

 I started searching the web for a good solution on this task years
 ago. There was and is as far I can tell no actual SNMP MIB for
 monitoring IPv6 BGP and OSPFv3. The only thing that could be a
 solution is this already expired IETF draft
 http://tools.ietf.or/html/draft-ietf-idr-bgp4-mibv2-10

 Can anyone give me an idea of how you are monitoring your IPv6 BGP
 peers and OSPFv3 neighbors (stuff like Status, prefixes, etc..)?

 Depending on the device, telnet/ssh into it, execute the relevant 'show
 bgp neigh' command and use that.

 Not ideal and one has to do this generally for a variety of things, but
 it avoids this weird thing called SNMP ;)

 Greets,
  Jeroen


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring

2012-02-03 Diskussionsfäden Stanislav Sinyagin
BGP peering information (ipv6 and 32-bit ASN) is simply not available via SNMP 
-- on both Cisco and Juniper.
So, you end up with CLI parsing if you really need that.

With Junipers, there's also an XML interface which is easier to process and is 
more reliable (with Cisco CLI, linebreaks are sometimes a pain).

IOS XR also provides an XML interface, but I never had a chance to check if BGP 
peering information is in there.






 From: Marco Fretz marco.fr...@gmail.com
To: swinog@lists.swinog.ch 
Sent: Friday, February 3, 2012 2:58 PM
Subject: Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring
 
Thanks for the answers. Maybe I've to clarify that I need this for
Cisco only at the moment. So can I take this as a there is no working
snmp mib / implementation yet?

It's somehow a shame that Cisco has IPv6 routing protocols working for
years and no working snmp (even not a proprietary) solution yet.
Please correct me if I'm wrong.

I'll have a look at gerty, sounds promising, also for other
applications, but I'm still looking for an snmp solution because it's
just ugly to use console commands (in whatever way) to query simple
counters and status information when you already have the whole
network monitored and graphed by snmp.


Marco

On Fri, Feb 3, 2012 at 10:01 AM, Jeroen Massar jer...@unfix.org wrote:
 On 2012-02-03 09:29 , Marco Fretz wrote:
 Hi SwiNOGers,

 I started searching the web for a good solution on this task years
 ago. There was and is as far I can tell no actual SNMP MIB for
 monitoring IPv6 BGP and OSPFv3. The only thing that could be a
 solution is this already expired IETF draft
 http://tools.ietf.or/html/draft-ietf-idr-bgp4-mibv2-10

 Can anyone give me an idea of how you are monitoring your IPv6 BGP
 peers and OSPFv3 neighbors (stuff like Status, prefixes, etc..)?

 Depending on the device, telnet/ssh into it, execute the relevant 'show
 bgp neigh' command and use that.

 Not ideal and one has to do this generally for a variety of things, but
 it avoids this weird thing called SNMP ;)

 Greets,
  Jeroen


___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog



___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP monitoring

2012-02-03 Diskussionsfäden Marco Fretz
On Fri, Feb 3, 2012 at 3:42 PM, Stanislav Sinyagin ssinya...@yahoo.com wrote:
 BGP peering information (ipv6 and 32-bit ASN) is simply not available via
 SNMP -- on both Cisco and Juniper.

okay I see. That confirms my suspicion :) Thanks.

 So, you end up with CLI parsing if you really need that.

Why should someone don't need to monitor IPv6? You simply have to if
your services and customers depend on IPv6.


 With Junipers, there's also an XML interface which is easier to process and
 is more reliable (with Cisco CLI, linebreaks are sometimes a pain).

 IOS XR also provides an XML interface, but I never had a chance to check if
 BGP peering information is in there.


So I guess I'll write or search for a CLI to SNMP or CLI to cacti /
icinga script that does the job. Maybe gerty can help here...
If anyone has similar scripts laying around please post it if possible.

Also I would welcome a few more ideas and examples of how other ISPs do that...

Thanks
have a nice weekend

Marco



 
 From: Marco Fretz marco.fr...@gmail.com
 To: swinog@lists.swinog.ch
 Sent: Friday, February 3, 2012 2:58 PM

 Subject: Re: [swinog] IPv6 BGP unicast peers / OSPFv3 neighbors SNMP
 monitoring

 Thanks for the answers. Maybe I've to clarify that I need this for
 Cisco only at the moment. So can I take this as a there is no working
 snmp mib / implementation yet?

 It's somehow a shame that Cisco has IPv6 routing protocols working for
 years and no working snmp (even not a proprietary) solution yet.
 Please correct me if I'm wrong.

 I'll have a look at gerty, sounds promising, also for other
 applications, but I'm still looking for an snmp solution because it's
 just ugly to use console commands (in whatever way) to query simple
 counters and status information when you already have the whole
 network monitored and graphed by snmp.


 Marco

 On Fri, Feb 3, 2012 at 10:01 AM, Jeroen Massar jer...@unfix.org wrote:
 On 2012-02-03 09:29 , Marco Fretz wrote:
 Hi SwiNOGers,

 I started searching the web for a good solution on this task years
 ago. There was and is as far I can tell no actual SNMP MIB for
 monitoring IPv6 BGP and OSPFv3. The only thing that could be a
 solution is this already expired IETF draft
 http://tools.ietf.or/html/draft-ietf-idr-bgp4-mibv2-10

 Can anyone give me an idea of how you are monitoring your IPv6 BGP
 peers and OSPFv3 neighbors (stuff like Status, prefixes, etc..)?

 Depending on the device, telnet/ssh into it, execute the relevant 'show
 bgp neigh' command and use that.

 Not ideal and one has to do this generally for a variety of things, but
 it avoids this weird thing called SNMP ;)

 Greets,
  Jeroen


 ___
 swinog mailing list
 swinog@lists.swinog.ch
 http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog




 ___
 swinog mailing list
 swinog@lists.swinog.ch
 http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog



___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog


[swinog] SwiNOG-BE106 - Beer Event 106 - 6th of February @ Bayerischer Hof / ZH (former ZicZac@Letzi)

2012-02-03 Diskussionsfäden Steven Glogger
hi everybody

sorry, i’m a little bit late so far.  But i’m sure everyone of you has this 
already booked in his calendar ☺


the facts for the next event:
-

Date:   6th of February 2012

Time:   starting around 18.30 o'clock

Location:   @ the Bayerischer Hof in Zürich
(Former ZicZac@Letzi) - http://www.bayerischerhof.ch/ 

Registration deadline:  06.02.2012 12:00:00

-

Please register here:
 http://swinog.mrmouse.ch/ 

since we have to make reservations, i need to know who's coming and who not. If 
you cannot attend and you're registered please inform me asap
(+41 79 277 92 35).


greetings,

-steven






___
swinog mailing list
swinog@lists.swinog.ch
http://lists.swinog.ch/cgi-bin/mailman/listinfo/swinog