CISCO-AAL5-MIB

Cisco Enterprise AAL5 MIB file that provide AAL5 specific information that are either excluded by RFC 1695 or specific to Ci...

  • Version: 2003-09-22

    CISCO-AAL5-MIB@2003-09-22


    
      module CISCO-AAL5-MIB {
    
        yang-version 1;
    
        namespace
          "urn:ietf:params:xml:ns:yang:smiv2:CISCO-AAL5-MIB";
    
        prefix CISCO-AAL5-MIB;
    
        import ATM-MIB {
          prefix atm-mib;
        }
        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
        
        E-mail: cs-atm@cisco.com";
    
        description
          "Cisco Enterprise AAL5 MIB file that provide AAL5
        specific information that are either excluded by 
            RFC 1695 or specific to Cisco product.";
    
        revision "2003-09-22" {
          description
            "Added following objects in cAal5VccTable: 
          cAal5VccHCInPkts,
          cAal5VccHCOutPkts,
          cAal5VccHCInOctets, 
          cAal5VccHCOutOctets";
        }
    
        revision "2002-10-17" {
          description
            "Latest version of this MIB module with extended support
          for vc drop stats.";
        }
    
        revision "1996-11-15" {
          description
            "Initial version of this MIB module.";
        }
    
        smiv2:alias "cAal5VccTable" {
          description "This table contains AAL5 VCC performance
    parameters beyond that provided by aal5VccEntry
    defined in RFC1695.";
          smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1";
        }
        smiv2:alias "cAal5VccEntry" {
          description "This list contains the additional AAL5 VCC performance
    parameters beyond that provided by aal5VccEntry defined
    in RFC1695.";
          smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1";
        }
        smiv2:alias "ciscoAal5MIB" {
          smiv2:oid "1.3.6.1.4.1.9.9.66";
        }
        smiv2:alias "ciscoAal5MIBObjects" {
          smiv2:oid "1.3.6.1.4.1.9.9.66.1";
        }
        smiv2:alias "cAal5Connections" {
          smiv2:oid "1.3.6.1.4.1.9.9.66.1.1";
        }
        smiv2:alias "ciscoAal5MIBConformance" {
          smiv2:oid "1.3.6.1.4.1.9.9.66.3";
        }
        smiv2:alias "ciscoAal5MIBCompliances" {
          smiv2:oid "1.3.6.1.4.1.9.9.66.3.1";
        }
        smiv2:alias "ciscoAal5MIBGroups" {
          smiv2:oid "1.3.6.1.4.1.9.9.66.3.2";
        }
    
        augment /atm-mib:ATM-MIB/atm-mib:aal5VccTable/atm-mib:aal5VccEntry {
          smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1";
          description
            "This list contains the additional AAL5 VCC performance 
          parameters beyond that provided by aal5VccEntry defined
          in RFC1695.";
          leaf cAal5VccInPkts {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.1";
            type yang:counter32;
            units "packets";
            description
              "The number of AAL5 CPCS PDUs received on this AAL5 VCC at the
            interface associated with an AAL5 entity.";
          }
    
          leaf cAal5VccOutPkts {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.2";
            type yang:counter32;
            units "packets";
            description
              "The number of AAL5 CPCS PDUs transmitted on this AAL5 VCC at
            the interface associated with an AAL5 entity.";
          }
    
          leaf cAal5VccInOctets {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.3";
            type yang:counter32;
            units "octets";
            description
              "The number of AAL5 CPCS PDU octets received on this AAL5 VCC
            at the interface associated with an AAL5 entity.";
          }
    
          leaf cAal5VccOutOctets {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.4";
            type yang:counter32;
            units "octets";
            description
              "The number of AAL5 CPCS PDU octets transmitted on this AAL5 
            VCC at the interface associated with an AAL5 entity.";
          }
    
          leaf cAal5VccInDroppedPkts {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.5";
            type yang:counter32;
            units "packets";
            description
              "The number of AAL5 CPCS PDUs dropped at the 
            receive side of this AAL5 VCC at the interface 
            associated with an AAL5 entity.";
          }
    
          leaf cAal5VccOutDroppedPkts {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.6";
            type yang:counter32;
            units "packets";
            description
              "The number of AAL5 CPCS PDUs dropped at the transmit side 
            of this AAL5 VCC at the interface associated with an 
            AAL5 entity.";
          }
    
          leaf cAal5VccInDroppedOctets {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.7";
            type yang:counter32;
            units "octets";
            description
              "The number of AAL5 CPCS PDU Octets dropped at the 
            receive side of this AAL5 VCC at the interface 
            associated with an AAL5 entity.";
          }
    
          leaf cAal5VccOutDroppedOctets {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.8";
            type yang:counter32;
            units "octets";
            description
              "The number of AAL5 CPCS PDU Octets dropped at the 
            transmit side of this AAL5 VCC at the interface 
            associated with an AAL5 entity.";
          }
    
          leaf cAal5VccHCInPkts {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.9";
            type yang:counter64;
            description
              "This is 64bit (High Capacity) version of cAal5VccInPkts 
            counters.";
          }
    
          leaf cAal5VccHCOutPkts {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.10";
            type yang:counter64;
            description
              "This is 64bit (High Capacity) version of cAal5VccOutPkts 
            counters.";
          }
    
          leaf cAal5VccHCInOctets {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.11";
            type yang:counter64;
            description
              "This is 64bit (High Capacity) version of cAal5VccInOctets 
            counters.";
          }
    
          leaf cAal5VccHCOutOctets {
            smiv2:max-access "read-only";
            smiv2:oid "1.3.6.1.4.1.9.9.66.1.1.1.1.12";
            type yang:counter64;
            description
              "This is 64bit (High Capacity) version of cAal5VccOutOctets 
            counters.";
          }
        }
      }  // module CISCO-AAL5-MIB
    

© 2023 YumaWorks, Inc. All rights reserved.