0% found this document useful (0 votes)
6 views6 pages

Configuration Routage

The document outlines the configuration steps for three routers named RDC, FRANCE, and USA, detailing the setup of interfaces, IP addresses, and routing. Each router is configured with specific IP addresses and routes to enable communication between them. The configurations are saved to startup files to ensure persistence after reboots.

Uploaded by

luambamarcel6
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)
6 views6 pages

Configuration Routage

The document outlines the configuration steps for three routers named RDC, FRANCE, and USA, detailing the setup of interfaces, IP addresses, and routing. Each router is configured with specific IP addresses and routes to enable communication between them. The configurations are saved to startup files to ensure persistence after reboots.

Uploaded by

luambamarcel6
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
You are on page 1/ 6

Press RETURN to get started!

Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname RDC
RDC(config)#inter
RDC(config)#interface Gig0/0
RDC(config-if)#ip add
RDC(config-if)#ip address 198.100.1.1 255.255.255.0
RDC(config-if)#no shut
RDC(config-if)#no shutdown

RDC(config-if)#exit
RDC(config)#int
RDC(config)#interface S0/3/0
RDC(config-if)#ip add
RDC(config-if)#ip address 128.0.0.1 255.255.255.252
RDC(config-if)#no shut
RDC(config-if)#no shutdown

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


RDC(config-if)#clock ra
RDC(config-if)#clock rate 56000
RDC(config-if)#end
RDC#copy runn
RDC#copy running-config st
RDC#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
RDC#
ROUTAGE
RDC>ena
RDC#conf t
Enter configuration commands, one per line. End with CNTL/Z.
RDC(config)#ip route 0.0.0.0 0.0.0.0 10.0.0.2
RDC(config)#end
RDC#
%SYS-5-CONFIG_I: Configured from console by console

RDC#copy run
RDC#copy running-config st
RDC#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
RDC#

Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostn
Router(config)#hostname FRANCE
FRANCE(config)#int
FRANCE(config)#interface se0/3/0
FRANCE(config-if)#ip add
FRANCE(config-if)#ip address 128.0.0.2 255.255.255.252
FRANCE(config-if)#no sh
FRANCE(config-if)#no shutdown

FRANCE(config-if)#exit
FRANCE(config)#int
FRANCE(config)#interface se0/3/1
FRANCE(config-if)#ip add
FRANCE(config-if)#ip address 128.1.1.2 255.255.255.252
FRANCE(config-if)#no sh
FRANCE(config-if)#no shutdown

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


FRANCE(config-if)#clock r
FRANCE(config-if)#clock rate 56000
FRANCE(config-if)#end

FRANCE#copy running-config st
FRANCE#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
FRANCE#

ROUTAGE

FRANCE>ena
FRANCE#conf t
Enter configuration commands, one per line. End with CNTL/Z.
FRANCE(config)#ip route 198.100.1.0 255.255.255.0 128.0.0.1
FRANCE(config)#ip route 200.168.3.0 255.255.255.0 128.1.1.1
FRANCE(config)#end
FRANCE#
%SYS-5-CONFIG_I: Configured from console by console

FRANCE#copy run
FRANCE#copy running-config st
FRANCE#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]

Router>enable
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostn
Router(config)#hostname USA
USA(config)#int
USA(config)#interface Gig0/0
USA(config-if)#ip add
USA(config-if)#ip address 200.168.3.1 255.255.255.0
USA(config-if)#no shut
USA(config-if)#no shutdown

USA(config-if)#exit
USA(config)#inte
USA(config)#interface se0/3/1
USA(config-if)#ip add
USA(config-if)#ip address 128.1.1.1 255.255.255.252
USA(config-if)#no sh
USA(config-if)#no shutdown

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


USA(config-if)#end
USA#copy runn
USA#copy running-config st
USA#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
USA#

ROUTAGE
USA>ena
USA#conf t
Enter configuration commands, one per line. End with CNTL/Z.
USA(config)#ip route 0.0.0.0 0.0.0.0 128.1.1.2
USA(config)#end
USA#
%SYS-5-CONFIG_I: Configured from console by console

USA#copy ru
USA#copy running-config st
USA#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
USA#

You might also like