[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Another requirement [Re: New (-02) version of IPv6 CPE Router draft is available for review]
- To: v6ops@ops.ietf.org, "Wes Beebee \(wbeebee\)" <wbeebee@cisco.com>
- Subject: RE: Another requirement [Re: New (-02) version of IPv6 CPE Router draft is available for review]
- From: Francois-Xavier Le Bail <fx.lebail@yahoo.com>
- Date: Thu, 31 Jul 2008 08:11:59 -0700 (PDT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=L6D4z8jlhjHemlkVaIUyx71QOa5tHvC5ssGR4/0bN5/02dd8i2rQ7IPN3J1VDCohDQyWrb9Xq6ptWuZjE4mMK9qbxiPYQnbiSNfWVCeWG7NyWa5fXr2PizLITHCH0IWFoE1YnijvtJOPOR8GtGOaZPGaw86rabsdPqoHqeTG2pw=;
--- On Thu, 7/31/08, Wes Beebee (wbeebee) <wbeebee@cisco.com> wrote:
> The route should go to the LAN ports (for the delegate
> prefix). If the LAN ports happen to not be up, doesn't this
> cause the packet to be > dropped? If the destination matches a
> loopback, then the packets can be
> serviced by the loopback. If there is no LAN port (# of
> LAN ports = 0),
> and if the device still does DHCPv6 PD (for other
> addresses), then a
> null route may be appropriate as long as the other
> addresses get
> serviced at a higher priority.
For example, if the delegated prefix is a /56 and the CPE use
a /64 prefix for a subnet on a LAN Bridge and another /64 for a
subnet on another LAN interface outside the bridge,
there are many prefix/subnet not used.
Packet to theses unused prefix/subnet will loop without a discard
or unreachable route.
Francois-Xavier
> -----Original Message-----
> From: owner-v6ops@ops.ietf.org
> [mailto:owner-v6ops@ops.ietf.org] On
> Behalf Of Francois-Xavier Le Bail
> Sent: Thursday, July 31, 2008 10:17 AM
> To: v6ops@ops.ietf.org
> Subject: Another requirement [Re: New (-02) version of IPv6
> CPE Router
> draft is available for review]
>
> Another requirement:
>
> The CPE should install a discard (null) or unreachable
> route for the
> delegated prefix.
>
> Without, a packet to an unused subnet (belonging to the
> delegated
> prefix) will loop between the CPE (default route to the
> Edge Router) and
> the Edge Router (route for the delegated prefix to the
> CPE).
>
> The only difference between the two options is: with
> unreachable route
> the CPE return ICMPv6 "Destination Unreachable/no
> route to destination"
> message to the source address instead of only silently
> discard the
> packet.
>
> Francois-Xavier