Cisco-IOS-XR-ppp-ma-oper-sub1

This submodule contains a collection of YANG definitions for Cisco IOS-XR ppp-ma package operational data. Copyright (c) 2013-2...

  • Version: 2019-04-05

    Cisco-IOS-XR-ppp-ma-oper-sub1@2019-04-05


    
      submodule Cisco-IOS-XR-ppp-ma-oper-sub1 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-ppp-ma-oper {
            prefix Cisco-IOS-XR-ppp-ma-oper;
        }
    
        import cisco-semver {
          prefix semver;
        }
    
        include Cisco-IOS-XR-ppp-ma-oper-sub2 {
          revision-date "2019-04-05";
        }
    
        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 submodule contains a collection of YANG definitions
         for Cisco IOS-XR ppp-ma package operational data.
         
         Copyright (c) 2013-2019 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.1";
    
        grouping PPP-OPER-SUMMARY-LCP-AUTH-PHASES {
          description
            "Summary of sessions in each LCP/Auth Phase";
          leaf lcp-not-negotiated {
            type uint32;
            description
              "Number of sessions with LCP not negotiated";
          }
    
          leaf authenticating {
            type uint32;
            description
              "Number of sessions authenticating";
          }
    
          leaf line-held-down {
            type uint32;
            description
              "Number of sessions negotiated but with the line
             held down";
          }
    
          leaf up-local-term {
            type uint32;
            description
              "Number of locally terminated sessions brought up";
          }
    
          leaf up-l2-fwded {
            type uint32;
            description
              "Number of L2 forwarded sessions brought up";
          }
    
          leaf up-tunneled {
            type uint32;
            description
              "Number of VPDN tunneled sessions brought up";
          }
        }  // grouping PPP-OPER-SUMMARY-LCP-AUTH-PHASES
    
        grouping PPP-OPER-SUMMARY-FSM-STATES-NCP {
          description
            "Summary of FSM States for a given NCP";
          leaf ncp-identifier {
            type Ncp-ident;
            description "NCP Identifier";
          }
    
          leaf total {
            type uint32;
            description
              "Total number of FSMs running for this NCP";
          }
    
          leaf-list count {
            type uint32;
            max-elements 10;
            description
              "Number of FSMs in each State";
          }
        }  // grouping PPP-OPER-SUMMARY-FSM-STATES-NCP
    
        grouping PPP-OPER-SUMMARY-FSM-STATES-LCP {
          description
            "Summary of FSM States for LCP";
          leaf total {
            type uint32;
            description
              "Total number of LCP FSMs running";
          }
    
          leaf-list count {
            type uint32;
            max-elements 10;
            description
              "Number of FSMs in each State";
          }
        }  // grouping PPP-OPER-SUMMARY-FSM-STATES-LCP
    
        grouping PPP-OPER-SUMMARY-FSM-STATES {
          description
            "Summary of sessions in each FSM State";
          container lcpfsm-states {
            description
              "Array of per-LCP FSM States";
            uses PPP-OPER-SUMMARY-FSM-STATES-LCP;
          }  // container lcpfsm-states
    
          list ncpfsm-states-array {
            description
              "Array of per-NCP FSM States";
            uses PPP-OPER-SUMMARY-FSM-STATES-NCP;
          }  // list ncpfsm-states-array
        }  // grouping PPP-OPER-SUMMARY-FSM-STATES
    
        grouping PPP-OPER-SUMMARY-INTFS {
          description "Interfaces running PPP";
          leaf pos-count {
            type uint32;
            description "POS Count";
          }
    
          leaf serial-count {
            type uint32;
            description "Serial Count";
          }
    
          leaf pppoe-count {
            type uint32;
            description "PPPoE Count";
          }
    
          leaf multilink-bundle-count {
            type uint32;
            description "Multilink Bundle Count";
          }
    
          leaf gcc0-count {
            type uint32;
            description "GCC0 Count";
          }
    
          leaf gcc1-count {
            type uint32;
            description "GCC1 Count";
          }
    
          leaf gcc2-count {
            type uint32;
            description "GCC2 Count";
          }
    
          leaf total {
            type uint32;
            description "Total Count";
          }
        }  // grouping PPP-OPER-SUMMARY-INTFS
    
        grouping PPP-OPER-SUMMARY {
          description "PPP Summary";
          container intfs {
            description "Interfaces running PPP";
            uses PPP-OPER-SUMMARY-INTFS;
          }  // container intfs
    
          container fsm-states {
            description "FSM States";
            uses PPP-OPER-SUMMARY-FSM-STATES;
          }  // container fsm-states
    
          container lcp-auth-phases {
            description "LCP/Auth Phases";
            uses PPP-OPER-SUMMARY-LCP-AUTH-PHASES;
          }  // container lcp-auth-phases
        }  // grouping PPP-OPER-SUMMARY
      }  // submodule Cisco-IOS-XR-ppp-ma-oper-sub1
    

© 2023 YumaWorks, Inc. All rights reserved.