Create trainers.xml

This commit is contained in:
theNetworkChuck 2019-12-19 11:06:16 -06:00 committed by GitHub
parent a26d093313
commit 0770b16f94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

18
trainers.xml Normal file
View file

@ -0,0 +1,18 @@
<?xml version="1.0"?>
<TrainerList>
<Trainer id="trainer1">
<name>Jeremy Cioara</name>
<favoriteciscocommand>show ip interface brief</favoriteciscocommand>
<age>64</age>
<Trainer id="trainer2">
<name>Keith Barker</name>
<favoriteciscocommand>show run, show interfaces, show run | sec router</favoriteciscocommand>
<age>34</age>
<Trainer id="trainer3">
<name>NetworkChuck</name>
<favoriteciscocommand>show cdp neighbors</favoriteciscocommand>
<age>30</age>
</TrainerList>