-
Website
http://www.tech-recipes.com/ -
Original page
http://www.tech-recipes.com/rx/1519/cisco_2950_switch_create_a_vlan/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
davak
83 comments · 1 points
-
Web Design
3 comments · 1 points
-
danishbacker
9 comments · 1 points
-
flexinfo
11 comments · 1 points
-
Tonychelle
4 comments · 1 points
-
-
Popular Threads
-
Symfony: Drop Down List Box Without Submit Button
18 hours ago · 1 comment
-
PowerPoint 2010: How To Convert a Presentation to Video (WMV format)
1 week ago · 1 comment
-
Windows Live Mail: Automatically Spell Check All Email Before Sending
1 week ago · 2 comments
-
Firefox: How to Make Google Reader the Default RSS Reader for Subscribing to Feeds
1 week ago · 1 comment
-
Facebook: How To Get Only Status Updates on Your FB Home Page
1 month ago · 4 comments
-
Symfony: Drop Down List Box Without Submit Button
My Setup is such
Port Name Status Vlan Duplex Speed Type
Fa0/1 connection to name connected 100 full 100 10/100BaseTX
Fa0/2 connection to name connected 100 full 100 10/100BaseTX
Fa0/22 connection to loca notconnect 1 full 100 10/100BaseTX
Fa0/23 connection to loca notconnect 1 full 100 10/100BaseTX
Fa0/24 connected 100 a-half a-10 10/100BaseTX
Gi0/1 connected 100 full 100 10/100/1000BaseTX
Gi0/2 notconnect 1 auto auto 10/100/1000BaseTX
I want Gi0/2 to be part of 100 not 1
How would i go about doing that.
2950# config t
2950(config)# int Fi0/1
2950(config-if)# switchport mode access
2950(config-if)# switchport access vlan 100
2950(config-if)# exit
2950(config)#exit
2950# config t
2950(config)# int Gi0/1
2950(config-if)# switchport mode access
2950(config-if)# switchport access vlan 100
2950(config-if)# exit
2950(config)#exit