Network Working Group B. Claise, Ed.
Internet Draft Cisco Systems, Inc.
Obsoletes: 5102 B. Trammell, Ed.
Category: Standards Track ETH Zurich
Expires: August 16, 2013 February 12, 2013
Information Model for IP Flow Information eXport (IPFIX)
draft-ietf-ipfix-information-model-rfc5102bis-10.txt
Abstract
This document defines the datatypes and management policy for the
information model for the IP Flow Information eXport (IPFIX)
protocol. This information model is maintained as the IANA IPFIX
Information Element Registry, the initial contents of which were
defined by RFC 5102. This information model is used by the IPFIX
Protocol for encoding measured traffic information and information
related to the traffic Observation Point, the traffic Metering
Process, and the Exporting Process. Although developed for the IPFIX
Protocol, the model is defined in an open way that easily allows
using it in other protocols, interfaces, and applications. This
document obsoletes RFC 5102.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute working
documents as Internet-Drafts. The list of current Internet-Drafts is
at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on August 16, 2013.
Copyright Notice
Copyright (c) 2013 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
Claise, Trammell Standards Track [Page 1]
Internet-Draft IPFIX Information Model February 12, 2013
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.1. Changes since RFC 5102 . . . . . . . . . . . . . . . . . . 4
1.2. IPFIX Documents Overview . . . . . . . . . . . . . . . . . 4
2. Properties of IPFIX Protocol Information Elements . . . . . . 5
2.1. Information Element Specification Template . . . . . . . . 5
2.2. Scope of Information Elements . . . . . . . . . . . . . . 7
2.3. Naming Conventions for Information Elements . . . . . . . 7
3. Type Space . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.1. Abstract Data Types . . . . . . . . . . . . . . . . . . . 8
3.1.1. unsigned8 . . . . . . . . . . . . . . . . . . . . . . 9
3.1.2. unsigned16 . . . . . . . . . . . . . . . . . . . . . . 9
3.1.3. unsigned32 . . . . . . . . . . . . . . . . . . . . . . 9
3.1.4. unsigned64 . . . . . . . . . . . . . . . . . . . . . . 9
3.1.5. signed8 . . . . . . . . . . . . . . . . . . . . . . . 9
3.1.6. signed16 . . . . . . . . . . . . . . . . . . . . . . . 9
3.1.7. signed32 . . . . . . . . . . . . . . . . . . . . . . . 9
3.1.8. signed64 . . . . . . . . . . . . . . . . . . . . . . . 9
3.1.9. float32 . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.10. float64 . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.11. boolean . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.12. macAddress . . . . . . . . . . . . . . . . . . . . . 10
3.1.13. octetArray . . . . . . . . . . . . . . . . . . . . . 10
3.1.14. string . . . . . . . . . . . . . . . . . . . . . . . 10
3.1.15. dateTimeSeconds . . . . . . . . . . . . . . . . . . . 10
3.1.16. dateTimeMilliseconds . . . . . . . . . . . . . . . . 10
3.1.17. dateTimeMicroseconds . . . . . . . . . . . . . . . . 10
3.1.18. dateTimeNanoseconds . . . . . . . . . . . . . . . . . 11
3.1.19. ipv4Address . . . . . . . . . . . . . . . . . . . . . 11