02-10-2015 12:28 AM - edited 03-07-2019 10:34 PM
HI
I think it is easy for configuration a port, but I can not make it work:
I need configure an external 1G cat6 cable link to my cat6500, and I have been told this is on access port with BPDU disabled. an ip should be assigned to it, ip address assume is 10.1.1.1/30
interface GigabitEthernet2/4/47
description external 2
switchport
switchport access vlan 1496
switchport mode access
spanning-tree portfast disable
spanning-tree bpduguard disable
spanning-tree link-type point-to-point
end
I see the log:
Feb 10 17:07:36 AEDT: %LINK-SW1_SP-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
Feb 10 17:07:43 AEDT: %LINK-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to up
Feb 10 17:07:43 AEDT: %LINK-SW1_SP-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to up
Feb 10 17:07:43 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/4/47, changed state to up
Feb 10 17:07:43 AEDT: %LINEPROTO-SW1_SP-5-UPDOWN: Line protocol on Interface GigabitEthernet2/4/47, changed state to up
Feb 10 17:07:46 AEDT: %LINK-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
Feb 10 17:07:47 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet2/4/47, changed state to down
Feb 10 17:07:46 AEDT: %LINK-SW1_SP-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
Feb 10 17:07:47 AEDT: %LINEPROTO-SW1_SP-5-UPDOWN: Line protocol on Interface GigabitEthernet2/4/47, changed state to down
I have also tried to put ip address direct on port. (no switchport; ip address 10.1.1.1 255.255.255.252) not work also.
Could I get some advice, what problem can be? how do I trouble shooting this issue.
Any comments will be appreciated
Thanks in advance
julxu
02-10-2015 05:43 AM
Is the configuration above from your 6500 ?
If so you should be able to do a "no switchport" and then assign an IP.
When you say it didn't work what exactly do you mean ?
Jon
02-10-2015 08:01 AM
interface GigabitEthernet2/4/47
description Isilon MacqTel 2
no switchport
ip address 10.1.1.1 255.255.255.252
spanning-tree portfast disable
spanning-tree bpduguard disable
spanning-tree link-type point-to-point
1#sh int status | i Mac
Gi1/4/47 external 1 disabled 1495 auto auto 10/100/1000BaseT
Gi2/4/47 external 2 notconnect routed auto auto 10/100/1000BaseT
Feb 11 02:50:26 AEDT: %LINK-5-CHANGED: Interface GigabitEthernet2/4/47, changed state to administratively down
Feb 11 02:50:27 AEDT: %LINK-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
Feb 11 02:50:26 AEDT: %LINK-SW1_SP-5-CHANGED: Interface GigabitEthernet2/4/47, changed state to administratively down
Feb 11 02:50:27 AEDT: %LINK-SW1_SP-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
Feb 11 02:52:29 AEDT: %LINK-5-CHANGED: Interface Vlan1496, changed state to administratively down
Feb 11 02:52:29 AEDT: %LINEPROTO-5-UPDOWN: Line protocol on Interface Vlan1496, changed state to down
Feb 11 02:53:36 AEDT: %LINK-5-CHANGED: Interface GigabitEthernet2/4/47, changed state to administratively down
Feb 11 02:53:36 AEDT: %LINK-SW1_SP-5-CHANGED: Interface GigabitEthernet2/4/47, changed state to administratively down
Feb 11 02:53:39 AEDT: %LINK-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
Feb 11 02:53:39 AEDT: %LINK-SW1_SP-3-UPDOWN: Interface GigabitEthernet2/4/47, changed state to down
it disn't work - means the when you show interface status, it is notconnect. it also means can not ping another end.
Julxu
02-10-2015 08:14 AM
If it is showing as notconnect then it is nothing to do with the configuration in terms of L2 switchport or L3 routed port.
You have a link level problem.
What are you connecting to the 6500 ?
Jon
02-10-2015 08:15 AM
cat 6 cable.
02-10-2015 08:18 AM
What device is on the other end ?
Jon
02-10-2015 08:23 AM
no at this stage, will ask them tomorrow.
02-12-2015 04:27 PM
Finally, it works now, the reason is one site has spanning tree enabled, anotehr one is not. it automatically disabled the link.
now I have new problem. after it is online, the 1G port only become 100mb now.
replace my site cable do not fix the problem.
Gi1/4/47 xxxxxx connected 46 a-full a-100 10/100/1000BaseT
another end is a cat3650.
Any advice, please.
02-10-2015 08:20 AM
is anyway I can confirm it is link level issue?
external put link in, and at my site, only patch a cat 6 cable. no capability to say it is a link issue. do I?
02-10-2015 08:21 AM
What is connected to the other end of the cable ?
Jon
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