04-24-2019 04:08 PM
I have two identical switches. One takes the port channel command the other does not. I have tried assigning vlans to it but it doesnt matter. Same with shutting them down first.
N5K9
interface port-channel1
switchport mode trunk
spanning-tree port type network
speed 10000
vpc peer-link
N5K9(config-if)# int e1/4
N5K9(config-if)# channel-group 1
command failed: port not compatible [port mode]
N5K10
interface port-channel1
switchport mode trunk
spanning-tree port type network
speed 10000
vpc peer-link
interface Ethernet1/4
switchport mode trunk
channel-group 1
04-24-2019 04:16 PM
Try default the interface and add to port-channel, if you got still error
can you port show run interface eth 1/4 and show interface eth 1/4 ourput.
04-24-2019 05:52 PM
Ethernet1/4 is down (Link not connected)
Dedicated Interface
Hardware: 1000/10000 Ethernet, address: 8c60.4fe9.792b (bia 8c60.4fe9.792b)
MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
auto-duplex, 10 Gb/s, media type is 10G
Beacon is turned off
Input flow-control is off, output flow-control is off
Rate mode is dedicated
Switchport monitor is off
EtherType is 0x8100
Last link flapped 01:54:34
Last clearing of "show interface" counters never
15 interface resets
30 seconds input rate 0 bits/sec, 0 packets/sec
30 seconds output rate 0 bits/sec, 0 packets/sec
Load-Interval #2: 5 minute (300 seconds)
input rate 0 bps, 0 pps; output rate 0 bps, 0 pps
RX
6355 unicast packets 17322 multicast packets 2930 broadcast packets
26607 input packets 3056307 bytes
0 jumbo packets 0 storm suppression bytes
0 runts 0 giants 0 CRC 0 no buffer
0 input error 0 short frame 0 overrun 0 underrun 0 ignored
0 watchdog 0 bad etype drop 0 bad proto drop 0 if down drop
0 input with dribble 0 input discard
0 Rx pause
TX
6349 unicast packets 12854 multicast packets 3255 broadcast packets
22458 output packets 2654131 bytes
91 jumbo packets
0 output error 0 collision 0 deferred 0 late collision
0 lost carrier 0 no carrier 0 babble 0 output discard
0 Tx pause
04-24-2019 06:42 PM
Hardware: 1000/10000 Ethernet, address: 8c60.4fe9.792b (bia 8c60.4fe9.792b)
MTU 1500 bytes, BW 10000000 Kbit, DLY 10 usec
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, medium is broadcast
Port mode is access
The port is in access mode. So, change the port to trunk port first and then add it to the PO.
HTH
04-24-2019 07:26 PM
OMG I did that ten times and now it took the command. Bless your talent! However [insert sad emoji]. I get this weird fabric path error. Everything else works except the 5k vpc peer link.
N5K9(config-if)# sho run int e1/4
interface Ethernet1/4
switchport mode trunk
channel-group 1
N5K9(config)# sh int br
Eth1/4 1 eth trunk down Link not connected 10G(D) 1
N5K9(config)# sh run int po1
interface port-channel1
switchport mode trunk
spanning-tree port type network
speed 10000
vpc peer-link
N5K10(config-if)# sh run int e1/4
interface Ethernet1/4
switchport mode trunk
channel-group 1
N5K10(config)# sh int br
Eth1/4 1 eth trunk down vPC+PeerLnkNotFabricPath 10G(D) 1
04-24-2019 08:00 PM
So, this "Ethernet1/4 is down (Link not connected)" means the physical link is down. Check to make sure you are using the correct optics on both sides and also using the correct fiber patch cable.
HTH
04-25-2019 12:17 AM
This shows now config is fixed, now goes to testing of Physical cable issue,
How far distance between these 2 Switches ? suggest to connect to laptop to that port and see if that come up bot the sides.
Check the patch leads, is this single mode or Multi Mode Fibre ?
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