cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
426
Views
0
Helpful
4
Replies

vtp pruning list for the Catalyst 7606

m.iancu
Level 1
Level 1

hello,

i'm trying to build a vtp pruning list for a catalyst 7606 switch - and no matter what i do i always get back an error message saying the list is not wright - the format of the list.

i did read all the docs i could find on the web site.

this is the interface config:

interface FastEthernet3/6

no ip address

duplex full

speed 100

switchport

switchport trunk encapsulation dot1q

switchport mode trunk

no cdp enable

switch(config-if)#switchport trunk pruning vlan except 7,10

Command rejected: Bad VLAN pruning list.

no matter how i define the list - always the same message.

this is my IOS info:

Cisco Internetwork Operating System Software

IOS (tm) c6sup2_rp Software (c6sup2_rp-PSV-M), Version 12.1(11b)EX1, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

TAC Support: http://www.cisco.com/tac

Copyright (c) 1986-2002 by cisco Systems, Inc.

Compiled Thu 30-May-02 03:28 by eaarmas

Image text-base: 0x40008BD8, data-base: 0x415E0000

ROM: System Bootstrap, Version 12.1(11r)E1, RELEASE SOFTWARE (fc1)

BOOTLDR: c6sup2_rp Software (c6sup2_rp-PSV-M), Version 12.1(11b)EX1, EARLY DEPLOYMENT RELEASE SOFTWARE (fc1)

thank you,

mihai

ps: the vlan are in there :) - there is nothing wrong with them or with the vtp config

4 Replies 4

rfroom
Cisco Employee
Cisco Employee

Include VLAN 1 in the list

hello,

i tried that - but i didn' work - maybe i'm missing something.

i did it again and this is what i got:

switch(config)#int fa3/6

switch(config-if)#sw

switch(config-if)#switchport tru

switch(config-if)#switchport trunk ?

allowed Set allowed VLAN characteristics when interface is in trunking mode

encapsulation Set trunking encapsulation when interface is in trunking mode

native Set trunking native characteristics when interface is in trunking mode

pruning Set pruning VLAN characteristics when interface is in trunking mode

switch(config-if)#switchport trunk pru

switch(config-if)#switchport trunk pruning vlan ex

switch(config-if)#switchport trunk pruning vlan except 1,7

Command rejected: Bad VLAN pruning list.

switch(config-if)#switchport trunk pruning vlan except 1-7

Command rejected: Bad VLAN pruning list.

switch(config-if)#switchport trunk pruning vlan except 1 7 10

^

% Invalid input detected at '^' marker.

switch(config-if)#switchport trunk pruning vlan except 1

Command rejected: Bad VLAN pruning list.

switch(config-if)#switchport trunk pruning vlan except 1 7

^

% Invalid input detected at '^' marker.

switch(config-if)#switchport trunk pruning vlan except 1 ?

switch(config-if)#switchport trunk pruning vlan except 1,7 ?

switch(config-if)#switchport trunk pruning vlan except 1,7

Command rejected: Bad VLAN pruning list.

switch(config-if)#exit

switch(config)#exit

switch#

Hi,

Please also include 1002-1005 with vlan 1

switch(config-if)#switchport trunk pruning vlan except 1,7,1002-1005

This will work.

yes - it works - i should have thought of that ...

thank you for your help.

this is what you can see in the sh run after applying the command:

switchport trunk pruning vlan 2-6,8-1001,1006-4094