5th Chapter
5th Chapter
Chapter 5
Objectives
Configure a router with an initial configuration.
Use Cisco SDM to configure a Cisco ISR with LAN connectivity, internet
connectivity and NAT.
Configure a Cisco router for LAN connectivity, internet connectivity
and NAT using the Cisco IOS CLI.
Configure a WAN connection from customer premises to an ISP.
Describe, setup and configure a standalone LAN switch.
Initial ISR Router Configuration
ISR combines routing, LAN switching, security, voice and WAN
connectivity features
Initial ISR Router Configuration
Cisco IOS software offered in module called images
IP Base image: entry-level Cisco IOS
Images are specified to models of devices
Initial ISR Router Configuration
Tools and equipment required for setup:
Initial ISR Router Configuration
Three stage bootup process:
1. Directly-Connected Routes
2. Static Routing- Static routing is a process in which we have
manually add routes in routing table.
3. Default Routing- this is the method where the router is
configured to send all packets towards a single router(next
hop).
4. Dynamic Routing- Dynamic routes are automatically created
and maintained by routing protocols.
Routing
Configuring Static Routes:
Enter global configuration mode.
ip route [destination_network] [subnet_mask] [gateway_address]
Router1(config) #ip route 192.168.16.0 255.255.255.0 192.168.15.1
Routing
Configuring Default Routes:
Enter global configuration mode.
Router(config)#ip route 0.0.0.0 0.0.0.0 <Next Hop IP Address>
or
Router(config)#ip route 0.0.0.0 0.0.0.0 <interface> <port number>
Routing
Routing