10-04-2017 09:05 PM - edited 03-05-2019 09:14 AM
I am configuring Interchassis high Availablity. But I have faced problem in "Configuring Redundancy group" section. According to manual following command must be entered.
Device# configure terminal
Device(config)# redundancy
Device(config-red)# application redundancy
Device(config-red-app)# group 1
Device(config-red-app-grp)# name rg1
Device(config-red-app-grp)# preempt
Device(config-red-app-grp)# priority 120 failover-threshold 80
Device(config-red-app-grp)# track 44 decrement 20
Device(config-red-app-grp)# timers delay 10 reload 20
Device(config-red-app-grp)# control GigabitEthernet0/1/0 protocol 1
Device(config-red-app-grp)# data GigabitEthernet0/1/2
Device(config-red-app-grp)# end
But when I enter track 44 decrement 20, it shows this error "The track objetc (44) doesn't exist ". How can I fix the error? Why doesn't the router accept the command? The router is ISR4431.
Solved! Go to Solution.
10-06-2017 12:31 AM
Issue the track command I suggested once you are in configure terminal:
en conf t ! track 44 interface gi0/0/1 line-protocol !
10-05-2017 12:13 AM
Hi there,
What is the output of show track ?
cheers,
Seb.
10-05-2017 01:00 AM
Result shows nothing...
N2_R3#show track
N2_R3#
N2_R3#
10-05-2017 01:40 AM
Hi there,
Then you have missed a step in the configuration guide as no tracking object has been configured.
Which confiugration guide are you using?
cheers,
Seb.
10-05-2017 01:59 AM
Hi, @Seb Rupik. THank you for your quick response.
I attached the file which I am using.
According to this guide, I haven't missed any command. But the router is brand new, so maybe I think I should do some command except these commands. But, I don't know which one should I use.
10-05-2017 02:39 AM
You need to deciced which interfasces you are going to monitor which will determine if a failover should occur.
A layer1 failure of the ASRs outbound interface would be a good bet. So assuming it is gi0/0/1 we could create the following:
! track 44 interface gi0/0/1 line-protocol !
You will want to raise the fail-over threshold to ensure a failover is triggered in the event of just one interfasce being disconnected:
! application redundancy group 1 priority 120 failover-threshold 101 !
cheers,
Seb.
10-05-2017 07:52 PM
Unfortunately, there is no option to do any other track command in ISR 4431. IOS XE, Version 15.5(3)S4b,
(config-red-app-grp)#track ?
<1-500> Tracked object number
(config-red-app-grp)#track 44 ?
decrement Specify decrement value
shutdown Shutdown group
(config-red-app-grp)#track 44 decrement ?
<1-255> decrement value
According to conf guide, I think that these red decrement amount is associated with the interface which will be monitored.
Device# configure terminal
Device(config)# redundancy
Device(config-red)# application redundancy
Device(config-red-app)# group 1
Device(config-red-app-grp)# name rg1
Device(config-red-app-grp)# preempt
Device(config-red-app-grp)# priority 120 failover-threshold 80
Device(config-red-app-grp)# track 44 decrement 20
Device(config-red-app-grp)# timers delay 10 reload 20
Device(config-red-app-grp)# control GigabitEthernet0/1/0 protocol 1
Device(config-red-app-grp)# data GigabitEthernet0/1/2
Device(config-red-app-grp)# end
Device# configure terminal
Device(config)# interface GigabitEthernet 0/0/1
Device(config-if)# redundancy group 1 ip 10.10.1.1 exclusive decrement 20
Device(config-if)# redundancy rii 40
10-06-2017 12:31 AM
Issue the track command I suggested once you are in configure terminal:
en conf t ! track 44 interface gi0/0/1 line-protocol !
10-09-2017 12:30 AM
@Seb Rupik Thankyou very much. It worked.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide