cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
990
Views
10
Helpful
4
Replies

Cisco packet tracer VLAN overlapping

Omark2
Level 1
Level 1

Router#sh ip int brief

Interface IP-Address OK? Method Status Protocol

GigabitEthernet0/0 192.168.1.6 YES manual up up

GigabitEthernet0/1 192.168.1.14 YES manual up up

Vlan1 unassigned YES unset up down

Router(config-if)#ip add 192.168.1.13 255.255.255.248

% 192.168.1.8 overlaps with GigabitEthernet0/1

 

 

How do I configure it without overlapping?

1 Accepted Solution

Accepted Solutions

Hello,

the next subnet would be 192.168.1.16/29. So assign:

ip address 192.168.1.17 255.255.255.248

in order to avoid the overlap.

View solution in original post

4 Replies 4

Hello,

the next subnet would be 192.168.1.16/29. So assign:

ip address 192.168.1.17 255.255.255.248

in order to avoid the overlap.

Thank you, I should have figured.

Thank you!

Review Cisco Networking products for a $25 gift card