07-27-2011 01:26 PM - edited 03-07-2019 01:26 AM
Could you tell me that is n-isl under the show command?
this came when two sides are in default setting. once i configured encapsulation to isl, it changed to isl.
What is difference between isl and n-isl?
thanks,
Han
07-27-2011 01:37 PM
The n in n-isl means negotiated. So basically the switches at either end negotiated to ISL encapsulation for the trunk link.
Once you hardcoded the encapsulation there was no need to negotiate so then the n disappeared.
Jon
07-29-2011 09:37 AM
Jon,
I tried on two 3750s. it seems that it is different from what you said. any idea?
thanks,
Han
07-29-2011 01:52 PM
What do you mean by "it is different". What behaviour did you see ?
Jon
07-29-2011 04:23 PM
Hi, as Jon has stated - the trunk is either
n-isl / n-dot1q = negociated
or
isl / dot1q =full trunk mode
for N-ISL/dot1q to happen you need one of the trunk links to be in a negociated stated - like
switchport trunk encap ISL /dot1q
switchport mode dyanmic desirable/auto
hardcoding the trunk would be
switchport trunk encap ISL /dot1q
switchport mode trunk
res
Paul
07-29-2011 11:25 PM
Default negotiation for 3750's is dot1q. That's why you see the difference between your first and second post.
Sent from Cisco Technical Support iPhone App
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