I sent a following mail to
Vermont-dev
mailing list. (The mail is archived in
https://lists.berlios.de/mailman/private/vermont-dev/2009-December/000280.html, but an account is required to see the archive.)
-
Hello developers and all,
I downloaded source code via subversion and compile it. The
configurability of VERMONT is very good, but the data size of exported
IPFIX packets including data records can not be configured. The exported
packets always include 10 records.
I made a temporary patch to configure data size of exported packets.
(I understand that the parameter is not described in the destination
class in draft-ietf-ipfix-configuration-model-04)
This is a part of my configuration file. I added "maxPacketsize".
<ipfixExporter id="8">
<observationDomainId>99</observationDomainId>
<ipfixPacketRestrictions>
<maxPacketSize>1500</maxPacketSize>
</ipfixPacketRestrictions>
<collector>
<ipAddress>127.0.0.1</ipAddress>
<transportProtocol>17</transportProtocol>
</collector>
</ipfixExporter>