Ads 468x60px

Sunday, March 27, 2011

Maipu –TRACK / RTR WITH VRRP


To run VRRP in Local LAN , Last mile (Wan Link) is Fast Ethernet with Maipu routers.

Description : TRACK / RTR function is used to track remote server IP from Master router, as the link down the track function will detect the server status is unavailable, It will reduce VRRP priority by 20, In result Master will become backup. Backup will change to Master.

As the link restored, the highest priority will become master.

This solution is recommended for Wan terminated on FastEthernet, Since Fast Ethernet interface link status will is not down every time in link failure.

Topology:






Master Router Config :

.................

interface fastethernet0
 description ### WAN ###
 ip address 10.1.1.1 255.255.255.252
 load-interval 30
 exit

interface fastethernet1
 description ### LOCAL LAN ###
 ip address 192.168.1.98 255.255.255.248
 load-interval 30
 vrrp 10 ip 192.168.1.100
 vrrp 10 preempt
 vrrp 10 priority 110
 vrrp 10 track 1 20
 exit

ip route 0.0.0.0 0.0.0.0 10.1.1.2

track 1
 rtr 1
 logic operator AND
 exit

rtr 1 icmpecho
 set 192.168.10.5 1 70 2 10 extend 192.168.1.98 
 log type local 100
 exit

#### testing the server IP 192.168.10.5 availability from LAN 192.168.1.98, If it is unreachable then the VRRP will reduce the priority by 20 (110-20 = 90) ####

rtr group 1
 member 1
 exit

### Binding rtr entity with group ###

rtr schedule 1 group 1 start now ageout 6000 life forever

### Starting rtr ###
.........
End




Backup Router Config :

......

interface fastethernet0
description ### WAN ###
 ip address 10.2.2.1 255.255.255.252
 exit

interface fastethernet1
description ### LOCAL LAN ###
 ip address 192.168.1.99 255.255.255.248
 vrrp 10 ip 192.168.1.100
 vrrp 10 preempt
 exit

ip route 0.0.0.0 0.0.0.0 10.2.2.2

....
End

Devices Used :
Maipu 1800 -3

IOS : rp5-i-6.1.25(REL).bin

SHOW COMMANDS

Show rtr entity 1
Show rtr group 1
Show vrrp


For any queries Plz put comments with your mail id. Will reply you soon... 


17 comments:

Unknown said...

Hi. Nice one. Please let me know how this can be done with single router for 2 ISPs.

Uttamkumar said...

Plz have look on this post. I think this will be helpful...
http://startnetworks.blogspot.com/2011/04/maipu-rtr-with-static-routing.html

Plz let me know your feedback for that post...
If you want anything more, Will try to make it available...

Balbeer Singh said...

Hi, Thanks. Please share with me from whereI can download the IOS for Maipu Routers.

Thanks.

Uttamkumar said...

Sorry for late reply. I am travelling in China and blogger is blocked in China.
For Maipu IOS , You can download it form Maipu FTP server...
FTP server detail:
FTP server IP : 221.10.5.194
Username : overseas
Password : overseas
Path : /IOS_Software


Let me know any more queries...

Deepzz said...

hi. i have the same config at my end..but the problem is both the routers are showing as masters...but when the failover happens it happens correctly....wht could be the cause..is it a bug in maipu os????

Uttamkumar said...

hi Deepzz- Plz share the show ver information.. and related configuration. It should not show like that.. I implemented it many times..

Will be Awaiting for your information..
Sorry for Delay.. I am in travelling.

Uttam

Deepzz said...

hi utaam...plx find the details below

Details of Master Router:

NW18_CHN_INT_VBL#sh ver
MyPower (R) Operating System Software
MP3840 system image file (flash0: /flash/rp9-i-6.1.25(rel).bin), version REL)(integrity), Compiled on Nov 14 2008, 19:38:09
Copyright (C) 1999 Maipu (Sichuan) Communication Technology Co., Ltd. All Reserved.

MP3840 Version Information
System ID : 00017ab09d04
Hardware Model : RM3B-MPU206-4GE with 1024 MBytes DDR SDRAM, tes flash
Hardware Version : 030(Hotswap Supported)
MPU CPLD Version : 002
Monitor Version : 1.13
Software Version : 6.1.25(REL)(integrity)
Software Image File : flash0: /flash/rp9-i-6.1.25(rel).bin
Compiled : Nov 14 2008, 19:38:09

System Uptime is 8 weeks 4 days

interface gigaethernet2
ip address 202.61.102.7 255.255.255.192
duplex full
vrrp 1 ip 202.61.102.9
vrrp 1 preempt
vrrp 1 priority 110
ipfix ingress
ipfix egress
exit



Details of Backup Router:

NW18_CHN_INT_TULIP#sh ver
MyPower (R) Operating System Software
MP3840 system image file (flash0: /flash/rp9-i-6.1.25(REL).bin), version 6.1.25(REL)(integrity), Compiled on Nov 14 2008, 19:38:09
Copyright (C) 1999 Maipu (Sichuan) Communication Technology Co., Ltd. All Rights Reserved.

MP3840 Version Information
System ID : 00017ab09d74
Hardware Model : RM3B-MPU206-4GE with 1024 MBytes DDR SDRAM, 64 MBytes flash
Hardware Version : 030(Hotswap Supported)
MPU CPLD Version : 002
Monitor Version : 1.13
Software Version : 6.1.25(REL)(integrity)
Software Image File : flash0: /flash/rp9-i-6.1.25(REL).bin
Compiled : Nov 14 2008, 19:38:09

System Uptime is 3 weeks 6 days

vrpp config:

interface gigaethernet2
description LAN CONNECTION
ip address 202.61.102.8 255.255.255.192
duplex full
vrrp 1 ip 202.61.102.9
vrrp 1 preempt
exit

Uttamkumar said...

In this configuration, I cannot see track configuration or any track interface. you can track one IP. as that IP will be not reachable due to any reason. That time your master will change to backup.
Let me know if you have any more doubts..

Pradeep said...

Hi Uttam,

My Name is Pradeep, I am having DAX Networks Router
Model:DXMP1600 Series
which has been Reseted and it is Entering in to Monitor Mode showing

Monitor Version: version 3.03, creation date: Jul 11 2002, 20:40:29

Device Serial Number and Other Details:

MP1600H060
SN: 6550-057282800145V5.0.23

26V35H160
SN: 7482-055282100202V00

I am not able to find any IOS file related information online
Please send me IOS file for this Router to Below Mail ID

Please help me in this regards,
Waiting for your reply.

Thanks for Your Support

Regards,
Pradeep
kpradeep1230@gmail.com
Hyderabad
INDIA.

uttamkumar said...

Dear Pradeep,
As this is DAX router,kindly reach to Dax support team - mohan@dax.in
For any maipu router support, you can reach kishor@maipu.com

Regards
Uttam

Unknown said...

QF0721
nhl jerseys
real madrid jersey
chris paul jersey
rolex watches uk
mont blanc outlet
arthur jones jersey,deonte thompson jersey,courtney upshaw jersey,timmy jernigan jersey,jeromy miles jersey,haloti ngata jersey,joe flacco jersey,steve smith sr jersey
chanel outlet,chanel handbags,chanel bags,chanel outlet,chanel 2.55
bears jerseys
cartier love bracelet
oakley sunglasses
redskins jerseys
heat jersey
celtics jerseys
camisetas futbol baratas
the north face uk
rolex watches,swiss watch,replica watches,rolex watches for sale,replica watches uk,rolex watches replica,rolex watches for sales
nike air max 90
burberry sale
kate spade outlet
north face jackets
cheap evening dresses
packers jerseys
stuart weitzman outlet
the north face clearance

Unknown said...

2016-1-8 leilei
jordan 3 retro
ed hardy uk
nike store
canada goose uk
ugg boots outlet
coach factory outlet online
true religion jeans
michael kors bags
nike cortez shoes
michael kors outlet online
louis vuitton outlet
fitflops uk
burberry scarf
ray ban sunglasses
michael kors handbags
polo outlet
michael kors bag
gucci outlet online
ghd straighteners
ray bans
coach factory outlet
coach factory online
michael kors handbags
true religion jeans
louis vuitton handbags
christian louboutin shoes
ralph lauren
moncler jackets
cheap jordans
christian louboutin uk
michael kors outlet
michael kors uk
uggs on sale
coach outlet online
coach factorty outlet online
michael kors bags
nike sb janoski
nike tn pas cher
gucci outlet online
michael kors outlet

Anonymous said...

true religion canada
michael kors outlet store
true religion jeans
herve leger outlet
nike blazer pas cher
cheap nba jerseys
snapbacks wholesale
true religion jeans
juicy couture outlet
coach outlet
lacoste shirts
fitflop sale
polo shirts
lebron james shoes
michael kors outlet
cheap jordan shoes
christian louboutin outlet
ralph lauren
michael kors handbags clearance
rolex watches
michael kors outlet online
swarovski outlet
cheap mlb jerseys
reebok trainers
pandora jewelry
michael kors outlet
ray ban sunglasses
cheap football shirts
michael kors factory outlet
michael kors handbags
nike roshe
beats by dre
ralph lauren,polo ralph lauren,ralph lauren outlet,ralph lauren italia,ralph lauren sito ufficiale
michael kors outlet clearance
swarovski crystal
20160331zhenhong

Unknown said...

michael kors handbags outlet
ralph lauren outlet
stan smith adidas
timberland boots outlet
timberland shoes
cheap nfl jerseys
hermes belt
cheap jordan shoes
true religion outlet store
kate spade outlet online
kobe 11
michael kors outlet
michael kors canada
nike free flyknit 3.0
jimmy choo
jordan pas cher
michael kors purses
north face uk
longchamp bag
polo ralph lauren uk
nike air max 90
sac longchamp
michael kors canada
longchamp bag
fitflops
nike trainers
pandora charms outlet
true religion uk
ralph lauren
micahel kors
louis vuitton outlet
nike blazer
reebok
asics gel kayano
20160725caiyan

kh said...


شركة تنظيف خزانات بجدة الجوهرة من افضل شركات تنظيف الخزانات بجدة حيث ان تنظيف خزانات بجدة يحتاج الى مهارة فى كيفية غسيل وتنظيف الخزانات الكبيرة والصغيرة بجدة على ايدى متخصصين فى تنظيف الخزانات بجدة
شركة تنظيف خزانات بجدة
شركة نقل عفش واثاث
شركة نقل عفش بالرياض وجدة والدمام والخبر والجبيل اولقطيف والاحساء والرياض وجدة ومكة المدينة المنورة والخرج والطائف وخميس مشيط وبجدة افضل شركة نقل عفش بجدة نعرضها مجموعة الفا لنقل العفش بمكة والخرج والقصيم والطائف وتبوك وخميس مشيط ونجران وجيزان وبريدة والمدينة المنورة وينبع افضل شركات نقل الاثاث بالجبيل والطائف وخميس مشيط وبريدة وعنيزو وابها ونجران المدينة وينبع تبوك والقصيم الخرج حفر الباطن والظهران
شركة نقل عفش بجدة
شركة نقل عفش بالمدينة المنورة
شركة نقل عفش بالرياض
شركة نقل عفش بالدمام
شركة نقل عفش بالطائف
شركة نقل عفش بمكة

Unknown said...

nike sb stefan janoski
snapback hats
christian louboutin sale
ecco boots
nike free run flyknit
christian louboutin outlet
nike roshe flyknit
burberry handbags
oakley sunglasses outlet
columbia shoes women
2017.3.16chenlixiang

Benson said...

calvin klein outlet
vapormax
fila shoes
air max 97
michael kors outlet
kobe 11
jordan shoes
yeezy shoes
timberland
jordan sneakers

Post a Comment

Related Posts Plugin for WordPress, Blogger...