cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1089
Views
0
Helpful
5
Replies

summary routing

sjo626
Level 1
Level 1

Configure and install a summary route on R01 to allow PC1 to reach all networks on R02, R03, & R04

1 Accepted Solution

Accepted Solutions

Hello,

 

R01
interface Serial0/0/0
ip address 1.55.1.1 255.255.255.252
!
interface GigabitEthernet0/1
ip address 10.10.55.1 255.255.255.240

 

R02
interface Serial0/0/0
ip address 1.55.1.2 255.255.255.252
!
interface GigabitEthernet0/0
ip address 10.55.20.1 255.255.255.0
!
interface GigabitEthernet0/1
ip address 10.55.22.1 255.255.255.0

 

R03
interface GigabitEthernet0/0
ip address 10.55.22.2 255.255.255.0
!
interface Loopback1
ip address 10.55.23.1 255.255.255.0

 

R04
interface GigabitEthernet0/0
ip address 10.55.20.2 255.255.255.0
!
interface Loopback1
ip address 10.55.21.1 255.255.255.0

 

View solution in original post

5 Replies 5

Hello,

 

what is your question ? The summary route is in your screen capture. If you need a static route:

 

R01#conf t

R01(config)#ip route 10.55.20.0 0.0.3.255 10.55.1.2 <-- this needs to be the IP address of interface Serial0/0/0 on R02

 

Or are you supposed to use a routing (which) protocol ?

am trying to figure what will be the ip for each routers from R1 TO R4

Hello,

 

R01
interface Serial0/0/0
ip address 1.55.1.1 255.255.255.252
!
interface GigabitEthernet0/1
ip address 10.10.55.1 255.255.255.240

 

R02
interface Serial0/0/0
ip address 1.55.1.2 255.255.255.252
!
interface GigabitEthernet0/0
ip address 10.55.20.1 255.255.255.0
!
interface GigabitEthernet0/1
ip address 10.55.22.1 255.255.255.0

 

R03
interface GigabitEthernet0/0
ip address 10.55.22.2 255.255.255.0
!
interface Loopback1
ip address 10.55.23.1 255.255.255.0

 

R04
interface GigabitEthernet0/0
ip address 10.55.20.2 255.255.255.0
!
interface Loopback1
ip address 10.55.21.1 255.255.255.0

 

-> R1(config) ip route 10.55.20.0 0.0.3.255 10.55.1.2
is giving inconsistent mask
I want to route so I can send a packet from one router to all router and ping from one router to all router

what will be the ip address for PC1
Review Cisco Networking products for a $25 gift card