12-07-2015 03:35 PM - edited 03-08-2019 03:00 AM
Hi All,
I have a query reguarding a L3 switch running VSS.
I am migrating from an old config where HSRP was used on the vlan inerfaces between 2 x switches.
interface Vlan10
description VLAN-AD-MANAGE-10
ip address 10.1.10.4 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
ip pim sparse-dense-mode
standby 10 ip 10.1.10.1
standby 10 priority 250
standby 10 preempt
standby 10 name VLAN-AD-MANAGE-10
Now that we are running VSS, HSRP is no longer needed I want to remove that config.
The ip address 10.1.10.1 is current default gateway for the Management VLAN of our switches.
The 10.1.10.4 ip address is the management IP address of the VSS core.
Is it okay if the default gateway for the management vlan and the device management ip address are using the same IP on the VSS core?
e.g.
interface Vlan10
no standby 10 ip 10.1.10.1
no standby 10 priority 250
no standby 10 preempt
no standby 10 name VLAN-AD-MANAGE-10
no ip address 10.1.10.4 255.255.255.0
ip address 10.1.10.1 255.255.255.0
!
Solved! Go to Solution.
12-07-2015 03:57 PM
Hello,
You are doing correctly. IP address of 10.1.10.1 is shared between two VSS switches and can be used for managment purpose if it is for managment VLAN. Other devices default gateway can be set to this IP address.
Masoud
12-07-2015 03:57 PM
Hello,
You are doing correctly. IP address of 10.1.10.1 is shared between two VSS switches and can be used for managment purpose if it is for managment VLAN. Other devices default gateway can be set to this IP address.
Masoud
12-07-2015 06:00 PM
Thanks Masoud:)
12-07-2015 06:09 PM
Your are most welcome.
Masoud
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