You are on page 1of 1

configure ter

Faculty Switch
---------------
!
service password- encryption
!
hostname Faculty
!
enable secret 5AAaa1234bademi.
!
interface vlan1
no shutdown
description Student answer will vary.
ip address 172.16.5.2 255.255.255.0
!
ip default-gateway 172.16.5.1
!
banner motd #Student answer will vary.#
!
line con 0
password 7 081178710A1A0B1647
login
line vty 0 4
password 7 081178710A1A0B1647
login
line vty 5 15
password 7 08354943192661500
login
!
do write

!
end

Admin Switch

!hostname Admin
!
interface Vlan1
ip address 192.168.5.252 255.255.255.0
!
ip default-gateway 192.168.5.1
!
end

You might also like