Cisco Switch basic setup (not finished...)
Monday, July 5, 2010 9:00:19 AM
** Initialize a brand new switch
automatically or manually.
Switch>enable
(Switch#setup)
--
Switch#config t
Switch(config)#hostname myswitch
myswitch#banner ?
myswitch#banner motd x Unauthorized access prohibited!! x
--
myswitch#show version
myswitch#show history
myswitch#show terminal
myswitch#terminal history size ?
myswitch#terminal history 25
** Setup superuser, console, and telnet passwords!!
myswitch#enable secret mypassword
myswitch#config t
myswitch(config)#line console ?
myswitch(config-line)#password console
myswitch(config-line)#login
myswitch(config)#line vty 0 ?
myswitch(config)#line vty 0 4
myswitch(config-line)#password telnet
myswitch(config-line)#login
myswitch(config)#service password-encryption
myswitch#show running-config (or just type: sh run)
** Setup specific port for telnet, and lock specified mac address
myswitch#show interfaces
myswitch#show ip interface brief
myswitch#config
myswitch(config)#interface ?
** Assign ports to different VLANs
** Close unused ports, and lock used ports to specific mac addresses
** REFERENCE
** CCNA Study Guide: 6th edition
automatically or manually.Switch>enable
(Switch#setup)
--
Switch#config t
Switch(config)#hostname myswitch
myswitch#banner ?
myswitch#banner motd x Unauthorized access prohibited!! x
--
myswitch#show version
myswitch#show history
myswitch#show terminal
myswitch#terminal history size ?
myswitch#terminal history 25
** Setup superuser, console, and telnet passwords!!
myswitch#enable secret mypassword
myswitch#config t
myswitch(config)#line console ?
myswitch(config-line)#password console
myswitch(config-line)#login
myswitch(config)#line vty 0 ?
myswitch(config)#line vty 0 4
myswitch(config-line)#password telnet
myswitch(config-line)#login
myswitch(config)#service password-encryption
myswitch#show running-config (or just type: sh run)
** Setup specific port for telnet, and lock specified mac address
myswitch#show interfaces
myswitch#show ip interface brief
myswitch#config
myswitch(config)#interface ?
** Assign ports to different VLANs
** Close unused ports, and lock used ports to specific mac addresses
** REFERENCE
** CCNA Study Guide: 6th edition






