Link to home
Start Free TrialLog in
Avatar of jacksch4820
jacksch4820

asked on

How to assign a port range to vlan on catalyst 3500 series XL switchs


Hi

I have catalyst 3500 series XL switch with current Version 12.0(5.3)WC(1), MAINTENANCE INTERIM SOFTWARE on it.

What command can I use to add a port to vlan and a range of port to vlan please advice.
I tried this command but not working see below

Switch#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)#interface range fa0/1 - 12
                         ^
% Invalid input detected at '^' marker.

Switch(config)#interface fa0/1
Switch(config-if)#switchport access vlan 2
FastEthernet0/1 is being monitored
Switch(config-if)#
Avatar of InteraX
InteraX
Flag of United Kingdom of Great Britain and Northern Ireland image

Unfortunately, the int range command is not supported on IOS version 12.0.

The error "FastEthernet0/1 is being monitored" indicates to me that it may be a source port for a SPAN configuration.
See http://www.cisco.com/en/US/products/hw/switches/ps708/products_tech_note09186a008015c612.shtml for more info on SPAN.
Avatar of jacksch4820
jacksch4820

ASKER

Is it possible to load a new version of IOS with support interface range?
Please explain
Will check span config out?
The 3500's do not support anything newer than 12.0. The most recent release from 10 April 2007 is 12.0(5)WC17

The following is from the 3560 documentation.

interface range
Use the interface range global configuration command to enter interface range configuration mode and to execute a command on multiple ports at the same time. Use the no form of this command to remove an interface range.

interface range {port-range | macro name}

no interface range {port-range | macro name}

Syntax Description
 port-range
 Port range. For a list of valid values for port-range, see the "Usage Guidelines" section.
 
macro name
 Specify the name of a macro.
 



Defaults
This command has no default setting.

Command Modes
Global configuration

Command History
 Release  Modification  
12.1(19)EA1
 This command was introduced.
 
thanks
last question how can i disable SPAN on port and what is difference between version
12.0(5.3)WC(1) and 12.0(5)WC17
ASKER CERTIFIED SOLUTION
Avatar of InteraX
InteraX
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial