datatracker.ietf.org
Sign In
Version 4.51.p2, 2013-06-11
Report a bug

VLAN based Tree Selection for Multi-destination Frames
draft-yizhou-trill-tree-selection-02

Active Internet-Draft (None)
Document Stream: No stream defined
Last updated: 2013-01-14
Intended RFC status: (None)
Other versions: plain text, pdf, html

Document shepherd:(None)
Shepherd writeup

IESG State: I-D Exists
Responsible AD: (None)
Send notices to: No addresses provided

TRILL Working Group                                         Yizhou Li
Internet Draft                                             Weiguo Hao
Intended status: Standards Track                  Huawei Technologies
                                                        Radia Perlman
                                                           Intel Labs
                                                         Naveen Nimmu
                                                             Broadcom
                                                        S. Chatterjee
                                                          IP Infusion
                                                    Sunny Rajagopalan
                                                                  IBM
Expires: July 2013                                   January 15, 2013

           VLAN based Tree Selection for Multi-destination Frames
                 draft-yizhou-trill-tree-selection-02.txt

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), its areas, and its working groups.  Note that
   other groups may also distribute working documents as Internet-
   Drafts.

   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."

   The list of current Internet-Drafts can be accessed at
   http://www.ietf.org/ietf/1id-abstracts.txt

   The list of Internet-Draft Shadow Directories can be accessed at
   http://www.ietf.org/shadow.html

   This Internet-Draft will expire on July 15, 2013.

Copyright Notice

   Copyright (c) 2013 IETF Trust and the persons identified as the
   document authors. All rights reserved.

Li, et al.              Expires July 15, 2013                 [Page 1]
Internet-Draft        VLAN based Tree Selection           January 2013

   This document is subject to BCP 78 and the IETF Trust's Legal
   Provisions Relating to IETF Documents
   (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.

Abstract

   TRILL uses the distribution trees to deliver multi-destination frames.
   Multiple trees can be used by an ingress RBridge for different flow
   based on VLAN and/or multicast group. Different ingress RBridges may
   choose different distribution trees for the same VLAN and/or
   multicast group traffic. Distribution trees are normally pruned based
   on VLAN.

   For any RBridge RBn, if RBn has downstream receivers of VLAN x in a
   distribution tree t, there will be an entry of (t, x, port list) in
   the multicast forwarding table on RBn. If there are n trees and m
   VLANs, the multicast forwarding table size on RBn is typically n*m
   entries. The value of m is up to 4096 and n is the total number of
   distribution trees in the campus. If fine grained labeling is
   implemented or finer granularity filtering such as VLAN plus L2/L3
   multicast address is used for pruning, the multicast forwarding table
   size further increases dramatically. TRILL multicast forwarding table
   size is limited by hardware and L3 multicasting may share the same
   table with it in hardware implementations. Therefore multicast table
   entry is a precious resource. This document specifies a VLAN based
   tree selection mechanism to reduce the TRILL multicast forwarding
   table size on RBridge.

Table of Contents

   1. Introduction ................................................ 3
      1.1. Background ............................................. 3
      1.2. Motivations ............................................ 4
   2. Conventions used in this document............................ 6
   3. VLAN based Tree Selection.................................... 6
      3.1. Overview ............................................... 6
      3.2. Sub-TLVs for the Router Capability TLV ................. 8
         3.2.1. The Tree Identifier and VLANs Sub-TLV ............. 8
         3.2.2. The Tree and VLANs Used Sub-TLV ................... 9
      3.3. Detailed Processing..................................... 9

Li, et al.              Expires July 15, 2013                 [Page 2]
Internet-Draft        VLAN based Tree Selection           January 2013