Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cat 4003 + Trunk Ports 1

Status
Not open for further replies.

mb2

ISP
Jun 18, 2003
6
AU
We have a Cat 4K that has 6 ports running as trunks:

Example: port 2/7 from 'show conf' -
set trunk 2/7 on dot1q 2-9,11-19,21-32,34-39,41-100,115-116,119,121-499,503-554,556-1005

I want to remove these ports from trunk mode, and use them for vlans:

gc-sw-02> (enable) set vlan 40 2/7
VLAN Mod/Ports
---- -----------------------
40 2/2,2/4,2/6-7,2/10,2/12,2/14,2/16

But, they refuse to come out of trunk mode:

gc-sw-02> (enable) show port 2/7
Port Name Status Vlan Level Duplex Speed Type
----- ------------------ ---------- ---------- ------ ------ ----- ------------
2/7 connected trunk normal full 100 10/100BaseTX

Must I do a 'clear trunk 2/7 <cr>' to remove it from trunk mode?

The switch is in a production env, so I wanted to ensure the 'clear trunk 2/7 <cr>' was the correct procedure!

Thanks in advance,
MB
 
Try this command..

gc-sw> (enable)set trunk 2/7 off dot1q

to remove the port 2/7 from trunking.

Then use the command

gc-sw>(enable)set vlan 40 2/7

for assigning the port to vlan 40.


 
You can also just enter, well depending on the image that you are running..

set port host 2/7

This turns off trunking and port channel capabilities, and enables portfast too.

Then you can set your vlan to the port....

set <vlan> 2/7

Later...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top