cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
241
Views
0
Helpful
3
Replies

VLSM across WAN

Anand Narayana
Level 6
Level 6

i have got 1 3750 L3, having vlans mentioned below.

2 Routers 1700 series(main center) connected to the 3750,

2 other routers connected on the remote location which is connected in the main center routers.

few machines are in vlan 3.

Main Center Routers

--------------------

Router-1

---------

Serial 0/0

ip unnumbered fastethernet 0/0

fastethernet 0/0

ip address 172.30.0.1 255.255.255.0

router eighr 4444

network 172.30.0.0

ip route 0.0.0.0 0.0.0.0 serial 0/0

Router-2

--------

Serial 0/0

ip unnumbered fastethernet 0/0

fastethernet 0/0

ip address 172.30.0.2 255.255.255.0

router eighr 4444

network 172.30.0.0

ip route 0.0.0.0 0.0.0.0 serial 0/0

Remote location routers

------------------------

Router-1

--------

Serial 0/0

ip unnumbered fastethernet 0/0

fastethernet 0/0

ip address 172.30.1.65 255.255.255.192

ip route 0.0.0.0 0.0.0.0 serial 0/0

router eighr 4444

network 172.30.0.0

Router-2

---------

Serial 0/0

ip unnumbered fastethernet 0/0

fastethernet 0/0

ip address 172.30.1.129 255.255.255.240

ip route 0.0.0.0 0.0.0.0 serial 0/0

router eighr 4444

network 172.30.0.0

----------------------------------------------------

3750

ip routing

vlan 2

description ***Router VLAN***

ip address 172.30.0.254 255.255.255.0

vlan 3

description ***Server VLAN***

ip address 172.30.3.254 255.255.255.0

router eigrp 4444

network 172.30.0.0

ip route 172.30.1.0 255.255.255.192 172.30.0.1

ip route 172.30.1.128 255.255.255.240 172.30.0.2

---------------------------------------------------------

now users on remote location can able to reach the vlan 3 machines?i think YES

is the setup correct or anything else to be changed?

router eigrp 4444 network is correct? if not do i need to specify the subnet also? i don't think so, but still doubting.

3 Replies 3

rwyates_2
Level 1
Level 1

The users at the remotes should be able to get to the machines on VLAN 3, but it looks like you ahve static and eigrp routes configured. You only need one. This link should help with the eigrp.

http://www.cisco.com/en/US/products/sw/iosswrel/ps1831/products_configuration_guide_chapter09186a00800d97f8.htm

The only other thing is default routes. If you need any of these machines ot get somewhere unknown all the routers will need default routes.

the link you have specified, sayz page not available or it has been moved, can you send me the appropriate link.?