Basic Config
Basic Config
Basic Config
Version 4.1
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 (Integrated Services Router combines routing, LAN
switching, security, voice, & WAN connectivity features.
Ideal for small to medium-sized businesses & ISP
managed customers.
Initial ISR Router Configuration
Cisco IOS offered in modules called images
IP Base image: entry-level Cisco IOS
Images are specific to models of devices
Cisco 1841 Modular router
Table 1 Memory Requirements for Cisco 1841 Modular Router
Flash RAM
Platform Feature Set Image Memory1 Memory
Cisco 1841 IP Base c1841-ipbase-mz 64 MB 128 MB
IP Voice c1841-ipvoice-mz 64 MB 192 MB
Terminal emulation
HTTP or Telnet
Initial ISR Router Configuration
(continued)
CLI SDM
User Interface Term Emulation software Web-based browser
Telnet
Configuration Method Text-based Cisco commands GUI buttons & text boxes
Expertise in Cisco Depends on the config task Do not need knowledge of CLI
Device Config. commands
Help Features Command-prompt based GUI based online help &
tutorials
Flash Requirements Covered by IOS requirements 6MB of free memory
DCE
DTE
Initial Cisco 2960 Switch
Configuration
Fixed-configuration, standalone devices does not use modules or flash
card slots. Physical configuration cant be changed.
Layer 2 device that directs stream of message coming in from one port,
our of another based on destination MAC address.
Configured using GUI or CLI
Cisco 2960 switch
Comes preconfigured
Needs to be assigned basic security info
Basic commands (ex: hostname,
passwords) sames as ISR switch.
Configure management IP address
One virtual local area network, VLAN 1 is
preconfigured to provide access to
management functions.
Initial Cisco 2960 Switch
Configuration
Switch settings can be configured using the
Cisco IOS CLI
Assign an IP address to the default
management virtual local area network,
VLAN1
Initial Cisco 2960 Switch
Configuration
Check switch components
Connect cables to the switch
Power up the switch and observe POST
Initial Cisco 2960 Switch
Configuration
Connect the stand-alone LAN switch to the
router and verify connectivity
Configure port security to prevent
unauthorized use
Shut down unused ports
Switch port security
Port security limits the # of MAC addresses allowed per port.
Set port to access mode using switchport mode access
command
3 ways to configure port security:
Static MAC addresses are manually assigned using
switchport port-security mac-address [mac-address] interface
config command.
S1# configure terminal
S1(config-if)#interface fastethernet 0/20
S1(config-if)#switchport mode access
S1(config-if)#switchport port-security mac-address 1000.2000.3000
S1(config-if)#end
Switch port - contd