CertExams.com Simulator Lab Exercises Answers

Configuring Access Control List using JSON

Description : The lab exercise explains how to configure Access-control-list 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. rules should be in JSON array.

JSON schema for configuring Access Control List is

{
"description": "ACL rules",
"type":"object",
"properties": {"acl-id": {"type": "string"},
"rules": {
"type": "array",
"minItems": 5,
"maxItems": 5,
"additionalItems": false,
"items": {
"properties": {
"sequence": {
"type": "number"
},
"protocol": {
"type": ["string"]
},
"source": {
"type": ["string"]
},
"destination": {
"type": ["string"]
},
"action": {
"type": ["string"]
}
}
}
}
},
"required": ["acl-id"]
}

 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