02-14-2018 03:57 AM - edited 03-08-2019 01:50 PM
Hi guys
I have a design where I have three layer 2 switches connected to a layer 3 switch. The layer 2 switches each have vlans (10,20,30) and I can communicate across vlans fine. I am trying to add redundancy to the design by adding a standby layer 3 switch.
This is the current configuration of the primary layer 3 thus far:
Building configuration... Current configuration : 1626 bytes ! version 12.2(37)SE1 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname CORE/DIST-SW ! ! ip routing ! ! ! spanning-tree mode pvst ! ! ! interface FastEthernet0/1 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/2 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/3 switchport trunk encapsulation dot1q switchport mode trunk ! interface FastEthernet0/4 ! interface FastEthernet0/5 ! interface FastEthernet0/6 ! interface FastEthernet0/7 ! interface FastEthernet0/8 ! interface FastEthernet0/9 ! interface FastEthernet0/10 ! interface FastEthernet0/11 ! interface FastEthernet0/12 ! interface FastEthernet0/13 ! interface FastEthernet0/14 ! interface FastEthernet0/15 ! interface FastEthernet0/16 ! interface FastEthernet0/17 ! interface FastEthernet0/18 ! interface FastEthernet0/19 ! interface FastEthernet0/20 ! interface FastEthernet0/21 ! interface FastEthernet0/22 ! interface FastEthernet0/23 ! interface FastEthernet0/24 ! interface GigabitEthernet0/1 ! interface GigabitEthernet0/2 ! interface Vlan1 no ip address shutdown ! interface Vlan10 description IT mac-address 0001.c998.1b01 ip address 10.0.1.1 255.255.255.0 ! interface Vlan20 description HR mac-address 0001.c998.1b02 ip address 10.0.2.1 255.255.255.0 ! interface Vlan30 description HR mac-address 0001.c998.1b03 ip address 10.0.3.1 255.255.255.0 ! ip classless ! ip flow-export version 9 ! ! ! ! ! ! ! line con 0 ! line aux 0 ! line vty 0 4 login ! ! ! end
The problem is when I go into the layer 3 switch and set up tracking I am unable to add a decrement to Fa0/1, 2, or 3 connection on the layer 3 switch;
CORE/DIST-SW(config)#interface vlan 10
CORE/DIST-SW(config-if)#standby 10 ip 10.0.1.1
%HSRP-6-STATECHANGE: Vlan10 Grp 10 state Speak -> Standby
%HSRP-6-STATECHANGE: Vlan10 Grp 10 state Standby -> Active
CORE/DIST-SW(config-if)#standby 10 priority 110
CORE/DIST-SW(config-if)#standby 10 track fa0/1 ?
<cr>
CORE/DIST-SW(config-if)#standby 10 track fa0/1 20
^
% Invalid input detected at '^' marker.
CORE/DIST-SW(config-if)#
Can anyone suggest what is going wrong? Thanks
Solved! Go to Solution.
02-14-2018 04:05 AM
Hi
i dont think there's anything wrong just the software switch doesn't have that ability
thats a older switch FE it just doesn't have the syntax
#
xxxxxxxxxxx(config-if)#standby track GigabitEthernet2/8/37 ?
<1-255> Decrement value
just set one side as priority 110 and the other as 105
02-14-2018 04:05 AM
Hi
i dont think there's anything wrong just the software switch doesn't have that ability
thats a older switch FE it just doesn't have the syntax
#
xxxxxxxxxxx(config-if)#standby track GigabitEthernet2/8/37 ?
<1-255> Decrement value
just set one side as priority 110 and the other as 105
02-14-2018 05:03 AM - edited 02-14-2018 05:11 AM
Thanks for the reply, should I change the switch or just set a priority and dont track?
02-14-2018 05:31 AM
02-14-2018 05:37 AM
Ah yes thank you now works as planned
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