06-18-2020 08:32 AM
Hi There,
I have a Catalyst 3560G switch I am using for a home environment and I cannot seem to assign an IP to it anymore... I bought this switch as I needed it for POE security cameras. Initially when I got the switch I configured it using Putty and assigned it a 192.168.1.250 IP. I could log into it and use the Cisco Network Assistant desktop app and manage it etc. Last night one of the cameras went down so I restarted the switch and the camera came back on however I cannot communicate with the Switch anymore. I tried to do initial configuration again but still no go. Here is what I am getting:
ciscoswitch>en
ciscoswitch#confg
ciscoswitch#conf
ciscoswitch#configure t
Enter configuration commands, one per line. End with CNTL/Z.
ciscoswitch(config)#int
ciscoswitch(config)#interface vlan 1
ciscoswitch(config-if)#ip addr
ciscoswitch(config-if)#ip address 192.168.1.250 255.255.255.0
192.168.1.0 overlaps with Vlan2
ciscoswitch(config-if)#
I keep getting the same error '192.168.1.0 overlaps with VLAN2' I don't have a Vlan 2. I even tried different IP address still no go...
ciscoswitch#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
1 default active Gi0/1, Gi0/2, Gi0/3, Gi0/4
Gi0/5, Gi0/6, Gi0/7, Gi0/8
Gi0/9, Gi0/10, Gi0/11, Gi0/12
Gi0/13, Gi0/14, Gi0/15, Gi0/16
Gi0/17, Gi0/18, Gi0/19, Gi0/20
Gi0/21, Gi0/22, Gi0/23, Gi0/24
Gi0/25, Gi0/26, Gi0/27, Gi0/28
Gi0/29, Gi0/30, Gi0/31, Gi0/32
Gi0/33, Gi0/34, Gi0/35, Gi0/36
Gi0/37, Gi0/38, Gi0/39, Gi0/40
Gi0/41, Gi0/42, Gi0/43, Gi0/44
Gi0/45, Gi0/46, Gi0/47, Gi0/48
Gi0/49, Gi0/50, Gi0/51, Gi0/52
1002 fddi-default act/unsup
1003 token-ring-default act/unsup
1004 fddinet-default act/unsup
1005 trnet-default act/unsup
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------
1 enet 100001 1500 - - - - - 0 0
1002 fddi 101002 1500 - - - - - 0 0
1003 tr 101003 1500 - - - - - 0 0
1004 fdnet 101004 1500 - - - ieee - 0 0
1005 trnet 101005 1500 - - - ibm - 0 0
Remote SPAN VLANs
------------------------------------------------------------------------------
Primary Secondary Type Ports
------- --------- ----------------- ------------------------------------------
ciscoswitch#
I even tried to follow all the steps in this video here, as it worked the last time:
https://www.youtube.com/watch?v=IJWFwFL5Vzw&t=606s
I tried looking many places online to rectify this issue and none work...
I am not much savvy with Switch configurations yet. But am learning any help would be greatly appreciated.
Solved! Go to Solution.
06-18-2020 08:44 AM
Vlan1 192.168.1.250 YES manual administratively down down
Vlan2 192.168.1.99 YES NVRAM down down
So, there is a vlan 2. You can't assign IPs in the same segment to 2 different vlans. Try
config t
no int vlan 2
and than try assigning 192.168.1.250 to vlan1 again.
HTH
06-18-2020 08:50 AM
HI,
See the root cause:
Vlan1 192.168.1.250 YES manual administratively down down
Vlan2 192.168.1.99 YES NVRAM down down
It is not showing in your VLAN database because you missed creating a layer 2 VLAN and only created a layer SVI.
You can run below commands to resolve your issue:
config terminal
no interface vlan 2
!
it will delete the SVI VLAN 2 and you can reuse the subnet on SVI VLAN 1.
06-18-2020 08:38 AM
Can you post the output of "192.168.1.0 overlaps with Vlan2"!
show ip interface brief - the command complaining that it overlaps with Vlan 2
06-18-2020 08:40 AM
@balaji.bandi wrote:Can you post the output of "192.168.1.0 overlaps with Vlan2"!
show ip interface brief - the command complaining that it overlaps with Vlan 2
ciscoswitch#show ip interface brief
Interface IP-Address OK? Method Status Protocol
Vlan1 192.168.1.250 YES manual administratively down down
Vlan2 192.168.1.99 YES NVRAM down down
Vlan5 unassigned YES NVRAM down down
GigabitEthernet0/1 unassigned YES unset up up
GigabitEthernet0/2 unassigned YES unset down down
GigabitEthernet0/3 unassigned YES unset up up
GigabitEthernet0/4 unassigned YES unset down down
GigabitEthernet0/5 unassigned YES unset up up
GigabitEthernet0/6 unassigned YES unset down down
GigabitEthernet0/7 unassigned YES unset up up
GigabitEthernet0/8 unassigned YES unset down down
GigabitEthernet0/9 unassigned YES unset down down
GigabitEthernet0/10 unassigned YES unset down down
GigabitEthernet0/11 unassigned YES unset down down
GigabitEthernet0/12 unassigned YES unset down down
GigabitEthernet0/13 unassigned YES unset up up
GigabitEthernet0/14 unassigned YES unset down down
GigabitEthernet0/15 unassigned YES unset up up
GigabitEthernet0/16 unassigned YES unset down down
GigabitEthernet0/17 unassigned YES unset down down
GigabitEthernet0/18 unassigned YES unset down down
GigabitEthernet0/19 unassigned YES unset down down
GigabitEthernet0/20 unassigned YES unset down down
GigabitEthernet0/21 unassigned YES unset down down
GigabitEthernet0/22 unassigned YES unset down down
GigabitEthernet0/23 unassigned YES unset down down
GigabitEthernet0/24 unassigned YES unset down down
GigabitEthernet0/25 unassigned YES unset down down
GigabitEthernet0/26 unassigned YES unset down down
GigabitEthernet0/27 unassigned YES unset down down
GigabitEthernet0/28 unassigned YES unset down down
GigabitEthernet0/29 unassigned YES unset down down
GigabitEthernet0/30 unassigned YES unset down down
GigabitEthernet0/31 unassigned YES unset up up
GigabitEthernet0/32 unassigned YES unset down down
GigabitEthernet0/33 unassigned YES unset up up
GigabitEthernet0/34 unassigned YES unset down down
GigabitEthernet0/35 unassigned YES unset up up
GigabitEthernet0/36 unassigned YES unset down down
GigabitEthernet0/37 unassigned YES unset down down
GigabitEthernet0/38 unassigned YES unset down down
GigabitEthernet0/39 unassigned YES unset down down
GigabitEthernet0/40 unassigned YES unset down down
GigabitEthernet0/41 unassigned YES unset down down
GigabitEthernet0/42 unassigned YES unset down down
GigabitEthernet0/43 unassigned YES unset down down
GigabitEthernet0/44 unassigned YES unset down down
GigabitEthernet0/45 unassigned YES unset down down
GigabitEthernet0/46 unassigned YES unset down down
GigabitEthernet0/47 unassigned YES unset down down
GigabitEthernet0/48 unassigned YES unset down down
GigabitEthernet0/49 unassigned YES unset down down
GigabitEthernet0/50 unassigned YES unset down down
GigabitEthernet0/51 unassigned YES unset down down
GigabitEthernet0/52 unassigned YES unset down down
06-18-2020 08:44 AM
Vlan1 192.168.1.250 YES manual administratively down down
Vlan2 192.168.1.99 YES NVRAM down down
So, there is a vlan 2. You can't assign IPs in the same segment to 2 different vlans. Try
config t
no int vlan 2
and than try assigning 192.168.1.250 to vlan1 again.
HTH
06-18-2020 08:51 AM
I am seeing this same administratively down.
ciscoswitch(config-if)#do sh int vlan1
Vlan1 is administratively down, line protocol is down
Hardware is EtherSVI, address is 0025.8364.a540 (bia 0025.8364.a540)
Internet address is 192.168.1.250/24
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive not supported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 2000 bits/sec, 1 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
158339 packets input, 38525370 bytes, 0 no buffer
Received 0 broadcasts (0 IP multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 packets output, 0 bytes, 0 underruns
0 output errors, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
ciscoswitch(config-if)#
06-18-2020 08:50 AM
HI,
See the root cause:
Vlan1 192.168.1.250 YES manual administratively down down
Vlan2 192.168.1.99 YES NVRAM down down
It is not showing in your VLAN database because you missed creating a layer 2 VLAN and only created a layer SVI.
You can run below commands to resolve your issue:
config terminal
no interface vlan 2
!
it will delete the SVI VLAN 2 and you can reuse the subnet on SVI VLAN 1.
06-18-2020 09:24 AM
I was able to set it up state and assign an IP thanks!
However now I seem to have locked my self out.. I thought I had put password 'cisco' but putty is not taking that....
User Access Verification
Password:
Password:
ciscoswitch>en
Password:
Password:
Password:
% Bad secrets
ciscoswitch>en
Password:
Password:
Password:
% Password: timeout expired!
% Bad secrets
ciscoswitch>
06-18-2020 09:55 AM
Try to access the switch using a console cable if telnet is not working. If you can't access it via console neither, you would need to do a password recovery. See link for instruction on how to do that:
HTH
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