CertExams.com Simulator Lab Exercises Answers
Description : The lab exercise explains how to enable an interface 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 using JSON
1. host-name: router1
2. if-name: serial0/0
3. enabled:true
Explanation:
JSON schema for enabling router interface is
{ "description": "A Router", "type":"object", "properties": { "host-name": {"type": "string","minLength": 2,"maxLength": 25}, "if-name": {"type": "string"}, "enabled": {"type": "boolean"} }, "required": ["host-name","if-name","enabled"] }
Please refer to the CertExams.com Network Simulator software for complete lab with commands.