mirror of
https://github.com/theNetworkChuck/CCNA_200-301.git
synced 2025-12-06 04:12:00 +01:00
19 lines
474 B
XML
19 lines
474 B
XML
<?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>
|