mirror of
https://github.com/theNetworkChuck/CCNA_200-301.git
synced 2025-12-06 04:12:00 +01:00
Create trainers.json
This commit is contained in:
parent
42818f4f5e
commit
a26d093313
24
trainers.json
Normal file
24
trainers.json
Normal 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue