agentflicker
IS-IT--Management
Hello all,
I hope someone can tell me what I'm doing wrong here. I think this should be fairly basic to someone who knows what they are doing, but unfortunatly I don't.
I have a network I'm attempting to setup like this:
|
Firewall
|
|
|
CoreRouter
|.1
|
172.20.2.0/26
|
---------Hub----------
| |
| |
|.6 |.7
Router1a Router2a
| |
Serial Serial
| |
Router1b Router2b
| |
172.16.4.0/22 172.16.8.0/22
The routers are all running IOS ver 12.0 and
What I am trying to do is setup RIPv2 to advertise from router1b and router2b that they have the 172.16.4.0/22 and 172.16.8.0/22 networks connected to them so if the Corerouter needs to route a packet back to say "172.16.4.3" the Corerouter will know to send it via Router1a.
The RIP is working and sending routing updates to the CoreRouter but on router1b when I type in:
#router rip
#version 2
#network 172.16.4.0
and then go show running-config
it shows:
>router rip
> version 2
> network 172.16.0.0
and then on the CoreRouter I go
#show ip route
I get:
R 172.16.0.0/16 [120/1] via 172.20.2.6, 00:00:27, Ethernet1
[120/1] via 172.20.2.8, 00:00:09,
So basically it doesn't seem to care about the subnet mask only the major network portion, ie 172.16.0.0.
Whats going wrong or is what I'm trying to do just not possible?
Cheers Simon.
I hope someone can tell me what I'm doing wrong here. I think this should be fairly basic to someone who knows what they are doing, but unfortunatly I don't.
I have a network I'm attempting to setup like this:
|
Firewall
|
|
|
CoreRouter
|.1
|
172.20.2.0/26
|
---------Hub----------
| |
| |
|.6 |.7
Router1a Router2a
| |
Serial Serial
| |
Router1b Router2b
| |
172.16.4.0/22 172.16.8.0/22
The routers are all running IOS ver 12.0 and
What I am trying to do is setup RIPv2 to advertise from router1b and router2b that they have the 172.16.4.0/22 and 172.16.8.0/22 networks connected to them so if the Corerouter needs to route a packet back to say "172.16.4.3" the Corerouter will know to send it via Router1a.
The RIP is working and sending routing updates to the CoreRouter but on router1b when I type in:
#router rip
#version 2
#network 172.16.4.0
and then go show running-config
it shows:
>router rip
> version 2
> network 172.16.0.0
and then on the CoreRouter I go
#show ip route
I get:
R 172.16.0.0/16 [120/1] via 172.20.2.6, 00:00:27, Ethernet1
[120/1] via 172.20.2.8, 00:00:09,
So basically it doesn't seem to care about the subnet mask only the major network portion, ie 172.16.0.0.
Whats going wrong or is what I'm trying to do just not possible?
Cheers Simon.