Basic Switch & Router Configuration Lab v2
Basic Switch & Router Configuration Lab v2
Configuration Lab
Network Walks Academy
Topology Diagram
Task
TASK: Complete the initial configuration on SW1 & set access levels. Repeat the same on R1
Related Info:
‐ All passwords/secret should be configured to: networkwalks
‐ All banners should be configured to: WELCOME TO NETWORK WALKS
1 www.networkwalks.com [email protected]
Solution
3. Secure the access lines to device. Set all the access passwords to ‘networkwalks’
i. Set the Privileged Mode Access with Encrypted Password (enable Secret)
nw_Switch1(config)# enable secret networkwalks
2 www.networkwalks.com [email protected]
iv. Configure the AUX lines access:
nw_Switch1(config)# line aux 0 !(for L3 switches & Routers only)
nw_Switch1(config)# login local
nw_Switch1(config-if)# password networkwalks
nw_Switch1(config-if)# exit
4. Configure banners
nw_Switch1(config)# banner login #WELCOME TO NETWORK WALKS# !(not supported on old switch models)
nw_Switch1(config)# banner motd #WELCOME TO NETWORK WALKS#
nw_Switch1(config)# exit
S1#
5. Enable switch ports that are going to be used (keep all other ports shutdown):
nw_Switch1(config)# interface range fa0/1-2
nw_Switch1(config)# no shutdown
nw_Switch1(config)# exit
nw_Switch1#
3 www.networkwalks.com [email protected]
Verification
Switch# show running-config
References
Global configuration
configure terminal Router(config)#
(Configuration Mode)
4 www.networkwalks.com [email protected]
Cisco Privilege Level Detail
0 Fixed with only five commands: disable, enable, help, logout, exit
User EXEC mode >
1 The default level
2-14 Customizable Levels
Privilege/Enable EXEC mode #
15 Full Control
5 www.networkwalks.com [email protected]