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

Core Router Configuration Guide

The document outlines the configuration settings for two core routers, CORE-R1 and CORE-R2, including basic settings, SSH configuration, IP address assignments, OSPF configuration, PAT configuration, and default static routes. Each router is set up with specific IP addresses and OSPF process IDs, along with NAT settings for internal networks. The configurations ensure secure access and proper routing between the networks and the internet.

Uploaded by

Mohamed Kamara
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views4 pages

Core Router Configuration Guide

The document outlines the configuration settings for two core routers, CORE-R1 and CORE-R2, including basic settings, SSH configuration, IP address assignments, OSPF configuration, PAT configuration, and default static routes. Each router is set up with specific IP addresses and OSPF process IDs, along with NAT settings for internal networks. The configurations ensure secure access and proper routing between the networks and the internet.

Uploaded by

Mohamed Kamara
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

=========================================================================

Core Router - 1
=========================================================================
Basic Setting
-------------
en
config

hostname CORE-R1
line console 0
password cisco
login
exit

enable password cisco


no ip domain-lookup
banner motd #No Unauthorised Acces!!!#
service password-encryption

do wr

SSH Configuration
-----------------
ip domain name [Link]
username admin password cisco
crypto key generate rsa
1024
line vty 0 15
login local
transport input ssh
exit

ip ssh version 2

do wr

Assigning IP address
--------------------
int gig0/0
ip address [Link] [Link]
no shutdown
exit
do wr

int gig0/1
ip address [Link] [Link]
no shutdown
exit
do wr

int se0/2/0
ip address [Link] [Link]
no shutdown
clock rate 64000
exit
do wr

int se0/2/1
ip address [Link] [Link]
no shutdown
clock rate 64000
exit
do wr

OSPF Configuration ( OSPF 10 is the process ID )


---------------------------------
router ospf 10
router-id [Link]
network [Link] [Link] area 0
network [Link] [Link] area 0
network [Link] [Link] area 0
network [Link] [Link] area 0

do wr
exit

PAT Configuration
-----------------
ip nat inside source list 1 int se0/2/0 overload
ip nat inside source list 1 int se0/2/1 overload

access-list 1 permit [Link] [Link]


access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]

int range gig0/0-1


ip nat inside
exit

int se0/2/0
ip nat outside
int se0/2/1
ip nat outside
exit

do wr

Defult static route


-------------------
ip route [Link] [Link] se0/2/0 // If problem use: ip route [Link] [Link]
se0/2/0 70
ip route [Link] [Link] se0/2/1 70

do wr

=========================================================================
Core Router - 2
=========================================================================
Basic Setting
-------------
en
config

hostname CORE-R2
line console 0
password cisco
login
exit

enable password cisco


no ip domain-lookup
banner motd #No Unauthorised Acces!!!#
service password-encryption

do wr

SSH Configuration
-----------------
ip domain name [Link]
username admin password cisco
crypto key generate rsa
1024
line vty 0 15
login local
transport input ssh
exit

ip ssh version 2

do wr

Assigning IP address
--------------------
int gig0/0
ip address [Link] [Link]
no shutdown
exit
do wr

int gig0/1
ip address [Link] [Link]
no shutdown
exit
do wr

int se0/2/0
ip address [Link] [Link]
no shutdown
clock rate 64000
exit
do wr

int se0/2/1
ip address [Link] [Link]
no shutdown
clock rate 64000
exit
do wr

OSPF Configuration ( OSPF 10 is the process ID )


---------------------------------
router ospf 10
router-id [Link]
network [Link] [Link] area 0
network [Link] [Link] area 0
network [Link] [Link] area 0
network [Link] [Link] area 0

do wr
exit

PAT Configuration
-----------------
ip nat inside source list 1 int se0/2/0 overload
ip nat inside source list 1 int se0/2/1 overload

access-list 1 permit [Link] [Link]


access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]
access-list 1 permit [Link] [Link]

int range gig0/0-1


ip nat inside
exit

int se0/2/0
ip nat outside
int se0/2/1
ip nat outside
exit

do wr

Defult static route


-------------------
ip route [Link] [Link] se0/2/0 // If problem use: ip route [Link] [Link]
se0/2/0 70
ip route [Link] [Link] se0/2/1 70

do wr

You might also like