cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
701
Views
0
Helpful
9
Replies

Configure Etherface on KN7

rfuentes1111
Level 1
Level 1

Hi Team,

I'm new on this and i need to configure a etherface on a NK7 and i get the following error do i need to force the interface.

2(config-if)# switchport mode trunk
2(config-if)# switchport trunk native vlan 10
2(config-if)# udld aggressive
2(config-if)# channel-group 104 mode active
command failed: port not compatible [PC Queuing policy]

** You can use force option to override the port's parameters
** (e.g. "channel-group X force")
** Use "show port-channel compatibility-parameters" to get more information on failure

9 Replies 9

Reza Sharifi
Hall of Fame
Hall of Fame

Hi,

Can you post the config for the interface you are trying to configure?

sh run int ex/x

HTH

2(config-if)# switchport mode trunk
2(config-if)# switchport trunk native vlan 10
2(config-if)# udld aggressive
2(config-if)# channel-group 104 mode active
command failed: port not compatible [PC Queuing policy]

** You can use force option to override the port's parameters
** (e.g. "channel-group X force")
** Use "show port-channel compatibility-parameters" to get more information on failure


sh run int et3/6

!Command: show running-config interface Ethernet3/6
!Time: Wed Jun 1 12:34:27 2016

version 6.2(2)

interface Ethernet3/6
medium p2p

Eth3/6 -- disabled 1 auto auto 10Gbase-SR

Can you change

medium p2p

to switchport

and than try the rest of the config?

config t

int e3/6

switchport

HTH

I have other interfaces that were config by another Network Engineer see below and it work fine if i switch to switchport is the medium p2p will still be there.

interface Ethernet3/10
description SS10G
switchport mode trunk
switchport trunk native vlan 10
medium p2p
udld aggressive
channel-group 202 mode active
no shutdown

What is interface  e3/6 connected to?

there is nothing Connected to that interface right now but that Port-channel is been use on another interface you think that is the problem. also how do i shut down a port-channel also.

If the same port-channel is being used on another interface, than don't use it for this one. Just use a different port-channel number.

You can shut it like this

interfa poxxx

sh

HTH

I need to use the same port channel now my question is once I disconnect the switch that I will be replacing do i need to shut down the port-channel and bring it back once i connect the new switch .

Paul Chapman
Level 4
Level 4

Hi -

This error indicates that Port-Channel 104 already exists.  That means that if you are adding another interface, the new interface must have a matching configuration.  Do a "show run int po140 member", then copy the existing configuration to the new port.

Also, the additional port needs to be on the same line card type as the existing port (i.e. M or F) and must be running the same speed and duplex.

PSC