10-19-2012 01:56 AM - edited 03-07-2019 09:34 AM
Hi
I need to enter the config below on one of our core switches -
interface vlan 602
description *** HOTEL_TRANS ***
ip address 10.90.202.252 255.255.255.0
ip access-group ACL_HOTEL_TRANS in
standby 602 ip 10.90.202.254
standby 602 timers 1 4
standby 602 priority 100
standby 602
When I enter this I get the message that 10.90.202.0 overlaps with vlan10. The switch vlan 10 config is below -
interface Vlan10
description Hotel-User-VLAN-1
ip address 10.90.1.197 255.255.0.0
no ip redirects
standby 10 ip 10.90.0.22
standby 10 priority 105
standby 10 preempt
Any assistance would be appreciated.
Thanks
Solved! Go to Solution.
10-23-2012 11:22 AM
Unless you adjust the mask in vlan 10 you will continue to get overlapping address errors. vlan 10 covers 10.90.0.0 thru 10.90.255.255 so youir vlan 602 will be overlapped . So you need to adjust the vlan 10 mask or get vlan 602 completely out of the address space covered by vlan 10. Someone made a goof using a /16 on vlan 10 .
10-23-2012 01:24 PM
Just tried to over lap address spaces by isolating with VRFs and it worked on at 3550. There are probably reasons why not to do that but you should be OK to do that with that understanding.
10-19-2012 01:59 AM
Hi,
10.90.202.252 255.255.255.0 is 10.90.202.0/24 subnet which is part of 10.90.1.197 255.255.0.0( 10.90.0.0/16)
so choose a /24( 255.255.255.0) on vlan 10 so it will be in 10.90.1.0/24) which is a different subnet.
Regards.
Alain
Don't forget to rate helpful posts.
10-23-2012 06:12 AM
Hi
Thanks for this.
I need to keep Vlan 10, If I use the VRF command, would this work?
interface vlan 602
description *** HOTEL_TRANS ***
ip vrf forwarding HOTEL_TRANS
ip address 10.90.202.252 255.255.255.0
ip access-group ACL_HOTEL_TRANS in
standby 602 ip 10.90.202.254
standby 602 timers 1 4
standby 602 priority 100
standby 602
10-23-2012 07:48 AM
I beleive so. You will need to have the "HOTEL_TRANS" VRF definned first of course.
Be sure to rate helpful posts.
10-23-2012 01:24 PM
Just tried to over lap address spaces by isolating with VRFs and it worked on at 3550. There are probably reasons why not to do that but you should be OK to do that with that understanding.
10-23-2012 11:22 AM
Unless you adjust the mask in vlan 10 you will continue to get overlapping address errors. vlan 10 covers 10.90.0.0 thru 10.90.255.255 so youir vlan 602 will be overlapped . So you need to adjust the vlan 10 mask or get vlan 602 completely out of the address space covered by vlan 10. Someone made a goof using a /16 on vlan 10 .
11-05-2012 06:36 AM
Hi
I think we are going for vlan 602, 603 AND 604 completly out of the VLAN 10 network. Can you please look at the config below and advise please
interface vlan 602
description *** HOTEL_TRANS ***
ip address 192.168.1.0 255.255.255.0
ip access-group ACL_HOTEL_TRANS in
standby 602 ip 192.168.1.254
standby 602 timers 1 4
standby 602 priority 100
no shut
interface vlan 603
description *** HOTEL_IBS ***
ip address 192.168.2.0 255.255.255.0
ip access-group ACL_HOTEL_IBS in
standby 603 ip 192.168.2.0
standby 603 timers 1 4
standby 603 priority 100
standby 603
no shut
interface vlan 604
description *** HOTEL_INVIS ***
ip address 192.168.3.0 255.255.255.0
ip access-group ACL_HOTEL_INVIS in
standby 604 ip 192.168.3.0
standby 604 timers 1 4
standby 604 priority 100
standby 604
no shut
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