Re: [Casm] I-D Action: draft-li-casm-address-pool-management-architecture-00.txt

"xiechf.bri@chinatelecom.cn" <xiechf.bri@chinatelecom.cn> Wed, 17 May 2017 09:35 UTC

Return-Path: <xiechf.bri@chinatelecom.cn>
X-Original-To: casm@ietfa.amsl.com
Delivered-To: casm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id DD410129AC4 for <casm@ietfa.amsl.com>; Wed, 17 May 2017 02:35:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.808
X-Spam-Level:
X-Spam-Status: No, score=0.808 tagged_above=-999 required=5 tests=[BAYES_50=0.8, HTML_MESSAGE=0.001, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_KAM_HTML_FONT_INVALID=0.01] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yHhTs-X4BXzc for <casm@ietfa.amsl.com>; Wed, 17 May 2017 02:35:00 -0700 (PDT)
Received: from chinatelecom.cn (prt-mail.chinatelecom.cn [42.123.76.219]) by ietfa.amsl.com (Postfix) with ESMTP id 04420126E01 for <casm@ietf.org>; Wed, 17 May 2017 02:30:21 -0700 (PDT)
HMM_SOURCE_IP: 172.18.0.80:49994.177726158
HMM_ATTACHE_NUM: 0000
HMM_SOURCE_TYPE: SMTP
Received: from clientip-219.142.69.78 (unknown [172.18.0.80]) by chinatelecom.cn (HERMES) with ESMTP id ED1652800A5 for <casm@ietf.org>; Wed, 17 May 2017 17:30:17 +0800 (CST)
Received: from ip<219.142.69.78> ([172.18.0.80]) by App0022 with ESMTP id c554f3e1-c1ae-4bd0-8524-f13111e7c561 for casm@ietf.org; Wed May 17 17:30:17 2017
0/X-Total-Score: 0:
X-Real-From: xiechf.bri@chinatelecom.cn
X-Receive-IP: 172.18.0.80
X-MEDUSA-Status: 0
Date: Wed, 17 May 2017 17:30:14 +0800
From: "xiechf.bri@chinatelecom.cn" <xiechf.bri@chinatelecom.cn>
To: casm <casm@ietf.org>
X-Priority: 3
X-Has-Attach: no
X-Mailer: Foxmail 7, 2, 8, 379[cn]
Mime-Version: 1.0
Message-ID: <2017051717301370653329@chinatelecom.cn>
Content-Type: multipart/alternative; boundary="----=_001_NextPart504111817885_=----"
Archived-At: <https://mailarchive.ietf.org/arch/msg/casm/m6B2u3RXS6d7G6IF6QZsetaqa8w>
Subject: Re: [Casm] I-D Action: draft-li-casm-address-pool-management-architecture-00.txt
X-BeenThere: casm@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Coordinated Address Space Management <casm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/casm>, <mailto:casm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/casm/>
List-Post: <mailto:casm@ietf.org>
List-Help: <mailto:casm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/casm>, <mailto:casm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 17 May 2017 09:35:06 -0000

Hi,Brian, 

       Thank you for your comments, pls see inline for more comments.

Chongfeng 
 
Hi,
 
Thanks for this interesting draft.
 
First, here is one of the definitions:
 
>       CASM Coordinator: A management system which has a centralized
>       database manage the overall address pools and allocate address
>       pools to the device in the devices.
 
Ther is no need for this database to be centralized or for the allocation of address pools to be centralized. It can be done with a completely distributed system. (I agree that centralized logging might be needed.) In fact, sections 4.2 and 4.3 describe a centralized model for everything, not just for logging.

 Chongfeng:  Centralized and distributed is a different way of implementation, in the traditional network, usually using a distributed approach, the distributed approach is not excluded, and CASM focus on centralized solutions. In the centralized address resource management architecture, the allocation of address blocks is determined by the CASM Coordinator, which requires the maintenance of allocated, unallocated address block, and therefore requires a database to hold such information. And also, it maintains log information.
 
Could we perhaps agree that this is only one possible architecture?
If so, we would also need a second draft describing a distributed architecture. It's quite hard to cover both designs in one document.

 Chongfeng:  Yes, as mentioned earlier, centralized is a possible architecture. A typical distributed example is BNG, which assigns addresses to end users. It is a way that has existed for a long time, should not need the standard, right? 
 
>    The overall procedure is as follows:
> 
>    o  Operators will configure remaining address pools centrally in the
>       Address Pool Management System (APMS).  There are multiple address
>       pools which can be configured centrally.  The APMS server will
>       then divide the address pools into addressing unit (AU) which will
>       be allocated to the agent in devices by default.
 
Certainly the NOC will configure initial address pools into a master agent.
But from that moment, a distributed process can take over in which pools
(prefixes) will allocated to distributed agents on demand, with no need for default allocations.

Chongfeng:  In the initial state, CASM Coordinator assign address pools to the Agent in the device. Then, In the process of running, if the Agent's address pool resources have been used up, the Agent need to apply more address blocks; In addition, when the address pool usage is too low, the Agent can release a part of the address blocks to CASM Coordinator. 
 
>    o  If the lifetime of the address pool is going to expire, the DA
>       should issue an AddressPoolRenew request to extend the
>       lifetime,including the IPv4, IPv6, Ports, etc.
 
A couple of questions on this.:
 
1. Why is the lifetime useful? Firstly, once an address has been allocated to an end-user, it must be left there as long as necessary; you can't recover an address while it is in active use. That will block the address pool that contains it indefinitely, so what is the value of the lifetime? Secondly, if there is no lifetime, the agent can release the address pool on demand if it is not in use. Again, there is no value in the lifetime that I can see.

Chongfeng:  For DHCP Server service, lifetime is an important parameter, it need specify Lifetime, for the DHCP server to assign addresses to the end user, control the available time, in addition, when the end user abnormal off-line, DHCP Server need to recycle the address by Lifetime expiration. 
 
2. Is it really useful to include the notion of ports in an address pool? In the case of IPv6 it is definitely useless. In the case of
IPv4 with A+P (port-based address sharing, RFC6346), surely you never want to share a single address across different agents? That would lead to complex and fragile CASM operations at rather high frequency.
RFC6346 defines how A+P gateways may talk to each other (horizontally, not north-south) to share an address using A+P. You seem to be duplicating that function. Also, RFC7768 seems to assume that port sharing occurs entirely within a single CGN. So it seems to me that it's wrong to include port ranges in the CASM model.
 
(Note: I have no problem with 'port-range' being defined in the CASM YANG model; that seems necessary for completeness. My problem is with using it in network-wide resource management, which doesn't seem reasonable.)

Chongfeng: As we know, the range of ports is 1 to 65535, but during NAT use, only a portion is available for use, such as 2048 to 65535. I agree with what you said "RFC7768 seems to assume that port compromised by within a single CGN", Here it used in north-south, and used to set the range of ports that NAT can use. Usually, IPv4 and port are used together. 
 
> 5.1.1.1.  Address pools
...
>    o  IPv6 addresses
 
I suggest dividing this into 'Globally routable' and 'ULA'

 
>    o  MAC Addresses
 
Can you explain this? Where do layer 2 addresses fit in?
 
...
>   Multicast address pool:
 
This topic needs more discussion.
 
Regards
   Brian
 
_______________________________________________
CASM mailing list
CASM@ietf.org
https://www.ietf.org/mailman/listinfo/casm