vLAN int set as secondary, but cannot delete!

metcalfewannabemetcalfewannabe Registered Users Posts: 3 ■□□□□□□□□□
Going insane. Can't delete any of my vLAN ints. This unit has some history of h/w trouble, so it might just be that, but I figured it was worth checking. Btw, there is nothing plugged in to any ints- I'm just using a rollover cable.


Switch(config-if)#do sho run int vlan 1 //what I have
Building configuration...


Current configuration : 150 bytes
!
interface Vlan1
ip address 10.0.0.1 255.255.255.0 secondary
ip address 10.0.0.15 255.255.255.0 secondary
ip address 10.0.0.14 255.255.255.0
end


Switch(config-if)#no ip address 10.0.0.1 255.255.255.0 //rediculous.
Must delete secondary before deleting primary
Switch(config-if)#no ip address 10.0.0.15 255.255.255.0
Must delete secondary before deleting primary
Switch(config-if)#no ip address 10.0.0.14 255.255.255.0
Must delete secondary before deleting primary

Switch#sho version //my setup.
Cisco IOS Software, C3560 Software (C3560-IPBASE-M), Version 12.2(25)SEB4, RELEASE SOFTWARE (fc1)
Copyright (c) 1986-2005 by Cisco Systems, Inc.
Compiled Tue 30-Aug-05 14:19 by yenanh


ROM: Bootstrap program is C3560 boot loader
BOOTLDR: C3560 Boot Loader (C3560-HBOOT-M) Version 12.2(25r)SEC, RELEASE SOFTWARE (fc4)


Switch uptime is 1 week, 23 hours, 49 minutes
System returned to ROM by power-on
System image file is "flash:c3560-ipbase-mz.122-25.SEB4/c3560-ipbase-mz.122-25.SEB4.bin"


cisco WS-C3560-24PS (PowerPC405) processor (revision N0) with 118784K/12280K bytes of memory.
Processor board ID CAT0946R1PZ
Last reset from power-on
1 Virtual Ethernet interface
24 FastEthernet interfaces
2 Gigabit Ethernet interfaces
The password-recovery mechanism is enabled.


512K bytes of flash-simulated non-volatile configuration memory.
Base ethernet MAC Address : 00:16:46:1E:6C:00
Motherboard assembly number : 73-9673-07
Power supply part number : 341-0029-04
Motherboard serial number : CAT09460QMT
Power supply serial number : DTH09459JUQ
Model revision number : N0
Motherboard revision number : A0
Model number : WS-C3560-24PS-S
System serial number : CAT0946R1PZ
Top Assembly Part Number : 800-25861-03
Top Assembly Revision Number : C0
Version ID : V05
CLEI Code Number : COM1X00ARB
Hardware Board Revision Number : 0x01




Switch Ports Model SW Version SW Image




* 1 26 WS-C3560-24PS 12.2(25)SEB4 C3560-IPBASE-M




Configuration register is 0xF


Switch#

Comments

  • shortstop20shortstop20 Member Posts: 161 ■■■□□□□□□□
    Switch(config-if)#no ip address 10.0.0.1 255.255.255.0 //rediculous.
    Must delete secondary before deleting primary
    Switch(config-if)#no ip address 10.0.0.15 255.255.255.0
    Must delete secondary before deleting primary
    Switch(config-if)#no ip address 10.0.0.14 255.255.255.0
    Must delete secondary before deleting primary

    Switch#

    Did you try adding the "secondary" keywoard to the no command?

    "no ip address 10.0.0.15 255.255.255.0 secondary"
    CCNA Security - 6/11/2018
    CCNP TShoot - 3/7/2018
    CCNP Route - 1/31/2018
    CCNP Switch - 12/10/2015
    CCNA R/S - 1/14/2015
  • metcalfewannabemetcalfewannabe Registered Users Posts: 3 ■□□□□□□□□□
    I had not. I just did, and it worked! Thank you! Next time I'll remember to try googling alternate commands. Now back to my etherchannel labbing.

    Switch(config-if)#no ip address 10.0.0.1 255.255.255.0 secondary
    Switch(config-if)#no ip address 10.0.0.15 255.255.255.0 secondary
    Switch(config-if)#do sho run int vlan 1
    Building configuration...


    Current configuration : 59 bytes
    !
    interface Vlan1
    ip address 10.0.0.14 255.255.255.0
    end


    Switch(config-if)#
  • shortstop20shortstop20 Member Posts: 161 ■■■□□□□□□□
    Typically, if the word was included on the command when you configured it, it's also needed when you enter the "no" form of the command.
    CCNA Security - 6/11/2018
    CCNP TShoot - 3/7/2018
    CCNP Route - 1/31/2018
    CCNP Switch - 12/10/2015
    CCNA R/S - 1/14/2015
  • metcalfewannabemetcalfewannabe Registered Users Posts: 3 ■□□□□□□□□□
    Noted- thanks again.
Sign In or Register to comment.