Thanks for watching, everyone! As promised, the following is the cut-and-paste configuration we completed in the video for the 3560 switch: !Switch Core Configuration !===================== !Personalize the Device !=====================BEGIN PASTE !Move from user exec to privileged exec mode enable !Move to global configuration mode configure terminal !Configure the hostname hostname SW01 !Secure the Device !===================== !Configure a security banner banner motd # =========================================== No bad guys allowed. Authorized Users Only ===========================================# !Apply console password line console 0 password pizza login exit !apply vty lines password line vty 0 15 password remote login exit !Encrypt plain text passwords service password-encryption !Apply a plain text password to access priv exec mode !enable password access !Apply an encrypted password to access priv exec mode enable secret shhhhh !Connect the Device !===================== !Configure the management interface interface vlan 1 ip address 192.168.0.100 255.255.255.0 no shutdown exit !=====================END PASTE !Save my running configuration copy running-config startup-config +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The following is the cut-and-paste configuration we completed in the video for the 4321 router: !Router Core Configuration !===================== !Personalize the Device !=====================BEGIN PASTE !Move from user exec to privileged exec mode enable !Move to global configuration mode configure terminal !Configure the hostname hostname RT01 !Secure the Device !===================== !Configure a security banner banner motd # =========================================== No bad guys allowed. Authorized Users Only ===========================================# !Apply console password line console 0 password pizza login exit !apply vty lines password line vty 0 15 password remote login exit !Encrypt plain text passwords service password-encryption !Apply a plain text password to access priv exec mode !enable password access !Apply an encrypted password to access priv exec mode enable secret shhhhh !Connect the Device !===================== !Configure the management interface interface g0/0/0 ip address 192.168.0.254 255.255.255.0 no shutdown exit !=====================END PASTE !Save my running configuration copy running-config startup-config
Hi Troy, it was an exciting videos! Thank you Anyway, could you please give an advice about the configuration firewall in front of router? So, the firewall will be connected directly to the ISP Hope you can see the comment :) Thank you, again!
Not sure if anyone will reply to this comment. But I got stuck at the pinging the switch part from PC01. I tried and it kept saying Request timed out. I followed closely along with Troy, but my result is different. What am I doing wrong?
As always Troy, your the best!
Thanks Allan - hope things are great with you!
Thanks for watching, everyone! As promised, the following is the cut-and-paste configuration we completed in the video for the 3560 switch:
!Switch Core Configuration
!=====================
!Personalize the Device
!=====================BEGIN PASTE
!Move from user exec to privileged exec mode
enable
!Move to global configuration mode
configure terminal
!Configure the hostname
hostname SW01
!Secure the Device
!=====================
!Configure a security banner
banner motd #
===========================================
No bad guys allowed. Authorized Users Only
===========================================#
!Apply console password
line console 0
password pizza
login
exit
!apply vty lines password
line vty 0 15
password remote
login
exit
!Encrypt plain text passwords
service password-encryption
!Apply a plain text password to access priv exec mode
!enable password access
!Apply an encrypted password to access priv exec mode
enable secret shhhhh
!Connect the Device
!=====================
!Configure the management interface
interface vlan 1
ip address 192.168.0.100 255.255.255.0
no shutdown
exit
!=====================END PASTE
!Save my running configuration
copy running-config startup-config
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
The following is the cut-and-paste configuration we completed in the video for the 4321 router:
!Router Core Configuration
!=====================
!Personalize the Device
!=====================BEGIN PASTE
!Move from user exec to privileged exec mode
enable
!Move to global configuration mode
configure terminal
!Configure the hostname
hostname RT01
!Secure the Device
!=====================
!Configure a security banner
banner motd #
===========================================
No bad guys allowed. Authorized Users Only
===========================================#
!Apply console password
line console 0
password pizza
login
exit
!apply vty lines password
line vty 0 15
password remote
login
exit
!Encrypt plain text passwords
service password-encryption
!Apply a plain text password to access priv exec mode
!enable password access
!Apply an encrypted password to access priv exec mode
enable secret shhhhh
!Connect the Device
!=====================
!Configure the management interface
interface g0/0/0
ip address 192.168.0.254 255.255.255.0
no shutdown
exit
!=====================END PASTE
!Save my running configuration
copy running-config startup-config
Hey Troy.
Please make more videos, you are doing a such a good job!
welcome back professor ! You are the best
Happy to be back, Carlos. Thanks for stopping in!
Your videos are very detailed and helpful!!!! Where did you go and why did you stop making videos!
Hi Troy, it was an exciting videos! Thank you
Anyway, could you please give an advice about the configuration firewall in front of router? So, the firewall will be connected directly to the ISP
Hope you can see the comment :)
Thank you, again!
great new video
Thanks Falcon. Appreciated.
Not sure if anyone will reply to this comment. But I got stuck at the pinging the switch part from PC01. I tried and it kept saying Request timed out. I followed closely along with Troy, but my result is different. What am I doing wrong?