Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR drivers-media-eth package configuration.
This YANG module augments the
Cisco-IOS-XR-ifmgr-cfg
module with configuration data.
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EthernetAutoNegotiation ¶
type EthernetAutoNegotiation string
EthernetAutoNegotiation represents Ethernet auto negotiation
const ( // IEEE Standard auto-negotiation EthernetAutoNegotiation_true_ EthernetAutoNegotiation = "true" // Auto-negotiation with configuration override EthernetAutoNegotiation_override EthernetAutoNegotiation = "override" )
type EthernetDuplex ¶
type EthernetDuplex string
EthernetDuplex represents Ethernet duplex
const ( // Full duplex EthernetDuplex_full EthernetDuplex = "full" // Half duplex EthernetDuplex_half EthernetDuplex = "half" )
type EthernetFec ¶
type EthernetFec string
EthernetFec represents Ethernet fec
const ( // Disable any FEC enabled on the interface EthernetFec_none EthernetFec = "none" // Enable standard (Reed-Solomon) FEC EthernetFec_standard EthernetFec = "standard" )
type EthernetFlowCtrl ¶
type EthernetFlowCtrl string
EthernetFlowCtrl represents Ethernet flow ctrl
const ( // Ingress flow control (sending pause frames) EthernetFlowCtrl_ingress EthernetFlowCtrl = "ingress" // Egress flow control (received pause frames) EthernetFlowCtrl_egress EthernetFlowCtrl = "egress" // Bi-direction flow control EthernetFlowCtrl_bidirectional EthernetFlowCtrl = "bidirectional" )
type EthernetIpg ¶
type EthernetIpg string
EthernetIpg represents Ethernet ipg
const ( // Non standard IPG EthernetIpg_non_standard EthernetIpg = "non-standard" )
type EthernetLoopback ¶
type EthernetLoopback string
EthernetLoopback represents Ethernet loopback
const ( // External loopback (using loopback connector) EthernetLoopback_external EthernetLoopback = "external" // Internal loopback EthernetLoopback_internal EthernetLoopback = "internal" // Line loopback EthernetLoopback_line EthernetLoopback = "line" )
type EthernetPfc ¶
type EthernetPfc string
EthernetPfc represents Ethernet pfc
const ( // Enable priority flow control EthernetPfc_on EthernetPfc = "on" )
type EthernetSpeed ¶
type EthernetSpeed string
EthernetSpeed represents Ethernet speed
const ( // 10Mbits/s EthernetSpeed_Y_10 EthernetSpeed = "10" // 100Mbits/s EthernetSpeed_Y_100 EthernetSpeed = "100" // 1Gbits/s EthernetSpeed_Y_1000 EthernetSpeed = "1000" )
Click to show internal directories.
Click to hide internal directories.