CMIT 350 WAN and SOHO Skills Implementation
UMUC
Winter 2015
Springfield Site Configuration:
Required Implementation: Device hostnames, banners, secured passwords and spanning tree protocol.
* Device Configurations: Implement device hostnames to match the xACME educational topology labels. Provide a template and sample configuration for the MOTD banner and login banner (wording and implementation) for one of the switches. Keep this generic, as it will be implemented on all switches in the xACME educational topology. Lastly, include the configuration steps for implementing device passwords on both console port (out-of-band communications) and VTY (Telnet/in-band communications). All passwords should be encrypted.
Required Implementation:
Configure all devices hostnames as per the xACME topology
Configure encrypted passwords (console and Telnet ports) on all devices
Configure MOTD and Login banner for one of the switches
Create Server VLANS, Faculty VLANS, Instructional VLANS and Administrative VLANs on all switches
Assign ports to VLANs on all switches
Assign mode of access of VLANS
Configure trunks between switches
Make Switch1 as primary root bridge for all VLANs
Configure security to protect from bogus BPDUs
Configure Hostname: 1. Enable 2. Router# configure terminal 3. Router(config)#hostname (SpringfieldSw1, SpringfieldSw2, SpringfieldSw3, SpringfieldSw4) 4. End 5. Copy run start
Creating Passwords: 1. Conf t 2. Enable password Cisco (or some other password) 3. Enable secret Cisco (or some other password) 4. End 5. Copy run start
Create Console Password: 1. Conf t 2. Line con 0 3. Password “cisco” 4. Login 5. End 6. Copy run start
Create Telnet Password: 1. Conf t 2. Line vty 0 4 3. Password “cisco” 4. Login 5. End 6. Copy run start