CISCO-IETF-PW-ATM-MIB

This MIB contains managed object definitions for Pseudo Wire emulation of ATM over Packet Switched Networks(PSN). This MIB repo...

  • Version: 2005-04-19

    CISCO-IETF-PW-ATM-MIB@2005-04-19


    
      module CISCO-IETF-PW-ATM-MIB {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:smiv2:CISCO-IETF-PW-ATM-MIB";
    
        prefix CISCO-IETF-PW-ATM-MIB;
    
        import ATM-TC-MIB {
          prefix atm-tc;
        }
        import CISCO-IETF-PW-MIB {
          prefix cisco-ietf;
        }
        import IF-MIB {
          prefix if-mib;
        }
        import SNMPv2-TC {
          prefix snmpv2-tc;
        }
        import ietf-yang-smiv2 {
          prefix smiv2;
        }
        import ietf-yang-types {
          prefix yang;
        }
    
        organization "Cisco Systems, Inc";
    
        contact
          "Cisco Systems
        Customer Service
        
        Postal: 170 W Tasman Drive
        San Jose, CA 95134
        USA
        
        Tel:    +1 800 553-NETS
        Email:  cs-atm@cisco.com";
    
        description
          "This MIB contains managed object definitions for Pseudo Wire
        emulation of ATM over Packet Switched Networks(PSN).
        
        This MIB reports to the PW-MIB. The PW-MIB contains
        structures and MIB associations generic to Pseudo-Wire
        Virtual Circuit (VC) emulation. VC-specific MIBs (such as
        this) contain config and stats for specific VC types.";
    
        revision "2005-04-19" {
          description
            "Updated Mib police review comments";
        }
    
        revision "2003-02-16" {
          description "Initial Version";
        }
    
        smiv2:alias "cpwVcAtmPerfTable" {
          description "This table specifies performance-related attributes
    for an ATM vc, vp and the interface.";
          smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2";
        }
        smiv2:alias "cpwVcAtmPerfEntry" {
          description "A row in this table represents an ATM interface, VC, VP
    that needs to be adapted and carried over PSN. This table
    is indexed by CpwVcIndex in CISCO-IETF-PW-MIB.";
          smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1";
        }
        smiv2:alias "cpwVcAtmMIB" {
          smiv2:oid "1.3.6.1.4.1.9.10.9000";
        }
        smiv2:alias "cpwVcAtmNotifications" {
          smiv2:oid "1.3.6.1.4.1.9.10.9000.0";
        }
        smiv2:alias "cpwVcAtmObjects" {
          smiv2:oid "1.3.6.1.4.1.9.10.9000.1";
        }
        smiv2:alias "cpwVcAtmConformance" {
          smiv2:oid "1.3.6.1.4.1.9.10.9000.2";
        }
        smiv2:alias "cpwVcAtmGroups" {
          smiv2:oid "1.3.6.1.4.1.9.10.9000.2.1";
        }
        smiv2:alias "cpwVcAtmCompliances" {
          smiv2:oid "1.3.6.1.4.1.9.10.9000.2.2";
        }
    
        container CISCO-IETF-PW-ATM-MIB {
          config false;
          container cpwVcAtmTable {
            smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1";
            description
              "This table specifies the information for an ATM interface, VC,
            VP to be carried over PSN.";
            list cpwVcAtmEntry {
              smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1";
              key "cpwVcIndex";
              description
                "A row in this table represents an ATM interface, VC, VP
              that needs to be adapted and carried over PSN. This table
              is indexed by CpwVcIndex in CISCO-IETF-PW-MIB.";
              leaf cpwVcIndex {
                type leafref {
                  path "/cisco-ietf:CISCO-IETF-PW-MIB/cisco-ietf:cpwVcTable/cisco-ietf:cpwVcEntry/cisco-ietf:cpwVcIndex";
                }
              }
    
              leaf cpwAtmIf {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.1";
                type if-mib:InterfaceIndex;
                description
                  "The ATM Interface that receives cells from the ATM network.";
              }
    
              leaf cpwAtmVpi {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.2";
                type atm-tc:AtmVpIdentifier;
                description
                  "VPI value of this ATM VC.";
              }
    
              leaf cpwAtmVci {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.3";
                type atm-tc:AtmVcIdentifier;
                description
                  "VCI value of this ATM VC.";
              }
    
              leaf cpwAtmClpQosMapping {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.4";
                type boolean;
                description
                  "This Object indicates whether the CLP bits are considered when
                determining the value placed in the Quality of Service fields
                (e.g. EXP fields of the MPLS Label Stack) of the encapsulating
                protocol.";
              }
    
              leaf cpwAtmRowStatus {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.5";
                type snmpv2-tc:RowStatus;
                description
                  "This Object is used to create, modify or delete a row in this
                table.";
              }
    
              leaf cpwAtmOamCellSupported {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.6";
                type boolean;
                description
                  "This Object indicates whether OAM Cells are transported on this
                VC.";
              }
    
              leaf cpwAtmQosScalingFactor {
                smiv2:defval "100";
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.7";
                type int32;
                description
                  "This Object represents the scaling factor (% value) to be
                applied to ATM QoS rates when calculating QoS rates for the
                PSN domain . For example, in the cell transport mode the
                bandwidth needed in the PSN domain will be higher (since PSN
                Transport header, PW header, and optional control word have
                to transmitted with every cell), whereas in the AAL5 mode
                the bandwidth needed in PSN domain will be less since cell
                headers will be removed after reassembly.";
              }
    
              leaf cpwAtmCellPacking {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.8";
                type boolean;
                description
                  "This object is used to identify if the VC is configured to do
                Cell Packing.";
              }
    
              leaf cpwAtmMncp {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.9";
                type int32;
                description
                  "This object indicates the maximum number of cells that get
                packed in one packet.";
              }
    
              leaf cpwAtmPeerMncp {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.10";
                type int32;
                description
                  "This Object represents the maximum number of cell
                that can be packed in one packet for peer interface.";
              }
    
              leaf cpwAtmEncap {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.11";
                type enumeration {
                  enum "mpls" {
                    value 1;
                  }
                  enum "l2tpv3" {
                    value 2;
                  }
                  enum "unknown" {
                    value 3;
                  }
                }
                description
                  "This object indicates if the packet going on the pseudowire
                is mpls or l2tpv3 encapsulated.";
              }
    
              leaf cpwAtmMcptTimeout {
                smiv2:max-access "read-write";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.1.1.12";
                type int32;
                description
                  "This Object represents which MCPT timeout value.";
              }
    
              leaf cpwAtmCellsReceived {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.1";
                type yang:counter32;
                description
                  "This object can be used to obtain the information on the
    number of cells that were received and sent to the PSN.";
              }
    
              leaf cpwAtmCellsSent {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.2";
                type yang:counter32;
                description
                  "This object can be used to obtain the information on the
    number of cells that were received from the PSN and sent
    over the ATM network.";
              }
    
              leaf cpwAtmCellsRejected {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.3";
                type yang:counter32;
                description
                  "This Object indicates the number of cells that were rejected by
    this VC because of policing.";
              }
    
              leaf cpwAtmCellsTagged {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.4";
                type yang:counter32;
                description
                  "This Object indicates the number of cells that were Tagged.";
              }
    
              leaf cpwAtmHCCellsReceived {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.5";
                type yang:counter64;
                description
                  "High Capacity counter for the number of cells that were
    received by this VC.";
              }
    
              leaf cpwAtmHCCellsRejected {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.6";
                type yang:counter64;
                description
                  "High Capacity counter for the number of cells that were
    rejected by this VC because of policing.";
              }
    
              leaf cpwAtmHCCellsTagged {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.7";
                type yang:counter64;
                description
                  "High Capacity counter for the number of cells that were tagged";
              }
    
              leaf cpwAtmAvgCellsPacked {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.8";
                type yang:counter32;
                description
                  "It indicates the Average number of cells that
    were received in one packet.";
              }
    
              leaf cpwAtmPktsReceived {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.9";
                type yang:counter32;
                description
                  "This object can be used to obtain the information on the
    number of packets that were received and sent to the PSN.";
              }
    
              leaf cpwAtmPktsSent {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.10";
                type yang:counter32;
                description
                  "This object indicates the number of packets that were sent
    to the atm network.";
              }
    
              leaf cpwAtmPktsRejected {
                smiv2:max-access "read-only";
                smiv2:oid "1.3.6.1.4.1.9.10.9000.1.2.1.11";
                type yang:counter32;
                description
                  "This object indicates the number of packets that were rejected
    because of Policing.";
              }
            }  // list cpwVcAtmEntry
          }  // container cpwVcAtmTable
        }  // container CISCO-IETF-PW-ATM-MIB
      }  // module CISCO-IETF-PW-ATM-MIB
    

© 2023 YumaWorks, Inc. All rights reserved.