Netwerken 2
Stan van der Veen ©
STAN VAN DER VEEN (STUDENT)
,Inhoud
H1. Routing Concepts.............................................................................................................................3
1.1 Router Initial Configuration..........................................................................................................3
1.2 Routing Decisions.........................................................................................................................5
1.3 Router Operation..........................................................................................................................5
H2. Static Routing...................................................................................................................................7
2.1 Static Routing................................................................................................................................7
...........................................................................................................................................................7
2.2 configure static and default routes...............................................................................................9
H3. Dynamic Routing............................................................................................................................13
3.1 dynamic routing protocols..........................................................................................................13
3.2 RIPv2...........................................................................................................................................13
3.3 the routing table.........................................................................................................................14
H4. switched Networks.........................................................................................................................15
4.1 LAN design..................................................................................................................................15
4.2 the switched environment..........................................................................................................17
H.5 switch configurations.....................................................................................................................20
5.1 Basic switch configuration..........................................................................................................20
5.2 switch security............................................................................................................................23
H6. VLANS.............................................................................................................................................25
6.1 VLAN segmentation....................................................................................................................25
6.2 VLAN implementation.................................................................................................................27
6.3 inter- VLAN Routing Using routers..............................................................................................28
H7. Access control lists.........................................................................................................................30
7.1 ACL operation.............................................................................................................................30
H8. DHCP..............................................................................................................................................32
8.1 DHCPv4.......................................................................................................................................32
8.2 DHCPv6.......................................................................................................................................33
H9. NAT for IPv4...................................................................................................................................36
Tentamen vragen.................................................................................................................................37
, H1. Routing Concepts
1.1 Router Initial Configuration
Router functions
The router is responsible for the routing of traffic between networks
▪ Routers use static routes and dynamic routing protocols to learn about remote networks and build
their routing tables.
▪ Routers use routing tables to determine the best path to send packets.
▪ Routers encapsulate the packet and forward it to the interface indicated in routing table
Connect devices
To enable network access devices, must be configured with the following IP address information:
▪ IP address - Identifies a unique host on a local network.
▪ Subnet mask - Identifies the host’s network subnet.
▪ Default gateway - Identifies the router a packet is sent to when the destination is not on the same
local network subnet.
Statically Assigned IP address – The host is manually assigned an IP address, subnet mask and
default gateway. A DNS server IP address can also be assigned.
• Used to identify specific network resources such as network servers and printers.
• Can be used in very small networks with few hosts.
Dynamically Assigned IP Address – IP Address information is dynamically assigned by a server using
Dynamic Host Configuration Protocol (DHCP).