15/07/2023
FTTH using CGNAT
As Public IP need to assign in order to give Internet Access to any Device/CPE.
Issue :As FTTH customers are huge numbers ,Its difficult for an ISP to give public IP for each customer.In this Case CGNAT (Carrier-grade NAT) technology is used and simply translate.
Internet Assigned Numbers Authority (IANA) allocated address block for CGNAT is 100.64.0.0/10, i.e. IP addresses from 100.64.0.0 to 100.127.255.255
As ONT is getting WAN internet IP address from BNG device via PPOE protocol. While OLT & PE devices just serving the purpose for MPLS & GPON infrastructure.
Above FTTH scenario ONT at home is getting IPv4 address assigned by BNG device 10.234.135.219 gateway:10.234.255.254 (Assigned to WAN ip of ONT device at Home).It forwarded to CGNAT Device .
CGNAT Devices having Pool of Private (100.64.0.0/10/10) and Public IPs (Any) and Perform NATing(Translate Private into Public) and Forward toward ISP for internet reachability,
Below example command from CGNAT Device for translation (A10 vendor).