CertExams.com Simulator Lab Exercises Answers

Setting username,password and privilege level on a router using JSON

Description : The lab exercise explains how to configure username,password,pw-type and privilege using JSON

Instructions

1. In a GUI simulator window(Graphical Network Configurator) click JSON Simulator button.

2. In JSON simulator window configure the following parameters. Enter appropriate JSON code in the console window for the same

3. Privilege level 0-15 and pw-type 0-7 supported, user name and password minLength: 2, maxLength: 25

1. username:"user1"
2. password:"test"
3. pw-type:7
4. privilege:15

Explanation:

JSON schema for setting username,password and privilege level on a router is

{
"description": "local-user",
"type":"object",
"properties": {"username": {"type": "string","minLength": 2,"maxLength": 25},
"password": {"type": "string","minLength": 2,"maxLength": 25},
"pw-type": {"type":"number","minimum":0,"maximum":7},
"privilege":{"type":"number","minimum":0,"maximum":15}
},
"required": ["username","password","pw-type","privilege"]
}

 Please refer to the CertExams.com Network Simulator software for complete lab with commands. 

CertExams Blog!  Certexams.com Facebook Page Certexams.com Twitter Page Certexams on YouTube