cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
4950
Views
15
Helpful
5
Replies

Can not see trunk status when using command show interface trunk Catlyst 6500

eigrpy
Level 7
Level 7

Hi, I can not see some trunk when using command show interface trunk in switch 6500. The output of show ip interface brief and show run interface gx/x are up and trunk configured. Anyone can give me some suggestion ? Thank you

2 Accepted Solutions

Accepted Solutions

InayathUlla Sharieff
Cisco Employee
Cisco Employee

HI,

Can you share the interface configuration?  I hope you have configured switchport mode trunk on the interface.

what is the output do you see when you run the command:

show int trunk

show int X/x capability

show int x/x switchport

 

HTH

Regards

Inayath

View solution in original post

Hi,

There is the culprit the config of port-channel:-

interface GigabitEthernet6/6
  switchport
 switchport access vlan 3
 switchport trunk allowed vlan 9
 switchport mode trunk
 channel-group 9 mode active  >>>> When you configure this command the port goes into the PO hence you dont see this under the show int trunk command were as this will be not represented as Po9 under the show int trunk.

 

HTH

Regards

Inayath

***************Please mark the thread as answered if this has resolved the query and rate all usefull posts plz************

View solution in original post

5 Replies 5

InayathUlla Sharieff
Cisco Employee
Cisco Employee

HI,

Can you share the interface configuration?  I hope you have configured switchport mode trunk on the interface.

what is the output do you see when you run the command:

show int trunk

show int X/x capability

show int x/x switchport

 

HTH

Regards

Inayath

Thanks for your reply. Now I noticed the difference between port that show trunk and not show trunk when I use command show run int gx/y. Please see below. The first one show trunk and second does not. Do you think if the reason is using channel-group ? 

 

interface GigabitEthernet5/5
 switchport
 switchport trunk allowed vlan 3
 switchport mode trunk
 spanning-tree portfast
 


interface GigabitEthernet6/6
  switchport
 switchport access vlan 3
 switchport trunk allowed vlan 9
 switchport mode trunk
 channel-group 9 mode active

 

 

 

Hi,

There is the culprit the config of port-channel:-

interface GigabitEthernet6/6
  switchport
 switchport access vlan 3
 switchport trunk allowed vlan 9
 switchport mode trunk
 channel-group 9 mode active  >>>> When you configure this command the port goes into the PO hence you dont see this under the show int trunk command were as this will be not represented as Po9 under the show int trunk.

 

HTH

Regards

Inayath

***************Please mark the thread as answered if this has resolved the query and rate all usefull posts plz************

Dennis Mink
VIP Alumni
VIP Alumni

Try show int Gix/y switchport instead

Please remember to rate useful posts, by clicking on the stars below.

Hello

Are you using CatIos by any chance?

 

try

show trunk

 

res

paul

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul