01-13-2011 01:05 PM - edited 03-06-2019 02:59 PM
I have a Cisco 3560 switch (IOS) that I need to set trunking on all 48 ports. Is there a way to do it as a group? Or do I need to do it interface by interface?
Solved! Go to Solution.
01-13-2011 02:26 PM
Yes, you can use the "interface range" command to configure all interfaces at once.
Example:
interface range fastethernet0/1 - 2
switchport mode trunk
Here is the command reference:
Hope that helps.
01-13-2011 02:44 PM
Setting the VTP to transparent mode will disable the VTP, ie: it won't participate in the VTP negotiations. Here is the guide for your reference:
01-13-2011 02:26 PM
Yes, you can use the "interface range" command to configure all interfaces at once.
Example:
interface range fastethernet0/1 - 2
switchport mode trunk
Here is the command reference:
Hope that helps.
01-13-2011 02:36 PM
Thanks for the reply, I ended up finding that CLI references as well.
Maybe you can answer another question, how might i turn off VTP?
01-13-2011 02:44 PM
Setting the VTP to transparent mode will disable the VTP, ie: it won't participate in the VTP negotiations. Here is the guide for your reference:
01-13-2011 02:46 PM
Thank you so much for the quick reply and references. I need to dig a little more before posting. Thanks
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