Please enable JavaScript.
Coggle requires JavaScript to display documents.
SWITCH CONFIGURATION (ACCESS CONSOLE LINE (S1# configure terminal,…
SWITCH CONFIGURATION
ACCESS CONSOLE LINE
S1# configure terminal
S1#(config)# line console 0
S1(config-line)# password cisco
S1#(config-line)# login
S1(config)# exit
CONFIGURE S1 WIITH IP ADDRESS
S1#configure terminal
S1(config)# interface vlan 1
ip address 192.168.2.10 255.255.255.0
S1(config)# no shutdown
ASSIGN NAME TO SWITCH
switch# configure terminal
switch(config)# hostname S1
S1(config)# exit
SECURE PRIVILEGED MODE ACCESS
S1# configure terminal
S1(config)# enable password cisco
S1(config)# exit
ENCRYPTED PASSWORD
S1# config t
S1(config)# enable secret itsasecret
ENCRYPTED ENABLE AND CONSOLE PASSWORD
S1# config t
S1(config)# service password-encryption
MOTD BANNER
S1# config t
S1(config)# banner motd "what"
CURRENT SWITCH CONFIGURATION @ DISPLAY CURRENT CONTENT
switch# show running-config
SAVE CONFIGURATION FILE/NVRM
S1# copy running-config startup-config
VTY LINE
S1(CONFIG) #line vty 0 4
Noor Atierah Binti Rosli (A16CS0133)