mirror of
https://github.com/theNetworkChuck/CCNA_200-301.git
synced 2025-12-06 04:12:00 +01:00
25 lines
383 B
JSON
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
|
|
}
|
|
]
|
|
}
|
|
}
|