One document matched: draft-yourtchenko-cisco-ies-00.xml
<?xml version="1.0" encoding="US-ASCII"?>
<!DOCTYPE rfc SYSTEM "rfc2629.dtd">
<!-- <?xml-stylesheet type='text/xsl' href='rfc2629.xslt' ?> -->
<?xml-stylesheet type="text/xsl" href="rfc2629.xml"?>
<?rfc toc="yes" ?>
<?rfc rfcprocack="yes" ?>
<?rfc symrefs="yes" ?>
<?rfc iprnotified="no" ?>
<?rfc strict="yes" ?>
<?rfc compact="yes" ?>
<?rfc subcompact="no" ?>
<?rfc sortrefs="yes" ?>
<?rfc colonspace='yes' ?>
<?rfc tocindent='yes' ?>
<rfc category="info" docName="draft-yourtchenko-cisco-ies-00"
ipr="trust200902">
<front>
<title abbrev="IPFIX-VSIE">IPFIX Cisco Vendor Specific Information Elements</title>
<author fullname="Andrew Yourtchenko" initials="A." surname="Yourtchenko">
<organization abbrev="Cisco Systems, Inc.">Cisco Systems, Inc.</organization>
<address>
<postal>
<street>De Kleetlaan, 7</street>
<city>Brussels</city>
<region>Diegem</region>
<code>B-1831</code>
<country>Belgium</country>
</postal>
<phone>+32 2 704 5494</phone>
<email>ayourtch@cisco.com</email>
</address>
</author>
<author fullname="Paul Aitken" initials="P." surname="Aitken">
<organization abbrev="Cisco Systems, Inc.">Cisco Systems, Inc.</organization>
<address>
<postal>
<street>96 Commercial Quay</street>
<city>Edinburgh</city>
<code>EH6 6LX</code>
<country>Scotland</country>
</postal>
<phone>+44 131 561 3616</phone>
<email>paitken@cisco.com</email>
</address>
</author>
<author fullname="Benoit Claise" initials="B." surname="Claise">
<organization abbrev="Cisco Systems, Inc.">Cisco Systems, Inc.</organization>
<address>
<postal>
<street>De Kleetlaan, 6a b1</street>
<region>Diegem</region>
<code>B-1831</code>
<country>Belgium</country>
</postal>
<phone>+32 2 704 5622</phone>
<email>bclaise@cisco.com</email>
</address>
</author>
<date month="July" year="2011" />
<area>Applications</area>
<keyword>IPFIX</keyword>
<abstract>
<t>This document describes some additional Information Elements of Cisco Systems, Inc. that are not listed in RFC3954.</t>
</abstract>
</front>
<middle>
<section title="Introduction">
<t>The <xref target="RFC5102">RFC5102</xref>, section 4, defines the IPFIX Information Elements in the range of 1-127 to be compatible with the Netflow version 9 fields, as defined in the <xref target="RFC3954">RFC3954</xref>. This document describes some of the fields that are being used, but which appeared later than the <xref target="RFC3954">RFC3954</xref> was published.</t>
</section>
<section title="Information Elements">
<section title="SAMPLING_INTERVAL">
<t>Description:
When using sampled NetFlow, the rate at which packets are sampled e.g. a value of 100 indicates that one of every 100 packets is sampled. Deprecated in favor of 305 samplingPacketInterval and 307 samplingTimeInterval. </t>
<t>Abstract Data Type: unsigned32</t>
<t>ElementId: 34</t>
<t>Semantics: Quantity</t>
<t>Status: Deprecated</t>
<t>Units: packets</t>
</section>
<section title="SAMPLING_ALORITHM">
<t>Description: Deprecated in favor of 304 selectorAlgorithm. The type of algorithm used for sampled NetFlow: 0x01 Deterministic Sampling, 0x02 Random Sampling. The values are not compatible with the selectorAlgorithm field, where "Deterministic" has been replaced by "Systematic count-based" (1) or "Systematic time-based" (2), and Random is (3). Conversion is required, see http://www.iana.org/assignments/psamp-parameters/psamp-parameters.xml</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 35</t>
<t>Semantics: Identifier</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
</section>
<section title="ENGINE_TYPE">
<t>Description: Type of flow switching engine: RP = 0, VIP/Linecard = 1</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 38</t>
<t>Semantics: Identifier</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="ENGINE_ID">
<t>Description: ID number of the flow switching engine</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 39</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="FLOW_SAMPLER_ID">
<t>Description: Deprecated in favour of 302 selectorId. Identifier shown in "show flow-sampler"</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 48</t>
<t>Semantics: Identifier</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
</section>
<section title="FLOW_SAMPLER_MODE">
<t>Description: The type of algorithm used for sampling data: 0x02 random sampling. Use with FLOW_SAMPLER_RANDOM_INTERVAL. Deprecated in favour of 304 selectorAlgorithm. The values are not compatible: selectorAlgorithm=3 is random sampling.</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 49</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
</section>
<section title="FLOW_SAMPLER_RANDOM_INTERVAL">
<t>Description: Deprecated in favour of 305 samplingPacketInterval. Packet interval at which to sample. Use in connection with FLOW_SAMPLER_MODE.</t>
<t>Abstract Data Type: unsigned32</t>
<t>ElementId: 50</t>
<t>Semantics: Quantity</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
</section>
<section title="CLASS_ID">
<t>Characterizes the traffic class. Deprecated in favour of 302 selectorId.</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 51</t>
<t>Semantics: Identifier</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
</section>
<section title="IF_NAME">
<t>Description: A short name uniquely identifying the interface, e.g. "FE1/0".</t>
<t>Abstract Data Type: string</t>
<t>ElementId: 82</t>
<t>Semantics: Name</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="IF_DESC">
<t>Description: The description of the interface.</t>
<t>Abstract Data Type: string</t>
<t>ElementId: 83</t>
<t>Semantics: Name</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="SAMPLER_NAME">
<t>Description: Deprecated in favor of 335 selectorName. Name of the flow sampler.</t>
<t>Abstract Data Type: N (see template)</t>
<t>ElementId: 84</t>
<t>Semantics: Name</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
<t>Reference: TBD</t>
</section>
<section title="mplsTopLabelPrefixLength">
<t>Description: The prefix length of the subnet of the mplsTopLabelIPv4Address that the MPLS top label will cause the Flow to be forwarded to.</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 91</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="SRC TRAFFIC INDEX">
<t>Description: BGP Policy Accounting Source Traffic Index</t>
<t>Abstract Data Type: unsigned32</t>
<t>ElementId: 92</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="DST TRAFFIC INDEX">
<t>Description: BGP Policy Accounting Destination Traffic Index</t>
<t>Abstract Data Type: unsigned32</t>
<t>ElementId: 93</t>
<t>Status: Current</t>
<t>Units: n/a</t>
<t>Reference: TBD</t>
</section>
<section title="postipDiffServCodePoint">
<t>Description: The definition of this Information Element is identical to the definition of Information Element 'ipDiffServCodePoint', except that it reports a potentially modified value caused by a middlebox function after the packet passed the Observation Point.</t>
<t>Abstract Data Type: unsigned8</t>
<t>ElementId: 98</t>
<t>Status: Current</t>
<t>Units: n/a</t>
<t>Reference: See <xref target="RFC3260">RFC3260</xref> for the definition of the Differentiated Services Field. See section 5.3.2 of <xref target="RFC1812">RFC1812</xref> and [RFC791] for the definition of the IPv4 TOS field. See <xref target="RFC2460">RFC2460</xref> for the definition of the IPv6 Traffic Class field. See the IPFIX Information Model <xref target="RFC5102">RFC5102</xref> for the 'ipDiffServCodePoint' specification.</t>
</section>
<section title="replication factor">
<t>Description: The amount of multicast replication that's applied to a traffic stream.</t>
<t>Abstract Data Type: unsigned32</t>
<t>ElementId: 99</t>
<t>Semantics: Quantity</t>
<t>Status: Current</t>
<t>Units: n/a</t>
<t>Reference: See <xref target="RFC1112">RFC1112</xref> for the specification of reserved IPv4 multicast addresses. See <xref target="RFC4291">RFC4291</xref> for the specification of reserved IPv6 multicast addresses.</t>
</section>
<section title="CLASS NAME">
<t>Description: Deprecated in favor of 335 selectorName. Traffic Class Name.</t>
<t>Abstract Data Type: N (see template)</t>
<t>ElementId: 100</t>
<t>Status: Deprecated</t>
<t>Units: n/a</t>
</section>
<section title="layer2packetSectionOffset">
<t>Description: Layer 2 packet section offset. Layer 2 packet section offset. When used with the packet section fields.</t>
<t>Abstract Data Type: N (see template)</t>
<t>ElementId: 102</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="layer2packetSectionSize">
<t>Description: Layer 2 packet section size. A generic packet section size, when used in conjunction with the packet section fields.</t>
<t>Abstract Data Type: N (see template)</t>
<t>ElementId: 103</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
<section title="layer2packetSectionData">
<t>Description: Layer 2 packet section data.</t>
<t>Abstract Data Type: octetArray</t>
<t>ElementId: 104</t>
<t>Status: Current</t>
<t>Units: n/a</t>
</section>
</section>
<section title="IANA Considerations">
<t>The descriptions would need to update the registry. The new semantic ("Name" will need to be defined).</t>
</section>
<section title="Security Considerations">
<t>This document specifies the definitions and does not alter the security considerations of the base protocol. Please refer to the security considerations sections of <xref target="RFC3954">RFC 3954</xref> and <xref target="RFC5102">RFC 5102</xref>.</t>
</section>
</middle>
<back>
<references title="Normative References">
<?rfc include='reference.RFC.1112'?>
<?rfc include='reference.RFC.1812'?>
<?rfc include='reference.RFC.2460'?>
<?rfc include='reference.RFC.4291'?>
</references>
<references title="Informative References">
<?rfc include='reference.RFC.3260'?>
<?rfc include='reference.RFC.3954'?>
<?rfc include='reference.RFC.5102'?>
</references>
<!--
<section title="Changes">
<t>To be removed by RFC Editor before publication</t>
</section>
-->
</back>
</rfc>
| PAFTECH AB 2003-2026 | 2026-04-23 09:34:05 |