06-01-2016 12:18 PM - edited 03-08-2019 06:02 AM
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
06-01-2016 12:33 PM
Hi,
Can you post the config for the interface you are trying to configure?
sh run int ex/x
HTH
06-01-2016 12:37 PM
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
06-01-2016 12:40 PM
Can you change
medium p2p
to switchport
and than try the rest of the config?
config t
int e3/6
switchport
HTH
06-01-2016 12:45 PM
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
06-01-2016 12:53 PM
What is interface e3/6 connected to?
06-01-2016 04:48 PM
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.
06-01-2016 06:32 PM
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
06-02-2016 11:56 AM
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 .
06-02-2016 09:43 PM
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
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