Sie sind auf Seite 1von 6

Given Information:

Network Address: 43.0.0.0

R1
Hosts: 40000
Class A
255.0.0.0
N.H.H.H
CSM: 255.255.0.0
Range: 256-255= 1
Subnet # Network Address Usable
0 43.0.0.0 x
1 43.16.0.0 /
2 43.17.0.0 x
3 43.18.0.0 x

R2
Hosts: 1million
Class A
255.0.0.0
N.H.H.H
CSM: 255.240.0.0
Range: 256-240=16

Subnet # Network Address Usable


0 43.0.0.0 /
1 43.16.0.0 X
2 43.17.0.0 X
3 43.17.128.0 x

R3
Hosts: 120
Class A
255.0.0.0
N.H.H.H
CSM: 255.255.255.128
Range: 256-128=128
Subnet # Network Address Usable
0 43.0.0.0 X
1 43.16.0.0 x
2 43.17.0.0 /
3 43.17.128.0 X

Serial 0/0/0
Subnet # Network Address Usable
0 43.17.128.0 /
1 43.17.128.4 x

Serial 0/0/1
Subnet $ Network Adress Usable
0 43.17.128.0 X
1 43.17.128.4 /

Basic Router Configuration Using Version 2

Before Configuration
After Configuration

For R1 Router:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#no ip domain-lookup
Router(config)#hostname R1
R1(config)#enable password cisco
R1(config)#enable secret class
R1(config)#service password-encryption
R1(config)#banner motd #Acess to this router is prohibited.#
R1(config)#line console 0
R1(config-line)#logging synchronous
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#logging synchronous
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#interface gigabitethernet 0/0
R1(config-if)#ip address 43.16.0.1 255.255.0.0
R1(config-if)#description LAN AREA OF R1
R1(config-if)#no shutdown
R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
R1(config-if)#interface serial 0/0/0
R1(config-if)#ip address 43.17.128.1 255.255.255.252
R1(config-if)#description WAN CONNECTION TO R1
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#exit
R1(config)#router rip
R1(config-router)#ver 2
R1(config-router)#network 43.17.128.0
R1(config-router)#network 43.16.0.0
R1(config-router)#no auto-summary
R1(config-router)#exit
R1(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
For R2 Router:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#no ip domain-lookup
R2(config)#enable password cisco
R2(config)#enable secret class
R2(config)#service password-encryption
R2(config)#banner motd #Acess to this router is prohibited.#
R2(config)#line console 0
R2(config-line)#logging synchronous
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#logging synchronous
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#interfa gigabitethernet 0/0
R2(config-if)#ip address 43.0.0.1 255.240.0.0
R2(config-if)#description LAN AREA OF R2
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface
GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface GigabitEthernet0/0, changed state to up
R2(config-if)#exit
R2(config)#interface serial 0/0/0
R2(config-if)#ip address 43.17.128.2 255.255.255.252
R2(config-if)#description WAN CONNECTION FROM R1
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0,
changed state to up
R2(config-if)#interface serial 0/0/1
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on
Interface Serial0/0/0, changed state to up
R2(config-if)#ip address 43.17.128.6 255.255.255.252
R2(config-if)#description WAN CONNECTION
FROM R3
Router(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1,
changed state to down
R1(config-if)#exit
R1(config)#router rip
R1(config-router)#ver 2
R1(config-router)#network 43.17.128.0
R1(config-router)#network 43.0.0.0
R1(config-router)#network 43.17.128.4
R1(config-router)#no auto-summary
R1(config-router)#exit
R1(config)#exit
R2#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
For R3 Router:
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End
with CNTL/Z.
Router(config)#no ip domain-lookup
Router(config)#hostname R3
R3(config)#enable password cisco
R3(config)#enable secret class
R3(config)#service password-encryption
R3(config)#banner motd #Acess to this router is
prohibited.#
R3(config)#line console 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#line vty 0 4
R3(config-line)#logging synchronous
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#interface gigabitethernet 0/0
R3(config-if)#ip address 43.17.0.1 255.255.255.128
R3(config-if)#description LAN AREA OF R3
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface
GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on
Interface GigabitEthernet0/0, changed state to up
R3(config-if)#interface serial 0/0/1
R3(config-if)#ip address 43.17.128.5 255.255.255.252
R3(config-if)#description WAN CONNETION TO
R3
R3(config-if)#no shutdown
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1,
changed state to up
R3(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on
Interface Serial0/0/1, changed state to up
R1(config-if)#exit
R1(config)#router rip
R1(config-router)#ver 2
R1(config-router)#network 43.17.128.4
R1(config-router)#network 43.17.0.0
R1(config-router)#no auto-summary
R1(config-router)#exit
R1(config)#exit

R3#copy running-config startup-config


Destination filename [startup-config]?
Building configuration...
[OK]

Prepared By:
Kent Zaide S. Regala
BSCpE Student
Computer Engineering Department
University of Cebu – Main Campus

Das könnte Ihnen auch gefallen