Create trainers.json

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

24
trainers.json Normal file
View file

@ -0,0 +1,24 @@
{
"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
}
]
}
}