Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Nortel secure routers and VRRP question???

Status
Not open for further replies.

eksantrik

Technical User
Dec 13, 2005
74
US
Is there a way to configure to Nortel Secure router 1004 in VRRP mode and make them do the default gateway transition based on the situation of their WAN interface on the other side. (besides checking the LAN connectivity)

What I mean is, besides checking the local connectivity to set the VRRP default gateway, I want the secure routers to check their WAN connections and make their VRRP decisions based on that...just like cisco's track option for the WAN interface..

thanks for the help
 
Hi eksantrick,

I believe the Secure Routers also use the "track" function.
Here is the command:

configure interface ethernet vrrp track
This command configures tracked interface and track priority.
parameter definition
syntax:
track intfname track_priority < n >
example:
SR/configure/interface/ethernet 0/vrrp 10> track ethernet1 140
NOTE: An Ethernet interface cannot track itself. You must specify a different Ethernet interface to track.

I hope this helps.
-HH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top