configure cisco 2960

Upload: brendancal

Post on 05-Jul-2018

212 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/16/2019 Configure Cisco 2960

    1/2

    Process for configuring the DEECD supplied 24 or 48 port Cisco 2960 Switches.

    Connect the switch to hyperterm or putty with rollover cable to console port, port 9600 baud, no flow control.

    (Blue rollover cable was also supplied previously with Cisco WLC)

    boot switch, then wait.....

    press 'n' to bypass initial setup

     

    switch>enable

    switch#config t

    Switch(config)#hostname ZZZZ (as per DEECD guidelines or your own)

    XXXX(config)#int vlan1

    XXXX(config-if)#ip address 10.148.82.64 255.255.254.0 (DEECD ip address range fo

    r switches starts at .64)

    XXXX(config-if)# no shut

    XXXX(config-if)# exit

    XXXX(config)# ip default-gateway 10.148.82.1 (DEECD router)

    XXXX(config)#no ip domain-lookup

    XXXX(config)#line console 0

    XXXX(config-line)#logging synchronous

    XXXX(config-line)#password cisco (or your own)

    XXXX(config-line)#login

    XXXX(config)#line vty 0 15

    XXXX(config-line)#password cisco (or your own)

    XXXX(config-line)#login

    XXXX(config-line)#exit

    XXXX(config)#enable secret Gazza09! (your choice; perhaps known DEECD local admin password)

  • 8/16/2019 Configure Cisco 2960

    2/2

    XXXX(config)#int range gig 1/0/1 - 22 (or 1/0/1 - 46 for larger switch)

    XXXX(config-if-range)#switchport mode access

    XXXX(config-if-range)#spanning-tree portfast (ignore the warning message)

    XXXX(config-if-range)#exit

    XXXX(config)#int range gig 1/0/23 - 24 (or 1/0/45 - 46 for larger switch)

    XXXX(config-if-range)#switchport mode trunk

    XXXX(config-if-range)#end

    XXXX#copy run start

    press enter at the prompt

    XXXX# sh run