cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
439
Views
5
Helpful
4
Replies

Cat6500 conversion from hybrid to native

jeff.vargas
Level 1
Level 1

Is there a tool that will covert your existing supervisor configuration to a native IOS configuration?

2 Accepted Solutions

Accepted Solutions

Hello Jeff,

are you looking for this ?

Catalyst OS to Cisco IOS Configuration Converter

http://www.cisco.com/cgi-bin/Support/CatCfgConversion/catcfg_xlat.pl

Regards,

GP

View solution in original post

thisisshanky
Level 11
Level 11

Please be aware that not all configs will convert properly with this tool You might want to understand equivalent commands under each OS before you do the migration.

Check this link.

http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008010e9d5.shtml

HTH

PS: please remember to rate helpful replies!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus

View solution in original post

4 Replies 4

Hello Jeff,

are you looking for this ?

Catalyst OS to Cisco IOS Configuration Converter

http://www.cisco.com/cgi-bin/Support/CatCfgConversion/catcfg_xlat.pl

Regards,

GP

This tool does not seem to be working at least over the last 5 days.

I have tried to upload and convert 8.3 catos config, and also tried cutting and pasting in the conversion box.

Browser status says: Opening page http://...catcfg_xlat.pl..

But conversion never happens, browser just times out.

Anyone else having problems?

Yes, I had the same problem. I finally wrote a perl script to do the port-level configuration because I had a ton of ports. Adjust as you see fit:

open (PORTS,"sw2.txt");

open (NEWSW1,">sw2-new.txt");

@ports = ;

foreach (@ports) {

($port,$desc,$conn,$vlan) = /(\d+\/\d+)\s+(.*)\s+(connected|notconnect)\s+(\d+)\s+/;

if ($conn) {

print NEWSW1

"interface g$port\n desc $desc\n switchport host\n switchport access vlan $vlan\n no shutdown\n";

}

}

thisisshanky
Level 11
Level 11

Please be aware that not all configs will convert properly with this tool You might want to understand equivalent commands under each OS before you do the migration.

Check this link.

http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008010e9d5.shtml

HTH

PS: please remember to rate helpful replies!

Sankar Nair
UC Solutions Architect
Pacific Northwest | CDW
CCIE Collaboration #17135 Emeritus
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: