- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Labels:
-
LAN Switching
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
