0% found this document useful (0 votes)
24 views4 pages

Router Configuration Guide for R2 and R4

The document outlines the configuration steps for two routers, R4 and R2, including setting hostnames, configuring serial and gigabit Ethernet interfaces, and assigning IP addresses. R4 is configured with two interfaces, while R2 has multiple serial interfaces and one gigabit Ethernet interface. Both routers execute commands to bring interfaces up and save their configurations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views4 pages

Router Configuration Guide for R2 and R4

The document outlines the configuration steps for two routers, R4 and R2, including setting hostnames, configuring serial and gigabit Ethernet interfaces, and assigning IP addresses. R4 is configured with two interfaces, while R2 has multiple serial interfaces and one gigabit Ethernet interface. Both routers execute commands to bring interfaces up and save their configurations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ROUTER 4

enable
Router#conf
Router#configure ter
Router#configure terminal
Router(config)#hos
Router(config)#hostname R4
R4(config)#inter
R4(config)#interface se
R4(config)#interface serial 0/0/0
R4(config-if)#ip add
R4(config-if)#ip address 10.0.22.129 255.255.255.252
R4(config-if)#no shu
R4(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


R4(config-if)#exit
R4(config)#inter
R4(config)#interface giga
R4(config)#interface gigabitEthernet 0/0
R4(config-if)#ip add
R4(config-if)#ip address 10.0.0.1 255.255.240.0
R4(config-if)#no shu
R4(config-if)#no shutdown

R4(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

R4(config-if)#
R4(config-if)#
R4(config-if)#do wr
Building configuration...
[OK]
ROUTER 2
Router>en
Router>enable
Router#conf
Router#configure ter
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hos
Router(config)#hostname R2
R2(config)#inter
R2(config)#interface se
R2(config)#interface serial 0/0/1
R2(config-if)#ip add
R2(config-if)#ip address 10.0.22.130 255.255.255.252
R2(config-if)#clo
R2(config-if)#clock ra
R2(config-if)#clock rate 64000
R2(config-if)#no shu
R2(config-if)#no shutdown

R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up

R2(config-if)#
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/1, changed state to up

R2(config-if)#
R2(config-if)#exit
R2(config)#inter
R2(config)#interface se
R2(config)#interface serial 0/0/0
R2(config-if)#ip add
R2(config-if)#ip address 10.0.22.134 255.255.255.252
R2(config-if)#no shu
R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down


R2(config-if)#exit
R2(config)#inter
R2(config)#interface se
R2(config)#interface serial 0/1/0
R2(config-if)#ip add
R2(config-if)#ip address 10.0.22.137 255.255.255.252
R2(config-if)#clo
R2(config-if)#clock ra
R2(config-if)#clock rate 64000
R2(config-if)#no shu
R2(config-if)#no shutdown

%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down


R2(config-if)#exit
R2(config)#inter
R2(config)#interface giga
R2(config)#interface gigabitEthernet 0/0
R2(config-if)#ip add
R2(config-if)#ip address 10.0.16.1 255.255.252.0
R2(config-if)#no shu
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)#
R2(config-if)#
R2(config-if)#do wr
Building configuration...
[OK]
R2(config-if)#exit
R2(config)#exit

You might also like