cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
386
Views
0
Helpful
6
Replies

Routing Question .

ney25
Level 2
Level 2

Hi NetPro,

i have some routing question need expert to advice. kindly see the attachment file.

now , i want to see the Tester Pc from Building A.

how do i route it ?

Regars,

Kitten

1 Accepted Solution

Accepted Solutions

Hi Ney,

As per you diagram your core switch of building A and B are directly connected.you can put a static route in core sw of building A like:-

ip route 0.0.0.0 255.255.255.0 172.17.12.6

And put route in core sw of building B like :-

ip route 172.17.12.6 255.255.255.0 192.9.1.12

"YOU CAN USE WILDCARD MASK ALSO"

Kindly revert if it works, also revert if it does not works.Rate it.

View solution in original post

6 Replies 6

royalblues
Level 10
Level 10

Which one are the layer 3 devices in your diagram

Narayan

Hi Narayan,

172.20.1.6 is the my core switch for building A. whereby 172.17.12.6 is core switch for building B.

now i wanna see the tester PC (192.9.1.12) from server (172.20.72.60). possible ?

regards,

kitten

Ok..

all you can do is to connect the core switches on 2 routed ports and run static routing.

for eg

on sw1

int fa 1/1

no switchport

ip address 10.10.10.1 255.255.255.252

ip route 192.9.1.0 255.255.255.0 10.10.10.2

on SW2

int fa 1/1

no switchport

ip address 10.10.10.2 255.255.255.252

ip route 172.20.72.60 255.255.255.0 10.10.10.1

HTH, rate if it does

Narayan

Hi Narayan,

you meant both core-switches have to do static route ?

thanks .

Regards,

kitten

Yes,

Both switches need to know the routes for the other subnets

Narayan

Hi Ney,

As per you diagram your core switch of building A and B are directly connected.you can put a static route in core sw of building A like:-

ip route 0.0.0.0 255.255.255.0 172.17.12.6

And put route in core sw of building B like :-

ip route 172.17.12.6 255.255.255.0 192.9.1.12

"YOU CAN USE WILDCARD MASK ALSO"

Kindly revert if it works, also revert if it does not works.Rate it.

Review Cisco Networking products for a $25 gift card