11-17-2010 01:43 PM - edited 03-04-2019 10:29 AM
Hello all:
I have a Cisco 7606 that I am testing with and it has the following modules installed:
2 - WS-SUP720-3B
2 - WS-X6748-GE-TX
The interfaces are up and the VLAN's are configured and active. The problem that I am running into is that when I assign a port to a VLAN it does not show up afterwards when I use the "show vlan brief" command. The ports that I assign are not there.
Any thoughts on this?
Thanks for your help.
John
Solved! Go to Solution.
11-18-2010 12:45 PM
Hello John,
check also the power supplies but all the first linecards are powered off by the supervisor
post show log as a text file in an attachment to find out the reasons for this.
Or the power is not enough to light on the modules or there is some incompatibility that caused the power deny
Hope to help
Giuseppe
11-17-2010 01:46 PM
Hello John,
C7600 and C6500 defaults to L3 interface
you need to use switchport command to make a port a L2 interface:
interface gix/y
switchport
switchport mode access
switchport access vlan N
Hope to help
Giuseppe
11-17-2010 01:53 PM
Hi Giuseppe:
I have done this and it works fine but the ports still do not show up when I use
the sh vlan brief command. It just states that the VLAN is active.
There is nothing under the section output labeled ports.
11-17-2010 01:57 PM
Hello John,
What does the output of the show int giX/Y switchport say?
Best regards,
Peter
11-17-2010 02:00 PM
Hi Peter:
The output is as follows:
Name: Gi3/1
Switchport: Enabled
Administrative Mode: static access
11-17-2010 02:16 PM
Hello John,
Hmm, that is strange. Giuseppe, any idea about this? I find it strange that a port recognized as a static access port does not show up in the show vlan brief output.
John, one more experiment: what would the command show vlan id VID say? (Replace the VID with the access VLAN number)
Best regards,
Peter
11-17-2010 02:30 PM
Hey Peter:
Here is the output from the sh vlan id command:
Cat7606#show vlan id 10
VLAN Name Status Ports
---- -------------------------------- --------- -------------------------------
10 VLAN0010 active
VLAN Type SAID MTU Parent RingNo BridgeNo Stp BrdgMode Trans1 Trans2
---- ----- ---------- ---- ------ ------ - ------- ---- -------- ------ ------
10 enet 100010 1500 - - - - - 0 0
Remote SPAN VLAN
----------------
Disabled
Primary Secondary Type Ports
------- --------- ----------------- ------------------------------------------
11-17-2010 02:40 PM
John
What IOS are you running ?
If 12.2SR can you post output of "sh vlan all-ports"
also the output of "sh interface gi.. switchport" that you posted, was that the full output ?
Jon
11-17-2010 02:45 PM
Hey Jon:
I am running version 12.2(18)SX
The sh interface Gi output is the full output. This is really
strange.
11-17-2010 02:55 PM
thejackalhas1 wrote:
Hey Jon:
I am running version 12.2(18)SX
The sh interface Gi output is the full output. This is really
strange.
John
Actually, just checked and "sh vlan all-ports" is supported under 12.2SXF.
Can you post config of switchport.
Also, do you know if it actually works ie. does it actually place the port into the right vlan, just doesn't show it in the config ?
Finally can you post "sh module"
Jon
11-18-2010 08:38 AM
11-18-2010 08:55 AM
Hello John,
all the first three linecards are in power deny state and also the daughter cards DFC 3C. the Sup is 720 3B.
Try to reboot the system, there is a recent thread about this issue with mismatching type of PFC and DFCs on linecards
Clearly in this situation you are "provisioning" ports that are not alive.
the show module must provide status OK for the linecards and their associated DFCs
Hope to help
Giuseppe
11-18-2010 09:22 AM
Hi Giuseppe,
I think we three of us were typing messages at the same time...
You are correct as the modules are in pwrdeny state. Strange part is how is john able to configure those ports and put them in vlans... I think those ports should not be shown in running config.. rite?
Dear John,
Can you please post the output of entire "sh ip int brief"
11-18-2010 08:32 AM
Well this sounds a bit strange... Lets start by cheking the vlan.dat in the 7606 router. This file is stored in nvram. You can check it by :
# dir const_nvram:
If you have previous backup of this file and no new vlans are added then compare the file size of the existing file with the backup one.
Did you check this : when you assign a port in a particular vlan and connect a link onto that port, does that port stay amber or does it turn green?
You may also test this : create a svi with unique vlan id and check its status in "sh ip int brief" it will stay down unless you create a vlan in the database with the same id of which you created the svi. After you create the svi... create the vlan in the database and the svi should turn up if you have any trunk port on which this vlan is allowed, else for testing purpose go ahead and assign a port in this vlan and connect a machine in that port.
check the output of
"sh vlans" ----- dont forget the 's' in vlans
"sh vlan brief"
"dir const_nvram:"
post these outputs if possible...
hope this helps...
11-18-2010 09:01 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide