cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
827
Views
0
Helpful
2
Replies

Vlan overlapping

network
Level 1
Level 1

hi all,

i have three vlan as mentioned below-

int vlan 80

ip add 10.101.108.129 255.255.255.224

int vlan 90

ip add 10.101.108.161 255.255.255.224

int vlan 100

ip add 10.101.108.193 255.255.255.224

my prob is i want to delete this two vlan 90 & 100 and want to make one another vlan called vlan 120

int vlan 120

ip add 10.101.108.161 255.255.255.192

but whenever i try to do so it gives a error- 10.101.108.128 overlapping vlan 80.

and does not allow to give ipp add to vlan 120.

plz suggest

2 Accepted Solutions

Accepted Solutions

ssieger
Level 1
Level 1

Hi,

the range of vlan 80 is 10.101.108.129-158, and the range of vlan 120 is 10.101.108.129-190. So the range of host addresses is overlapping. It's early morning here in germany, hope i'm right...:-)

Greetings, Stephan

View solution in original post

vaisharm
Cisco Employee
Cisco Employee

int vlan 80

ip add 10.101.108.129 255.255.255.224

The above vlan is for IPs from .129-.159

10.101.108.129 - Network ID

10.101.108.130 - First Host

10.101.108.158 - Last Host

10.101.108.159 - Broadcast ID

--------

int vlan 120

ip add 10.101.108.161 255.255.255.192

The above vlan is for IPs from .129-.191

10.101.108.129 - Network ID

10.101.108.130 - First Host

10.101.108.190 - Last Host

10.101.108.191 - Broadcast ID

This explains the overlap - IPs from .129-.159 are a part of VLAN 80 already.

You may use the network 10.101.108.192/26 for VLAN 120.

HTH

~Vaibhav

View solution in original post

2 Replies 2

ssieger
Level 1
Level 1

Hi,

the range of vlan 80 is 10.101.108.129-158, and the range of vlan 120 is 10.101.108.129-190. So the range of host addresses is overlapping. It's early morning here in germany, hope i'm right...:-)

Greetings, Stephan

vaisharm
Cisco Employee
Cisco Employee

int vlan 80

ip add 10.101.108.129 255.255.255.224

The above vlan is for IPs from .129-.159

10.101.108.129 - Network ID

10.101.108.130 - First Host

10.101.108.158 - Last Host

10.101.108.159 - Broadcast ID

--------

int vlan 120

ip add 10.101.108.161 255.255.255.192

The above vlan is for IPs from .129-.191

10.101.108.129 - Network ID

10.101.108.130 - First Host

10.101.108.190 - Last Host

10.101.108.191 - Broadcast ID

This explains the overlap - IPs from .129-.159 are a part of VLAN 80 already.

You may use the network 10.101.108.192/26 for VLAN 120.

HTH

~Vaibhav

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card