Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (33 loc) · 705 Bytes

File metadata and controls

45 lines (33 loc) · 705 Bytes

Configure FDP interfaces

URL

fdp:fdp

OPENCONFIG YANG

YANG models

{
    "fdp": {
        "interfaces": {
            "interface": [
                {
                    "name": "{{intf-id}}",
                    "config": {
                        "name": "{{intf-id}}",
                        "enabled": true
                }
            ]
        }
    }
}

Brocade (V5.6.0fT163)

CLI

interface {{intf-id}}
 fdp enable | no fdp enable

fdp enable is conversion of "enabled": true
no fdp enable is conversion of "enabled": false

Unit

NOT IMPLEMENTED