Hi,
I want to perform following operations in C/C++ -
- given a set of interfaces, configure IPMP group containing those interfaces
- monitor IPMP group for failure - take some action on failure
- if possible, move one virtual IP address from one active interface to another one the same IPMP group
Thanks and Regards,
Paresh Bafna
-----Original Message-----
From: Peter Memishian [mailto:Peter.Memishian-***@public.gmane.org]
Sent: Tuesday, July 24, 2012 10:58 PM
To: Paresh Bafna
Cc: Peter.Memishian-***@public.gmane.org; networking-discuss-***@public.gmane.org
Subject: RE: [networking-discuss] IPMP - Programmatic interface
Post by Paresh BafnaI am looking for stable/supported interface for configuring and
monitoring IPMP groups from C/C++ program.
If you could be more specific I may be able to suggest a stable/supported
way to do what you want in C/C++.
Post by Paresh BafnaLooks like I will have to move towards CLI interface.
Thanks all for help.
Thanks and Regards,
Paresh Bafna
-----Original Message-----
Sent: Friday, July 20, 2012 10:06 PM
To: Paresh Bafna
Subject: re: [networking-discuss] IPMP - Programmatic interface
Post by Paresh BafnaI read about libipmp library which provides programmatic (ioctl/system
calls) interface to configure and monitor IPMP groups.
However I am not able to find any documentation or library itself for use.
Please provide more info on libipmp.
As Jim said, this is a private/unstable library. If you write code that
uses it, the only guarantee is that your code will break in the future :-)
As an aside: libipmp does not configure IPMP. For S11 FCS, that
functionality lives mostly in another private/unstable library (libipadm).
Further, the programmatic mechanism used to configure IPMP is also subject
to change at any time. The only stable configuration mechanisms are the
command-line utilities. For monitoring, tracking the IFF_* flags is
stable and will cover the basics; beyond that you'd need to use ipmpstat's
parsable mode.
Hope this helps,
--
meem
--
meem