10-11-2006 05:19 AM - edited 03-05-2019 12:11 PM
We have a switch that is End of Life soon and need to replace it. What is the current equivalent model to replace this switch. The switch is used for VLANs. The configuration is below. I would like to just keep things simple and use the existing configuration.
Thanks.
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname YYYYYYYY
!
enable secret 5 YYYYYYYYYYY
!
!ip subnet-zero
!
shutdown vlan 2
!
interface FastEthernet0/1
switchport access vlan 101
spanning-tree portfast
!
....
....
!
interface FastEthernet0/23
switchport access vlan 123
spanning-tree portfast
!
interface FastEthernet0/24
switchport trunk encapsulation dot1q
switchport mode trunk
!
interface VLAN1
ip address 10.10.30.2 255.255.255.0
no ip directed-broadcast
no ip route-cache
!
ip default-gateway 10.10.30.1
snmp-server engineID local xxx
snmp-server community private RW
snmp-server community public RO
!
line con 0
transport input none
stopbits 1
line vty 0 4
password 7 YYYYYYYYYYYYYYY
login
line vty 5 15
password 7 YYYYYYYYYYYYYYY
login
!
end
10-11-2006 05:41 AM
Hi,
Cisco Catalyst 2960.
Check the options for this family because there are differences in number of ports and types of uplinks ports.
Don't worry about your configuration. You will be able to use the same on the new switch.
Do not forget to create all VLANS you use on the new switch when you will copy old configuration to the new switch.
//Mikhail Galiulin
10-11-2006 05:47 AM
I am not sure what you mean by this. "Do not forget to create all VLANS you use on the new switch when you will copy old configuration to the new switch."
Is there something more that needs to be done than just copying the configuration?
10-11-2006 06:53 AM
Create VLANs.
Run "vlan X,Y,Z" command in configuration mode (X,Y,Z - numbers of your VLANs) to create VLANs in switchs VLAN database.
Then copy your config file to startup-config and reload the switch.
//Mikhail Galiulin
10-11-2006 07:24 AM
Matt,
The VLAN information is not displayed in the running configuration when the switch is set to VTP Server or Client, that's what Mikhail was implying.
If you have another switch as VTP server and the old switch as client, all you need to do is match the VTP domain on the new switch with the existing infrastructure, set it to VTP client and the VLANs will be copied automatically. If you don't have a VTP server or the old switch is the VTP server, you either have to change the status from server to transparent (this way the VLAN information will be visible in the running config) or manually type all the VLANs in global config mode on the new switch.
I believe I can offer a definitive answer if you tell us what kind of VTP infrastructure you are currently running. You can find this information by typing 'show vtp status' from each switch in your network.
______________
Please rate helpful posts.
Thanks
10-11-2006 07:37 AM
Thanks for the explanation. Here is the output.
VTP Version : 2
Configuration Revision : 23
Maximum VLANs supported locally : 68
Number of existing VLANs : 28
VTP Operating Mode : Server
VTP Domain Name :
VTP Pruning Mode : Disabled
VTP V2 Mode : Disabled
VTP Traps Generation : Disabled
MD5 digest : 0x7E 0xF6 0x5B 0xF8 0x16 0x83 0xF0 0x2D
Configuration last modified by 10.10.30.2 at 3-24-93 01:49:00
10-11-2006 07:53 AM
The switch is acting like a VTP server with a NULL domain. What's the output from your remaining switches -or- this is the only switch in your network ?
10-11-2006 08:40 AM
This is the only switch in our network with a configuration and on this network. It is connected to a router that is supposed to be part of the VLAN configuration.
10-11-2006 10:11 AM
In that case, if you want to capture the entire configuration (including VLAN information), change the VTP mode from server to transparent.
This way you can copy and paste the entire configuration as is.
The command is
(config)#vtp mode transparent
After issuing that command, execute a 'show run' and you will see all Layer2 VLANs displayed along with the config.
_______________
Please rate helpful posts.
Thanks
10-11-2006 10:48 AM
I assume you are referring to the vtp command on the switch?
If so it is coming back as unrecognized.
10-11-2006 04:10 PM
Ah, you are using a very old switch which still uses the old vlan method.
From the exec mode, type Vlan Database, then you can change the mode from there.
Please see
10-12-2006 06:38 AM
Well, as you can see the transparent command did not work again.
RPE2900SW1#VLAN database
RPE2900SW1(vlan)#vlan mode transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#mode transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#
10-12-2006 06:33 AM
Still not recognizing the commands, I appreciate your help.
RPE2900SW1#VLAN database
RPE2900SW1(vlan)#vlan mode transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#mode transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#
10-12-2006 07:01 AM
The command is
(vlan)#vtp mode transparent
10-12-2006 10:30 AM
oh... But it does not work either (:
RPE2900SW1#VLAN DATABASE
RPE2900SW1(vlan)#vtp mode transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#vtp mode transparent
^
% Invalid input detected at '^' marker.
RPE2900SW1(vlan)#
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