CertExams.com Simulator Lab Exercises Answers

IP address configuration of a router using JSON

Description : The lab exercise explains how to configure ip address,subnet mask and interface of a router using JSON

Instructions

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

2. You are provided with JSON simulator window. Configure the following parameters. Enter appropriate JSON code in the console window for the same.

1. host-name: router1
2. if-name: serial 0/0
3. ip-address: 192.168.100.10
4. subnet-mask: 255.255.255.0

Explanation:

JSON schema for configuring ip address,subnet mask and interface of a router is

{
"description": "A Router",
"type":"object",
"properties": {
"host-name": {"type": "string","minLength": 2,"maxLength": 25},
"if-name": {"type": "string"},
"ip-address" : {"type": "string","format":"ip-address"},
"subnet-mask" : {"type" :"string","format":"ip-address"}
},
"required": ["host-name","if-name","ip-address","subnet-mask"]}

 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