Network+ (N10-008) Cram Notes

Previous   Contents   Next

2. Network Installation and Configuration

2.1 Given a scenario, install and configure routers and switches.

The most common configuration problems araise out of switching loops, bad cables, wrong switch/router port configuration, LAN segmentation, wrong IP subnetting, etc. In addition to the physical connections, it is important to configure your network properly. Protocols such as NAT, PAT, VLAN, PoE , QoS are widely used in configuring a network. Hence. it is important to know the types of problems that might occur due to misconfigurations and QoS will give you options within your network.

Some of these protocols have been explained in the following sections:

NAT – Network Address Translation: NAT is very widely used in computer networking. The NAT router has the job of translating the inside network IP addresses to the outside global IP address network (the Internet) enabling inside devices to talk to outside devices and vice-versa, but inside devices can only use addressing consistent with the local network addressing scheme. Similarly, outside devices cannot use local addressing. Thus, both inside and outside devices can be referred to with local or global address versions.

Address Classification – Initially, it would be a little confusing to understand the terminology like Inside, Outside, Local, and Global. The figure attempts to clear the concepts associated with NAT terminology.

  • Inside Global : An inside address seen from the outside. This is a global, publicly-routable IP address used to represent an inside device to the outside world. In a NAT configuration, inside global addresses are those "real" IP addresses assigned to an organization for use by the NAT router.

  • Inside Local : An address of a device on the local network, expressed using its normal local device representation. So for example, if we had a client on a network using the 10.0.0.0 private address block, and assigned it address 10.0.0.207, this would be its inside local address.

  • Outside Global : An address of an external (public Internet) device as it is referred to on the global Internet. This is basically a regular, publicly-registered address of a device on the Internet. In the example above, 204.51.16.12 is an outside global address of a public server.

  • Outside Local : An address of an external device as it is referred to by devices on the local network.

  • NAT Pool : A pool of IP addresses to be used as inside global or outside local addresses in translations.

The figure provides a conceptual understanding of the Inside and Outside networks and addressing.

Network+ Cram Notes Image

There are different ways that a NAT be configured on a network. These are:

  • Static Nat: Maps an unregistered IP address to registered IP (globally unique) addresses on one-to-one basis.

  • Dynamic NAT: Maps an unregistered IP address to a registered (globally unique) IP address from a group of registered (globally unique) IP addresses.

  • Overloading: A special case of dynamic NAT that maps multiple unregistered IP addresses to a single registered (globally unique) IP address by using different port numbers. Dynamic NAT with overloading is also known also as PAT (Port Address Translation).

  • Overlapping: This occurs when your internal IP addresses belong to global IP address range that belong to another network

  • Configuring NAT: When configuring NAT, NAT should be enabled on at least one inside and one outside interface. Typical configuration commands on Cisco router are given below:

    • The command for enabling NAT on inside interface is:

      • R1(config-if)#ip nat inside

    • The command for enabling NAT on the outside interface is:

      • R1(config-if)#ip nat outside

Remember to enter into appropriate configuration modes before entering the commands. Usually, the inside NAT will be configured on an Ethernet interface, whereas the outside NAT is configured on a serial interface.

Previous   Contents   Next

Copyright © Anand Software and Training Private Limited.