01-23-2020 01:20 AM
Hi All
We seem to have an issue with object tracking on our routers running version 16.6.4
When we type show standby, the objects are showing as "unknown"
they are tracking the line protocol of an interface.
On other routers with different software, they seem to be fine.
Is this a bug?
Solved! Go to Solution.
01-23-2020 04:30 AM
Hello,
I am not sure I fully understand your configuration. There are no objects 211 and 212. You have 1 and 2.
track 1 interface Tunnel211 line-protocol
!
track 2 interface Tunnel212 line-protocol
So you need:
standby 1 track 1 decrement 10
standby 1 track 2 decrement 10
01-23-2020 01:46 AM
Hello,
post the configuration of your ISR4331...
01-23-2020 03:35 AM
track 1 interface Tunnel211 line-protocol
!
track 2 interface Tunnel212 line-protocol
!
interface Tunnel211
description XX
bandwidth 4000
ip address 10.211.20.70 255.255.255.252
no ip redirects
ip mtu 1400
ip ospf message-digest-key 1 md5 XXXX
qos pre-classify
keepalive 10 3
tunnel source Loopback3
tunnel destination 10.203.200.1
!
interface Tunnel212
description XX
bandwidth 3600
ip address 10.212.20.66 255.255.255.252
no ip redirects
ip mtu 1400
ip ospf message-digest-key 1 md5 XXXX
qos pre-classify
keepalive 10 3
tunnel source Loopback3
tunnel destination 10.203.200.2
!
interface GigabitEthernet0/0/1
description >LAN INTERFACE
ip flow monitor PRTG-NETFLOW input
ip flow monitor PRTG-NETFLOW output
ip address X.X.X.X
no ip redirects
no ip unreachables
standby 1 ip X.X.X.X
standby 1 priority 200
standby 1 preempt
standby 1 authentication md5 key-string 7 XXXXXX
standby 1 track 211 decrement 10
standby 1 track 212 decrement 10
negotiation auto!
RTR#show track
Track 1
Interface Tunnel211 line-protocol
Line protocol is Up
2 changes, last change 1d18h
Track 2
Interface Tunnel212 line-protocol
Line protocol is Up
2 changes, last change 1d18h
#show standby
RTR#show standby
GigabitEthernet0/0/1 - Group 1
State is Active
2 state changes, last state change 02:19:06
Virtual IP address is X.X.X.X
Active virtual MAC address is 0000.0c07.ac01 (MAC In Use)
Local virtual MAC address is 0000.0c07.ac01 (v1 default)
Hello time 3 sec, hold time 10 sec
Next hello sent in 0.384 secs
Authentication MD5, key-string
Preemption enabled
Active router is local
Standby router is X.X.X.X, priority 185 (expires in 9.056 sec)
Priority 200 (configured 200)
Track object 211 (unknown)
Track object 212 (unknown)
Group name is "hsrp-Gi0/0/1-1" (default)
01-23-2020 04:30 AM
Hello,
I am not sure I fully understand your configuration. There are no objects 211 and 212. You have 1 and 2.
track 1 interface Tunnel211 line-protocol
!
track 2 interface Tunnel212 line-protocol
So you need:
standby 1 track 1 decrement 10
standby 1 track 2 decrement 10
01-23-2020 05:05 AM
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