Allowed Protocols
Location in GUI: Work Centers
» Device Administration
» Policy Elements
» Results
» Allowed Protocols
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_elements (ise.device_administration)
Section titled “policy_elements (ise.device_administration)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
allowed_protocols | List | [allowed_protocols] | No |
allowed_protocols (ise.device_administration.policy_elements)
Section titled “allowed_protocols (ise.device_administration.policy_elements)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[\w\d_ ]+$ | Yes | |
description | String | No | ||
allow_pap_ascii | Boolean | true , false | No | true |
allow_chap | Boolean | true , false | No | false |
allow_ms_chap_v1 | Boolean | true , false | No | false |
Examples
Section titled “Examples”ise: device_administration: policy_elements: allowed_protocols: - name: Global Protocols description: Allowed protocols allow_pap_ascii: true allow_chap: false allow_ms_chap_v1: false