Fibre Channel over Ethernet (FCoE) encapsulates Fibre channel frames over Ethernet networks. FC-MAP identifies which fabric the ...
Version: 2018-04-12
module dell-base-if-fc { yang-version 1; namespace "http://www.dellemc.com/networking/os10/dell-base-if-fc"; prefix base-if-fc; import ietf-interfaces { prefix if; } import dell-base-common { prefix base-cmn; } import ietf-yang-types { prefix yang; } import iana-if-type { prefix ianaift; } organization "Dell EMC"; contact "http://www.dell.com/support"; description "Fibre Channel over Ethernet (FCoE) encapsulates Fibre channel frames over Ethernet networks. FC-MAP identifies which fabric the FCoE switch belongs to. This model contains a collection of YANG definitions for fcoe-map configurations. Copyright (c) 2015-2019 by Dell EMC, All rights reserved."; revision "2018-04-12" { description "Fixing pyang IETF errors and adding documentiation to the model."; reference "Network Platform Abstraction"; } revision "2016-11-21" { description "Initial version"; reference "Network Platform Abstraction"; } typedef fcmac-mode { type enumeration { enum "FPMA_MODE" { value 1; description "In this mode, the 48 Bits MAC address is built by appending the FC_ID to a 24-bit the FCoE MAC address prefix (FC-MAP)."; } enum "NULL_MODE" { value 2; description "In this mode, The MAC address will be set to zero"; } enum "USER_MODE" { value 3; description "In this mode, The MAC address will be specified by the user"; } } description "Enumeration of all values for the FC MAC address modes"; } } // module dell-base-if-fc
© 2023 YumaWorks, Inc. All rights reserved.