Start a Conversation

Unsolved

This post is more than 5 years old

1330

February 24th, 2017 08:00

Trunk between 6248 and 8132

Hi,

I have a trunk port between 6248 and 8132 with general mode. Please see the interface configuration below:

6248:
interface ethernet 1/xg1
description 'xxxxx'
switchport mode general
switchport general allowed vlan add 3-6,8 tagged
switchport general allowed vlan add 1 tagged
exit

8132:
interface Te1/0/9
description 'xxxxxx'
switchport mode general
switchport general allowed vlan add 3-6,8 tagged
switchport general allowed vlan add 1 tagged
exit

However, the link state on 8132 is down:

Port      Name                       Duplex Speed      Neg MTU   Admin State Link State
--------- --------------------------- ------      -------         ----   -----         -----             -----
Te1/0/9 xxxxxx                      N/A       Unknown Auto 1518         Up            Down

On 6248, the link is up:

Port   Type                           Duplex Speed    Neg   Admin State Link State
----- ------------------------------  ------     -------      ----          -----           -----
1/xg1 10G - Level                 Full      10000    Auto        Up             Up

Any suggestion what is wrong here? Thanks for your help!

5 Practitioner

 • 

274.2K Posts

February 24th, 2017 11:00

Try a different port to see if this is isolated to just 1/0/9. How long is this cable? possible to try a different cable?

It definitely is not negotiating. If the physical connection is good, then perhaps test manually setting the speed and duplex on the port.

console(config)#interface tengabitethernet 1/0/9
console(config-if)#speed 10000
console(config-if)#duplex full

Can always check logging for any pertinent information. Physically unplug and then plug the cable back in, then check logs.

console# show logging

You can also try to manually bring the interface down and then bring it back up. 

console(config)#interface tengabitethernet 1/0/9
console(config-if)#shut
console(config-if)#no shut

10 Posts

February 24th, 2017 12:00

Daniel,

Thanks for your reply. I just tried to set speed and duplex and the link is still down. The cable length should be more than 10 meters - not sure about exact. 

I am currently not onsite, will try another port or another cable later. 

Thanks again.

5 Practitioner

 • 

274.2K Posts

February 27th, 2017 08:00

Glad to hear it was a simple port mixup. While troubleshooting, I prefer testing connectivity from client to client. This provides a better overall picture of connectivity to the network. Can you post up your current running configs? I can help look at the configuration for any suggested changes. 

10 Posts

February 27th, 2017 08:00

Daniel,

The issue was actually caused by a wrong port - it should be port number 1 instead of 9 on 8132 side. Now both sides link states are UP. On 8132 side:

Port Name Duplex Speed Neg MTU Admin Link
State State
--------- --------------------------- ------ ------- ---- ----- ----- -----
Te1/0/1 xxxxxxxx  Full 10000 Off 1518 Up Up

Port Description
-------- ----------------------------------------------------------------------
Te1/0/1 xxxxxxxx

Flow Control:Enabled
Port: Te1/0/1
VLAN Membership mode:General Mode

Operating parameters:
PVID: 1
Ingress Filtering: Enabled
Acceptable Frame Type: Admit All
Default Priority: 0
GVRP status:Disabled
Protected:Disabled

Port Te1/0/1 is member in:
--More-- or (q)uit

VLAN Name Egress rule Type
---- --------------------------------- ----------- --------
1 default Tagged Default
3 VLAN0003 Tagged Static
4 VLAN0004 Tagged Static
5 VLAN0005 Tagged Static
6 VLAN0006 Tagged Static
8 VLAN0008 Tagged Static

Static configuration:
PVID: 1
Ingress Filtering: Enabled
Acceptable Frame Type: Admit All

Port Te1/0/1 is statically configured to:

VLAN Name Egress rule
---- --------------------------------- -----------
3 VLAN0003 Tagged
4 VLAN0004 Tagged
5 VLAN0005 Tagged
6 VLAN0006 Tagged
--More-- or (q)uit
8 VLAN0008 Tagged

Forbidden VLANS:
VLAN Name
---- ---------------------------------


Port Te1/0/1 Enabled
State: Forwarding Role: Root
Port id: 128.1 Port Cost: 2000
Port Fast: No (Configured: no ) Root Protection: No
Designated bridge Priority: 32768 Address: 0025.6420.9C3A
Designated port id: 4294967168.49 Designated path cost: 40000
CST Regional Root: 80:00:00:25:64:20:9C:3A CST Port Cost: 0
BPDU: sent 25, received 155659

However, the two switches connected via the trunk cannot ping each other. Do you have any suggestion of the issue here? The fiber length between them is 20 meters. But now link status on both sides are UP. 

Thanks in advance.

No Events found!

Top