
#86: Network Automation: Schedule Cisco config backups with kron and archive
Network Automation isn't difficult. With just a few CLI commands you can automate the backup of your Cisco networks. Use Kron and archive to back up configs to TFTP, FTP or SCP servers. Don't try to do everything manually. Automate it! Just like cron in Linux, you can use kron on Cisco IOS to schedule things. Schedule backups, schedule TCL scripts and much more. Amaze others with your knowledge of the Cisco IOS. You don't need python for these scripts. Rock that job interview and show senior network engineers what you can do. Keep on learning and change your life. Get that good paying job by showing your skills. Menu: 1) Intro: 0:01 2) IOS requirements: 2:02 3) Lab Setup: 2:42 4) Kron config: 4:24 5) Archive config: 9:01 In later videos I'll show you how to use Python scripts and other cool options on Cisco IOS devices. ================================ Free TFTP Server: ================================= Free SolarWinds TFTP Server: http://bit.ly/2mbtD6j ================================= Documentation: ================================= Kron: http://bit.ly/2kkgIhU Archive: http://bit.ly/2kI8BMb http://bit.ly/2mgQa1L ================================= Books: ================================= Cisco Press Book: https://amzn.to/2LpaU1a Good O'Reilly Book: https://amzn.to/2Lpbw6Z ================================= Kron Script: ================================= kron policy-list backupconfig cli show running-config | redirect tftp://10.1.3.4/r1-shrun.cfg kron occurrence backupminute in 1 recurring policy-list backupconfig kron occurrence backupweekly at 23:00 Sun recurring policy-list backupconfig debug kron all show kron schedule ================================= Archive Script: ================================= archive log config logging enable hidekeys path tftp://10.1.3.4/$h- wr time-peiod 10080 ! sh archive ================================= 10x Engineer CCNA DevNet Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional Python Network Automation Network Programmability LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 How did you find this video? Did you enjoy learning about kron and the archive of your configs? scripts? All the best! David Bombal David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #ccna #devnet #python
17 Syys 201916min

#85: 10x Engineer: Linux, TCL and EEM scripts directly on Cisco IOS!
Learn TCL, Embedded Event Manager and Linux Shell scripts on Cisco IOS! No need to use Python or use a Linux VM. Just run these directly on Cisco IOS! You can be a 10x Engineer! Amaze others with your knowledge of the Cisco IOS. You don't need python for these scripts. Rock that job interview and show senior network engineers what you can do. Keep on learning and change your life. Get that good paying job by showing your skills. Menu: 1) TCL Scripts: 2:00 2) Embedded Event Manager Scripts: 7:45 3) Linux Scripts: 14:05 In later videos I'll show you how to use Python scripts and other cool options on Cisco IOS devices. ================================ Free TFTP Server: ================================= Free SolarWinds TFTP Server: http://bit.ly/2mbtD6j ================================= Documentation: ================================= TCL: http://bit.ly/2mbkRoT EEM: http://bit.ly/2lQZWHl Shell: http://bit.ly/2kwMyYN ================================= Books: ================================= Cisco Press Book: https://amzn.to/2LpaU1a Good O'Reilly Book: https://amzn.to/2Lpbw6Z ================================= TCL Script: ================================= tclsh foreach ipaddr { 10.1.1.1 10.1.1.2 10.1.1.3 10.1.1.4 10.1.1.1 10.1.1.2 10.1.1.3 } { ping $ipaddr} tclsh ping.tcl ================================= EEM Script: ================================= event manager applet GIG0_DOWN event syslog pattern "Interface GigabitEthernet0/0, changed state to administratively down" period 1 action 1.0 cli command "enable" action 2.0 cli command "config terminal" action 3.0 cli command "interface g0/0" action 4.0 cli command "shutdown" action 5.0 cli command "no shutdown" action 6.0 syslog msg "What's going on? GIG 0/0 went down!" ! end debug event manager action cli ================================= Linux Shell Script: ================================= for x in 1 2 3 do ping 10.1.1.$x done function testping(){ ping 10.1.1.1 ping 10.1.1.2 ping 10.1.1.3 ping 10.1.1.4 } function testecho(){ echo 10.1.1.1 echo 10.1.1.2 echo 10.1.1.3 echo 10.1.1.4 } 10x Engineer CCNA Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 How did you find this video? Did you enjoy learning about tcl, eem and linux scripts? All the best! David Bombal David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #linux #ccna #devnet
17 Syys 201919min

#84: 10x Engineer: Linux commands on Cisco IOS? Wow!
You can run amazing Linux commands such as grep, line numbers, scripts and more on Cisco IOS! And without a Linux shell! Just run these directly on Classic Cisco IOS switches and routers! Use grep, man, head, tail, cat and many other Linux commands directly on Cisco IOS. Menu: 1) IOS version required: 2:09 2) IOS XE vs Classic IOS: 2:42 3) Terminal vs config mode: 5:00 4) grep -i (ignore case): 7:39 5) line numbers on any command: 9:28 6) Sorting the output: 12:41 Previous Video in series: https://youtu.be/31XuFB50oe8 Cisco IOS Shell Configuration Guide: http://bit.ly/2kwMyYN IOS vs IOS XE (via cows): http://bit.ly/2kcAWKq IOS XE: https://en.wikipedia.org/wiki/Cisco_IOS_XE You don't need a linux shell or linux virtual machine to use these commands. You can use them directly in classic Cisco IOS! 10x Engineer CCNA Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #linux #cisco #DevNet
10 Syys 201915min

#83: I'm Sorry.... Boson CCNA Giveaway
I'm sorry Boson. I went overboard with this CCNA giveaway! Please forgive me. Subscribe and click the bell to get notifications so you can win prizes. Change your life by becoming certified. Winners: Joseph O'Neill - USA Fai Yew - Singapore HANNINGTON OKOTH - Kenya Nedal - Saudi Arabia Abdikadir Mohamed - India Free Python Course: http://bit.ly/2ko1WH2 Get Boson stuff: David Bombal Kit: http://bit.ly/bosondavidbombal Boson ExSim-Max Practice Exams: http://bit.ly/BosonExSim Boson home page: http://bit.ly/2LX27oL Boson NetSim: http://bit.ly/BosonNetSim Send messages to Boson: Boson Twitter: https://twitter.com/BosonSoftware Boson LinkedIn: https://www.linkedin.com/company/boson/ Boson Facebook: https://www.facebook.com/bosonsoftware/ Inspiration: Katherine's story: https://youtu.be/hCRjDwuuQOA 10x Engineer Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 Giveaway David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #ccna #WeLoveBoson #cisco
10 Syys 20198min

#82: 10x Engineer: What? You can do this on Cisco IOS?
Wow! You can run these amazing Linux commands on Cisco IOS? And without a Linux shell? Just run these directly on Classic Cisco IOS switches and routers! Use grep, man, head, tail, cat and many other Linux commands directly on Cisco IOS. More information here: http://bit.ly/2k3YFMG You don't need a linux shell or linux virtual machine to use these commands. You can use them directly in classic Cisco IOS! 10x Engineer Cisco Devnet Associate CCNP Enterprise CCNP Security CCNP Data Center CCNP Service Provider CCNP Collaboration Cisco Certified Devnet Professional Cisco Certified Network Professional LPIC 1 LPIC 2 Linux Professional Institute LX0-103 LX0-104 XK0-004 David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #linux #cisco #DevNet
10 Syys 201916min

#81: CCNA Giveaway. Don't miss out.
Want to win an amazing Boson prize? Fantastic CCNA prize available. Enter here: http://bit.ly/2lZ3qrA David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #ccna #boson #giveaway
7 Syys 20198min

#80: GNS3: Version 2.2 and the Future?
What's the future of GNS3? What new features are coming? In this video Jeremy Grossmann (creator of GNS3) discusses features in GNS 2.2 and later versions of GNS3. Menu: Affinity Symbols: 0:12 Cloud Symbols: 2:10 Version 2.3 and long term plans: 5:05 David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #gns3 #gns3vm #gns3tutorial
5 Syys 20198min

#79: GNS3 2.2: Jeremy tells us about the new features
Jeremy Grossmann (creator of GNS3) discusses GNS3 2.2 features with David Bombal. Features discussed include Hyper-V support, migration to 2.2, link status and the Web UI. Menu: Link Detection Status: 0:10 Hyper-V support: 4:44 Web-UI: 7:45 New GNS3 VM = Ubuntu 18.04: 10:00 More in the next video Full details here: https://docs.google.com/document/d/1auCG_fHgJrG73iwvQuvONsacknnIYfmayeYRcpt70sE/preview David’s details: YouTube: https://www.youtube.com/davidbombal Twitter: https://www.twitter.com/davidbombal Instagram: https://www.instagram.com/davidbombal LinkedIn: https://www.linkedin.com/in/davidbombal Facebook: https://www.facebook.com/davidbombal.co Website: http://www.davidbombal.com #GNS3 #GNS3v2 #GNS3
3 Syys 201913min