CCNA_200-301/trainers.json
2019-12-19 11:05:08 -06:00

25 lines
383 B
JSON

{
"TrainerList": {
"Trainers": [
{
"trainerid": 1,
"name": "Jeremy Cioara",
"favoriteciscocommand": "show ip interface brief",
"age": 64
},
{
"trainerid": 2,
"name": "Keith Barker",
"favoriteciscocommand": ["show run", "show interfaces", "show run | inc router"],
"age": 34
},
{
"trainerid": 3,
"name": "NetworkChuck",
"favoriteciscocommand": "show cdp neighbors",
"age": 30
}
]
}
}