Hi Guys,
Need some suggestion regarding this issue im having. i've got 3 sites in Sydney, Melbourne and Auckland. for my lab, im just trying to solve sydney and melbourne issue. the topology is below.
Im using eigrp as routing protocol. i've pretty much put all the information in the topology picture, i'll explain it a bit here:
1. i've got 100MB tpg internet from both Sydney and Melbourne
2. i've got 20MB WAN link to Melbourne via TPG MPLS Cloud
3. what i've done for my lab is to put a default route from Melbourne and Sydney router to the Internet
4. From the internet router i've also got 2 static router going to both interface.
5. i've got redistribute static configured in eigrp to propagate the static route.
what i basically want is if i shut down internet interface on either sydney or melbourne router it'll go via the want link to the internet. but its not working with default/static router with internet router. however if i put eigrp on the internet router, it works. but i don't want to put eigrp on internet router. if i put eigrp on the internet router all the traffic goes via internet router as this has more bandwidth.
Any Ideas? Melbourne#sh runBuilding configuration...
Current configuration : 2131 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Melbourne
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
ip dhcp excluded-address 10.3.10.1 10.3.10.100
!
ip dhcp pool LAN
network 10.3.10.0 255.255.255.0
default-router 10.3.10.253
dns-server 8.8.8.8
!
!
!
username IPFXAdmin secret 5 $1$mERr$KtoAyWfvbYLhdQmeQ6eu/0
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
bandwidth 102400
ip address 150.0.0.76 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 10.3.10.253 255.255.255.0
duplex auto
speed auto
!
interface Serial0/0/0
bandwidth 20480
ip address 192.168.161.6 255.255.255.252
!
interface Serial0/0/1
no ip address
shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Serial0/3/0
no ip address
shutdown
!
interface Serial0/3/1
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 200
redistribute static
network 10.3.10.0 0.0.0.255
network 192.168.161.4 0.0.0.3
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
!
banner motd ^C
_, _ _ ,_
.o888P Y8o8Y Y888o.
d88888 88888 88888b
d888888b_ _d88888b_ _d888888b
8888888888888888888888888888888
8888888888888888888888888888888
YJGS8P"Y888P"Y888P"Y888P"Y8888P
Y888 '8' Y8P '8' 888Y
'8o V o8'
^C
!
!
!
!
line con 0
exec-timeout 5 0
password 7 0822455D0A16
logging synchronous
login
!
line aux 0
!
line vty 0 4
exec-timeout 5 0
password 7 0822455D0A16
logging synchronous
login
line vty 5 15
exec-timeout 5 0
password 7 0822455D0A16
logging synchronous
login
!
!
!
end
Internet Router:
Internet#sh run
Building configuration...
Current configuration : 1275 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Internet
!
!
!
!
!
!
!
!
!
!
!
!
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 150.0.0.78 255.255.255.252
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 160.0.0.53 255.255.255.252
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
no ip address
shutdown
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Serial0/3/0
no ip address
shutdown
!
interface Serial0/3/1
no ip address
shutdown
!
interface FastEthernet1/0
ip address 8.8.8.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 200
redistribute static
network 8.8.8.0 0.0.0.255
no auto-summary
!
ip classless
ip route 150.0.0.76 255.255.255.252 150.0.0.78
ip route 160.0.0.52 255.255.255.252 160.0.0.54
!
!
!
!
!
!
!
line con 0
!
line aux 0
!
line vty 0 4
login
!
!
!
end
Sydney Router:
Sydney#sh run
Building configuration...
Current configuration : 2995 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
service password-encryption
!
hostname Sydney
!
!
!
enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0
!
!
ip dhcp excluded-address 10.2.10.1 10.2.10.100
!
ip dhcp pool LAN
network 10.2.10.0 255.255.255.0
default-router 10.2.10.253
dns-server 8.8.8.8
!
!
!
username IPFXAdmin password 7 08087C68310925040152555C72
!
!
!
!
!
no ip domain-lookup
!
!
spanning-tree mode pvst
!
!
!
!
interface FastEthernet0/0
ip address 10.2.10.253 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
bandwidth 102400
ip address 160.0.0.54 255.255.255.252
duplex auto
speed auto
!
interface Serial0/0/0
no ip address
shutdown
!
interface Serial0/0/1
bandwidth 20480
ip address 192.168.161.2 255.255.255.252
!
interface Serial0/1/0
no ip address
shutdown
!
interface Serial0/1/1
no ip address
shutdown
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Serial0/3/0
no ip address
shutdown
!
interface Serial0/3/1
no ip address
shutdown
!
interface FastEthernet1/0
no ip address
duplex auto
speed auto
shutdown
!
interface FastEthernet1/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router eigrp 200
redistribute static
network 10.2.10.0 0.0.0.255
network 192.168.161.0 0.0.0.3
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/1
!
!
!
banner motd ^C
.<











@>.
.<


$$$$$$$$$$$$$$$$$$$$$\^^^^^^/$$$$

>.
.<
@< .$$$$$'~ '~'$$$$$$$\ /$$$$$$>
@>.
.<
@<' o$$$$$$ `'$$$$$$$$$$$$ '>
@>.
.<
@<' o$$$$$$oo. )$$$$$$$$$$ '>
@>.
'<
@< o$$$$$$$$$$$. >
@>'
'<
@< o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$oooooo... >
@>'
'
@< $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$)>
@>'
'<
@$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
@>'
'<
@$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
@>'
'<
@< .oooo. .$$
@>'
'<
@oo$$$$$$$o.. ..o$$
@>'
'<
@$$$$$$$$$$$$$oooooooo$$$$$
@>'
'<

@'$$$$$$$$$$$$$$$$$$$$$
@>'
'<
@< ~"SSSSSS"~ >
@>'
'<
@< >
@>'
'<
@< >
@>'
'<
@< >
@>'
'<
@<>
@>'
'<


>'
@>'
^^
^C
!
!
!
!
line con 0
password 7 0822455D0A16
logging synchronous
login
!
line aux 0
!
line vty 0 4
password 7 0822455D0A16
logging synchronous
login
line vty 5 15
password 7 0822455D0A16
logging synchronous
login
!
!
!
end