|
|
| netteaser 2003-08-18, 4:48 pm |
| I need some help ASAP...
I need to configure port 5 on blade #3 on a 4506 switch?
How do i do that, I know how to do it on the 5000 series switches and the 29xx series but i have never dont it on the 4506 switch
thanx | |
|
| I would think that it would be the same on a 4xxx as it would be on a 5xxx. Both are set based, so I would think the commands are the same. | |
| sukuvi 2003-08-21, 2:55 pm |
| Like Dude said, they are both set-based so you shouldn't have any problems configuring it. | |
| netteaser 2003-08-27, 10:45 am |
| When i try to configure the ports so they can be in the admin vlan i try the SET command and it says invalid command..
what should i DO? | |
|
|
| netteaser 2003-08-27, 1:33 pm |
| allready tried that>
and set is not on there? | |
| abdera 2003-08-27, 8:37 pm |
| Cisco IOS 12.1(12c)EW and above supports the the 4500 series. If you are runing IOS on this switch check out http://www.cisco.com/univercd/cc/td...ayer2.htm#19975
The configuration will be different depending on whether you are setting the port to be a trunk port or access port.
Assuming you're setting up an access port the commands to set the VLAN would be:
Switch(config)# interface {fastethernet | gigabitethernet} <slot/port>
and
Switch(config-if)# switchport access vlan <vlan_num>
This will only change the VLAN of a port that is already set up as an access port. You probably need to "shutdown" the interface before changing the VLAN and "no shutdown" the interface after. I'm not 100% sure.
If you need to do more than jsut change the VLAN (change the port between trunk and access or enable switching) then check out the URL above.
If you're running a different version of software go to http://www.cisco.com/en/US/products...ist
.html to choose the appropriate configuration guide. | |
| sukuvi 2003-08-28, 8:06 pm |
| Did you log into priviledge mode? |
|
|
|