"This experiment is for the basic configuration of the Router (2) to do the preparatory work"
Follow, complete the network connectivity exercise.
1. Assign an IP address to each computer according to the IP Address assignment table.
Equipment |
Port |
IP Address |
Subnet mask |
Gateway |
PC0 |
|
192.168.10.10 |
255.255.255.0 |
192.168.10.1 |
PC1 |
|
192.168.10.20 |
255.255.255.0 |
192.168.10.1 |
PC2 |
|
192.168.20.10 |
255.255.255.0 |
192.168.20.1 |
PC3 |
|
192.168.20.20 |
255.255.255.0 |
192.168.20.1 |
ROUTER1 |
Fa 0/0 |
192.168.10.1 |
255.255.255.0 |
|
ROUTER1 |
Fa 0/1 |
192.168.20.1 |
255.255.255.0 |
|
2. Connect to the network.
3. Configure the IP address for each computer.
4. Configure the router.
Router boot process
Cisco IOS Software, 1841 software (c1841-advipservicesk9-m), Version 12.4 (all T1), RELEASE Software (FC2)
Technical Support:http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-jul-07 04:52 by Pt_team
---System Configuration Dialog---
Continue with Configuration dialog? [yes/no]: System Bootstrap, Version 12.3 (8r) T8, RELEASE Software (FC1)
Cisco 1841 (Revision 5.0) with 114688k/16384k bytes of memory.
Self decompressing the Image:
########################################################################## [OK]
Restricted Rights Legend
Use, duplication, or disclosure by the Government is
Subject to restrictions as set forth in subparagraph
(c) of the commercial computer software-restricted
Rights clause at far sec. 52.227-19 and subparagraph
(c) (1) (ii) of the rights in Technical Data and computer
Software clause at DFARS sec. 252.227-7013.
Cisco Systems, Inc.
West Tasman Drive
San Jose, California 95134-1706
Cisco IOS Software, 1841 software (c1841-advipservicesk9-m), Version 12.4 (all T1), RELEASE Software (FC2)
Technical Support:http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-jul-07 04:52 by Pt_team
Image text-base:0x60080608, DATA-BASE:0X6270CD50
This product contains cryptographic features and was subject to
States and local country laws governing import, export, transfer and
Use. Delivery of Cisco cryptographic products does not imply
Third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users is responsible for
Compliance with U.S. and local country laws. By using the This product
Agree to comply with applicable laws and regulations. If you are unable
To comply with U.S. and local laws, return this product immediately.
A Summary of U.S. laws governing Cisco cryptographic products is found at:
Http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance, contact us by sending email to
[Email protected]
Cisco 1841 (Revision 5.0) with 114688k/16384k bytes of memory.
Processor Board ID ftx0947z18e
M860 processor:part number 0, mask 49
6 Fastethernet/ieee 802.3 interface (s)
191K bytes of NVRAM.
31360K bytes of ATA CompactFlash (read/write)
Cisco IOS Software, 1841 software (c1841-advipservicesk9-m), Version 12.4 (all T1), RELEASE Software (FC2)
Technical Support:http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 18-jul-07 04:52 by Pt_team
---System Configuration Dialog---
start from here
Continue with Configuration dialog? [Yes/no]: N
Press RETURN to get started!
Enter Privileged mode
router>en
router# conf t ; Enter configuration mode
Router (config) #
Router (config) #int f0/0 ; Enter the router port to configure f0/0
Router (config-if) #IP address 192.168.10.1 255.255.255.0 , configure IP addresses for router ports , this address is the network of connected networks Off Address
Router (config-if) #no shutdown ; open port. The default port is off and cannot be worked without opening
%link-5-changed:interface fastethernet0/0, CHANGED state-to-up
%lineproto-5-updown:line protocol on Interface fastethernet0/0, changed
Router (config-if) #int f0/1 ; Enter the router port to configure F0/1
Router (config-if) #IP addr 192.168.20.1 255.255.255.0
Router (config-if) #no shutdown
%link-5-changed:interface FASTETHERNET0/1, CHANGED state-to-up
%lineproto-5-updown:line protocol on Interface FASTETHERNET0/1, changed
Router (config-if) #exit ; go back to the previous level
Router (config) #IP route 192.168.10.0 255.255.255.0 f0/0 ; configuring static Routes
Router (config) #IP route 192.168.20.0 255.255.255.0 f0/1 ; configuring static Routes
5. Test network connectivity.
Connectivity Testing
Computer |
PC1 |
PC2 |
PC3 |
PC4 |
PC0 |
|
|
|
|
PC1 |
|
|
|
|
PC2 |
|
|
|
|
PC3 |
|
|
|
|
Router Basic configuration