09-05-2018 11:46 AM - edited 03-08-2019 04:05 PM
So I understand the the port-channel to be the virtual link should not be a switchport or trunk or have an IP.
So the only way I can get the switch virtual link 1 command to take is if I do "switchport" command first which in turn will show a trunk configuration under the port-channel as well. Here is the error. Anyone know what I may be doing wrong?
switch virtual link 1
Interface Po100 is a Layer 3 interface.
Convert it to a Layer 2 switchport before
configuring it as a VSL Port-channel.
09-05-2018 12:17 PM
Not sure .. try 'switchport' under interface may be?
conf t
interface Po100
switchport
09-05-2018 01:21 PM
09-05-2018 01:25 PM - edited 09-05-2018 01:25 PM
What switch platform are you using?
here is a sample working config
interface Port-channel xx
switchport
switchport mode trunk
switchport nonegotiate
switch virtual link x
HTH
09-07-2018 05:40 AM
09-07-2018 05:56 AM
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