cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
887
Views
0
Helpful
3
Replies

CATOS to IOS commands

simon-galloway
Level 1
Level 1

Hi,

Just wandering if someone could tell me the IOS equivalent to these CATOS commands. I have been to the CATOS TO IOS Conversion utility Page and to be honest it doesn't work properly and skips a majority of commands.

The CATOS commands l need translated to IOS are :

set trunk 11/8 nonegotiate dot1q 1-1005,1024-4094

clear trunk 11/8 1006-1023

clear trunk 11/6 1-39,41-99,101-339,341-419,421-4094

set trunk 11/6 nonegotiate dot1q 40,100,340,420

clear trunk 11/13 1006-1023

set trunk 11/13 auto-negotiate 1-1005,1024-4094

#IPACLVLAN280

set qos acl ip IPACLVLAN280 dscp 32 ip any any

#

commit qos acl all

set qos acl map IPACLVLAN280 280

Thanks much appreciated

3 Replies 3

mogli
Level 1
Level 1

hi,

the three trunk command-blocks should be converted in this way:

clear trunk 11/8 1006-1023

set trunk 11/8 nonegotiate dot1q 1-1005,1024-4094

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 1-1005,1024-4094

switchport mode trunk

clear trunk 11/6 1-39,41-99,101-339,341-419,421-4094

set trunk 11/6 nonegotiate dot1q 40,100,340,420

switchport trunk encapsulation dot1q

switchport trunk allowed vlan 40,100,340,420

switchport mode trunk

clear trunk 11/13 1006-1023

set trunk 11/13 auto-negotiate 1-1005,1024-4094

switchport trunk encapsulation negotiate

switchport trunk allowed vlan 1-1005,1024-4094

switchport mode dynamic auto

kind regards,

Bernhard

Hi Simon,

Here is cisco link for "Catalyst OS to Cisco IOS Configuration Converter " (CCO required)

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

here you can find equivlent IOS commands for most of the CatOS commands.

HTH, rate if it does

Narayan

Collin Clark
VIP Alumni
VIP Alumni

The Cisco Field Manual: Catalyst Switch Configuration book is great. Covers commands for both IOS and CatOS. ISBN: 1587050439

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: