Configuring the Hello Authentication Type as Cleartext
DME
YANG
Copy
POST http://<mgmt0_IP>/api/mo/sys.json
{ "topSystem": { "children": [ { "isisEntity": { "children": [ { "isisInternalIf": { "attributes": { "authType": "clear", "dom": "default", "id": "eth1/2" } } } ] } }, { "interfaceEntity": { "children": [ { "l1PhysIf": { "attributes": { "id": "eth1/2" } } } ] } } ] } }
Response
{ imdata:[] }
Copy
<System> <isis-items> <if-items> <InternalIf-list> <id>eth1/2</id> <authType>clear</authType> <dom>default</dom> </InternalIf-list> </if-items> </isis-items> <intf-items> <phys-items> <PhysIf-list> <id>eth1/2</id> </PhysIf-list> </phys-items> </intf-items> </System>