02-02-2011 06:34 AM - edited 03-06-2019 03:19 PM
Hi Folks
trunk to the blade hase to be "switchport trunk nonegotiate" else we will face problem,am i right?
02-02-2011 06:54 AM
Hi Ibrahim,
The switchport nonegotiate command is used to stop the port from sending DTP messages (Dynamic Trunk Port).
The switch port from switch should be configured as a trunk negotiate like below I have the same scenario like you...
interface GigabitEthernet4/40
description Connected to Blade link 2
switchport trunk encapsulation dot1q
switchport trunk native vlan 50
switchport mode trunk
channel-group 1 mode on
Hope this helps you...
Regards,
Naidu.
02-02-2011 07:07 AM
Hi and thanks for ur reply
if nonegotiate isnt configured so this lead the ports on the blade to blinking orange?
my port-channel is acitve no ON?
so i have to configure in the interface "switchport trunk nonegotiate"
how can i verify if it set to negotioate?
02-02-2011 07:20 AM
Hi,
You can verify trunking status in "show int trunk" output. To check the running config of the interface, do show run int gix/y.
Cheers,
Shashank
Please rate if this helped answer your question
02-02-2011 07:29 AM
so it has to be configured as switchport trunk nonegotiate or switchport trunk negotiate?wich one its ok coz this is a blade not switch to sent DTP Msg?
02-02-2011 07:31 AM
Hi,
Exactly, as blade cannot send DTP messages, use "switchport trunk nonegotiate" to hardcode trunking.
Cheers,
Shashank
Please rate the helpful post.
02-02-2011 07:38 AM
what do y recomend the Port-channel settings? ON or ACTIVE in this situation Blade to CORE
02-02-2011 07:41 AM
Hi,
For the same reason (blade may or may not negotiate on port channel also), I would suggest we use "channel-group # mode on" to hardcode port channel.
Cheers,
Shashank
Please rate the helpful post
02-02-2011 07:54 AM
thanks
02-02-2011 07:59 AM
welcome
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