1 / 27

CCNA 4 v3.0 Module 1 Scaling IP Addresses

CCNA 4 v3.0 Module 1 Scaling IP Addresses. Objectives. Scaling networks with Network Address Translation and Port Address Translation Dynamic Host Configuration Protocol. IP Address Allocation. Public Internet addresses must be registered by a company with an Internet authority such as:

lecea
Download Presentation

CCNA 4 v3.0 Module 1 Scaling IP Addresses

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CCNA 4 v3.0 Module 1Scaling IP Addresses

  2. Objectives • Scaling networks with Network Address Translation and Port Address Translation • Dynamic Host Configuration Protocol

  3. IP Address Allocation • Public Internet addresses must be registered by a company with an Internet authority such as: • American Registry for Internet Numbers (ARIN) • Réseaux IP Européennes (RIPE) • Regional Internet Registry (RIR) • These public Internet addresses can also be leased from an ISP. • It has become more common to purchase a public address space from an ISP along with your Internet connection.

  4. Problems with Public Address Space • Public addresses cost money. • You are limited to a smaller address space. • Example: /27, /28 or /29 32 addresses, 16 addresses or 8 addresses • Your network address space is open to the public. Solution: Network Address Translation!

  5. Network Address Translation is the exchange of private addresses (RFC 1918 addresses) for public addresses. Private address are also known as non-routable addresses because they are not allowed on the public Internet. Network Address Translation (NAT)

  6. Why NAT??? -- Why Not??? • Without NAT the rapid growth of the Internet would exhaust the IP addresses supplied by IPv4. • NAT allows for the use of private addresses on the inside interfaces of the router and public addresses on the outside interfaces of the router. • NAT also hides your inside addressing scheme from the outside world. • NAT also allows for a far greater address space then that allocated by your ISP.

  7. Outside Network 147.144.51.0/27 Inside Network 10.0.0.0/8 NAT • A NAT-enabled device typically operates at the border of a stub network. The ISP will typically set a static route back to your public network The connection between your outside interface and the ISP is not generally considered part of your public network

  8. NAT Terms • Inside Local Addresses – An IP address assigned to a host inside a network. This address is likely to be a RFC 1918 private address. • Inside Global Address – A legitimate IP address assigned by the NIC or service provider that represents one or more inside local IP address to the outside world. • Outside Local Address - The IP address of an outside host as it known to the hosts in the inside network. • Outside Global Address - The IP address assigned to a host on the outside network. The owner of the host assigns this address.

  9. NAT Features • Static NAT is designed to allow one-to-one mapping of local and global addresses. • Dynamic NAT is designed to map a range of private IP addresses to a range of public addresses.

  10. PAT Features – ‘overload’ • PAT uses unique source port numbers on the inside global IP address to distinguish between translations. PAT will attempt to preserve the original source port. If this source port is already used, PAT will assign the first available port number

  11. NAT Benefits • Eliminates re-assigning each host a new IP address when changing to a new ISP • Eliminates the need to re-address all hosts that require external access, saving time and money • Conserves addresses through application port-level multiplexing • Protects network security

  12. Configuring NAT and PAT

  13. Configuring NAT – Static NAT

  14. Configuring NAT – Dynamic NAT ip nat pool <pool_name> 65.89.115.15 65.89.115.250 netmask 255.255.255.0 Or ip nat pool <pool_name> 65.89.115.15 65.89.115.250 prefix-length 24 access-list 92 permit 192.168.0.0 0.0.255.255 ip nat inside source list 92 pool <pool_name> [overload] interface e0 ip nat inside interface e1 ip nat inside interface s0 ip nat outside

  15. Configuring PAT A standard access list will specify the range of inside addresses that should be NATed

  16. Verifying NAT and PAT Configuration

  17. Troubleshooting NAT and PAT

  18. Issues With NAT

  19. DHCP • DHCP works by providing a process for a server to allocate the IP information to clients. Clients lease the information from the server for an administratively defined period.

  20. BOOTP and DHCP Differences • DHCP defines mechanisms through which clients can be assigned an IP address for a finite lease period. • This lease period allows for re-assignment of the IP address to another client later, or for the client to get another assignment, if the client moves to another subnet. • Clients may also renew leases and keep the same IP address. • DHCP provides the mechanism for a client to gather other IP configuration parameters, such as WINS and domain name.

  21. DHCP Operation

  22. The Order of DHCP Messages Transmitting

  23. Configuring DHCP

  24. Configuring DHCP While Excluding IP

  25. Verifying DHCP

  26. Troubleshooting DHCP

  27. DHCP Relay The command is: ip helper-address A.B.C.D

More Related