cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
376
Views
5
Helpful
4
Replies

Begineer - How to configure 12 core switch 3750

r_ladic4797
Level 1
Level 1

Please any1 help me im a beginner for cisco that i need to configure the 12 core switch 3750. how to assign ip address to the switch and assign vlan w/ ip address to each core. add vlan id and name. and if possible, if the same vlan id and vlan name configure both of them in 1 core?

Thanks in advance!!

4 Replies 4

lamav
Level 8
Level 8

You should read the configuration guide.

http://www.cisco.com/en/US/docs/switches/lan/catalyst3750/software/release/12.2_44_se/configuration/guide/swuncli.html

Examples:

conf t

vlan 3

name MANAGEMENT_VLAN

vlan 4

name USER_VLAN

vlan 5

name USER_VLAN2

interface vlan 3

description ***Management Interface for Switch***

ip address 10.10.10.2 255.255.255.0

ip default-gateway 10.10.10.1

interface fa1/0/1

description user port

switchport

switchport access vlan 4

switchport mode access

no shut

These are just examples.

Victor

Leo Laohoo
Hall of Fame
Hall of Fame

If you want the WS-C3750-12S to be the Master, then "switch 1 priority 15".

Leo Laohoo
Hall of Fame
Hall of Fame

Whoopsie! Double posting. :P

Joseph W. Doherty
Hall of Fame
Hall of Fame

You might want to look at this GUI tool: http://www.cisco.com/en/US/products/ps5931/index.html

Review Cisco Networking products for a $25 gift card