Link to home
Start Free TrialLog in
Avatar of AXISHK
AXISHK

asked on

Cisco 3850 configuration

I was told that Cisco 3850 don't come with console port. How  can I connect to the switch ?

For stacking and configuration, is it similar to Cisco 3520 ?

Tks
Avatar of NetExpert Network Solutions Pte Ltd
NetExpert Network Solutions Pte Ltd
Flag of Singapore image

check out here

https://supportforums.cisco.com/discussion/11859271/cisco-3850-console-port-usb-rj45

The Cisco Catalyst 3850 Switch (similar to the Cisco Catalyst 3750-X Switch) has two console ports: a USB mini console port in the front and an RJ45 console port in the rear. You can use either port (but not both) for input. However, both ports always display the switch output.

The default console port speed setting is 9600 baud, 8 data bits, no parity, 1 stop bit, and no flow control.

Using the USB Console Port

User generated imageUser generated image
Avatar of AXISHK
AXISHK

ASKER

interesting,  how to connect with USB,

Hyperterm can only support com port.....
USB to com port converter
Avatar of AXISHK

ASKER

this is still using the com port on switch,

I mean how to make use of USB of my PC to Cisco

usb for configuration,

tks
Here the connection looks like,

Cisco 3850 switch (Back side) Console port ---- cisco console cable  (one side RJ45 and other side COM)  --- USB to com converter ----> your PC


http://plugable.com/2011/07/04/how-to-change-the-com-port-for-a-usb-serial-adapter-on-windows-7
Avatar of Predrag Jovic
Just download driver from Cisco and use Cisco USB console cable from PC to Switch (it is just common USB Type A-to-USB mini-Type B cable), most likely you have one of those somewhere around :). Driver makes PC believe that it is connected to console port instead of USB port. So, inside of switch Cisco implemented USB to COM device - you just need cable from above.
Link for driver and use
YouTube - how to :)
Avatar of AXISHK

ASKER

Tks. Few questions

#1
If I use RJ45 port, should I need to input the following ?

Switch(config)# line console 0
Switch(config-line)# media-type rj45 switch 1

4 switch will be stacked together. Should the command remain the same ?

#2 in case I use usb connection, nothing need to configure. I only need to install the cisco driver. Does the box come with this usb cable ?

Tks
//#1
If I use RJ45 port, should I need to input the following ?

Switch(config)# line console 0
Switch(config-line)# media-type rj45 switch 1//  --- No need to add this line

you can use the below commands

Switch(config)# line console 0
Switch(config-line)# login local

4 switch will be stacked together. Should the command remain the same ?  -- Yes; In stacking all switches has the same config


#2 in case I use usb connection, nothing need to configure. I only need to install the cisco driver. Does the box come with this usb cable ?   --- Nope.. the box wont come up with USB to COM port converter cable
Avatar of AXISHK

ASKER

To clarify my understanding on usb connectiom
Method 1
1 Use usb cable to connect pc to switch. The cable is similar to that used for phone
2 install cisco driver
3 use hyperterm to connect

RJ45 come with the box but not usb cable, correct
SOLUTION
Avatar of NetExpert Network Solutions Pte Ltd
NetExpert Network Solutions Pte Ltd
Flag of Singapore image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Catalyst 3850 Switch Getting Started Guide
:)
Both USB and RJ45 console cables are optional, but you can find all information you need on the link.
Avatar of AXISHK

ASKER

Step 1 Connect a USB cable to the PC or laptop USB port. Connect the other end of the cable to the mini-B (5-pin-connector) USB port on the switch front panel.

Step 2 Start a terminal-emulation program on the PC or laptop

Which terminal emulation program can read USB port ? I use HyperTerminal but it can only read com port....  that's why I think some driver has to install to stimulate the USB to COM port...
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of AXISHK

ASKER

Tks