Cisco-IOS-XR-ppp-ma-ssrp-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR ppp-ma-ssrp package configuration. This module contains ...

  • Version: 2019-04-05

    Cisco-IOS-XR-ppp-ma-ssrp-cfg@2019-04-05


    
      module Cisco-IOS-XR-ppp-ma-ssrp-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-ppp-ma-ssrp-cfg";
    
        prefix ppp-ma-ssrp-cfg;
    
        import ietf-inet-types {
          prefix inet;
        }
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import cisco-semver {
          prefix semver;
        }
        import Cisco-IOS-XR-config-mda-cfg {
          prefix a1;
        }
        import Cisco-IOS-XR-ifmgr-cfg {
          prefix a2;
        }
    
        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 ppp-ma-ssrp package configuration.
         
         This module contains definitions
         for the following management objects:
           ssrp: Shared plane SSRP configuration data
         
         This YANG module augments the
           Cisco-IOS-XR-config-mda-cfg,
           Cisco-IOS-XR-ifmgr-cfg
         modules with configuration 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";
    
        container ssrp {
          description
            "Shared plane SSRP configuration data";
          container profiles {
            description "Table of SSRP Profiles";
            list profile {
              key "name";
              description
                "SSRP Profile configuration";
              leaf max-hops {
                type uint32 {
                  range "1..255";
                }
                description
                  "This specifies the maximum number of hops for
                 packets on the SSO channel";
              }
    
              leaf peer-ipv4-address {
                type inet:ipv4-address-no-zone;
                description
                  "This specifies the remote end's IPv4-address
                 for the SSO channel";
              }
    
              leaf name {
                type xr:Cisco-ios-xr-string;
                description
                  "The name of the profile";
              }
            }  // list profile
          }  // container profiles
        }  // container ssrp
      }  // module Cisco-IOS-XR-ppp-ma-ssrp-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.