cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

"interface range vlan" Syntax

lbhoang
Level 1
Level 1

On a Catalyst 6509 with Cat1a/MSFC1 in hybrid mode running CatOS 6.4(1) and IOS 12.1(8b)E10, what is the syntax for "interface range vlan"?

I'm trying to specify a range of VLANs, 1 through 910, to apply "no shut" on but it's not taking the syntax as shown below. VLANs 1 through 910 do exist on MSFC1 as verified with "sh ip int brief" and "sh run".

icat_b_msfc1(config)#int range vlan ?

<1-4094> Vlan interface number

icat_b_msfc1(config)#int range vlan 1 ?

, comma

- hyphen

<cr>

icat_b_msfc1(config)#int range vlan 1 - ?

<1-1005> last port number or vlan interface in port-range

icat_b_msfc1(config)#int range vlan 1 - 910 ?

, comma

<cr>

icat_b_msfc1(config)#int range vlan 1 - 910

interface range not validated - command rejected

icat_b_msfc1(config)#

It does take "int range vlan 1, vlan 910" but this only applies to vlans 1 and 910 and not 1 through 910.

Thanks in advance.

Who Me Too'd this topic