Cisco-IOS-XR-portmode-oper

This module contains a collection of YANG definitions for Cisco IOS-XR portmode package operational data. This module contains ...

  • Version: 2020-10-27

    Cisco-IOS-XR-portmode-oper@2020-10-27


    
      module Cisco-IOS-XR-portmode-oper {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-portmode-oper";
    
        prefix portmode-oper;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-portmode-oper-sub1 {
          revision-date "2020-10-27";
        }
    
        organization "Cisco Systems, Inc.";
    
        contact
          "Cisco Systems, Inc.
    Customer Service
    
    Postal: 170 West Tasman Drive
    San Jose, CA 95134
    
    Tel: +1 800 553-NETS
    
    E-mail: cs-yang@cisco.com";
    
        description
          "This module contains a collection of YANG definitions
    for Cisco IOS-XR portmode package operational data.
    
    This module contains definitions
    for the following management objects:
      port-mode: PortMode operational data
    
    Copyright (c) 2013-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2020-10-27" {
          description
            "New framing type cem-packetize is added.";
        }
    
        revision "2020-04-03" {
          description
            "Portmode Oper Yang and Oper Sub-Yang Model added.";
        }
    
        revision "2019-07-05" {
          description
            "Portmode Oper Yang and Oper Sub-Yang Model added.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.2.0";
        semver:module-version "1.1.0";
        semver:module-version "1.0.0";
    
        container port-mode {
          config false;
          description
            "PortMode operational data";
          container controllers {
            description
              "All PortMode Port operational data";
            list controller {
              key "controller-name";
              description
                "PortMode Port operational data";
              container portmode-info {
                description
                  "PortMode operational data";
                leaf port-num {
                  type uint32;
                  description "Port number";
                }
    
                leaf port-mode-type {
                  type Port-mode;
                  description "PortMode type";
                }
    
                leaf framing {
                  type Framing;
                  description "Framing type";
                }
    
                leaf mapping {
                  type Mapping;
                  description "Mapping type";
                }
    
                leaf pt-type {
                  type Pt;
                  description "Payload type";
                }
    
                leaf port-mode-rate {
                  type Port-mode-rate;
                  description "Portmode Rate";
                }
    
                leaf port-name {
                  type string {
                    length "0..65";
                  }
                  description "Interface Name";
                }
              }  // container portmode-info
    
              container portmode-info-all {
                description
                  "PortMode operational data";
                list port-mode {
                  description "PortMode";
                  leaf port-num {
                    type uint32;
                    description "Port number";
                  }
    
                  leaf port-mode-type {
                    type Port-mode;
                    description "PortMode type";
                  }
    
                  leaf framing {
                    type Framing;
                    description "Framing type";
                  }
    
                  leaf mapping {
                    type Mapping;
                    description "Mapping type";
                  }
    
                  leaf pt-type {
                    type Pt;
                    description "Payload type";
                  }
    
                  leaf port-mode-rate {
                    type Port-mode-rate;
                    description "Portmode Rate";
                  }
    
                  leaf port-name {
                    type string {
                      length "0..65";
                    }
                    description "Interface Name";
                  }
                }  // list port-mode
              }  // container portmode-info-all
    
              container capability-info {
                description
                  "PortMode operational data";
                list port-mode {
                  description "PortMode";
                  leaf port-num {
                    type uint32;
                    description "Port number";
                  }
    
                  leaf port-mode-type {
                    type Port-mode;
                    description "PortMode type";
                  }
    
                  leaf framing {
                    type Framing;
                    description "Framing type";
                  }
    
                  leaf mapping {
                    type Mapping;
                    description "Mapping type";
                  }
    
                  leaf pt-type {
                    type Pt;
                    description "Payload type";
                  }
    
                  leaf port-mode-rate {
                    type Port-mode-rate;
                    description "Portmode Rate";
                  }
                }  // list port-mode
              }  // container capability-info
    
              leaf controller-name {
                type xr:Cisco-ios-xr-string;
                description "Port name";
              }
            }  // list controller
          }  // container controllers
        }  // container port-mode
      }  // module Cisco-IOS-XR-portmode-oper
    

© 2023 YumaWorks, Inc. All rights reserved.