This module contains a collection of YANG definitions for Cisco IOS-XR mpls-oam package configuration. This YANG module augment...
Version: 2020-04-10
module Cisco-IOS-XR-um-mpls-oam-cfg { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-um-mpls-oam-cfg"; prefix um-mpls-oam-cfg; import cisco-semver { prefix semver; } 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 mpls-oam package configuration. This YANG module augments the modules with configuration data. Copyright (c) 2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-04-10" { description "Initial release"; } semver:module-version "1.0.0"; container mpls { description "Global MPLS configuration subcommands"; container oam { presence "Indicates a oam node is configured."; description "OAM configuration"; container echo { description "Echo request attributes"; container disable-vendor-extension { presence "Indicates a disable-vendor-extension node is configured."; description "Disable sending vendor extension TLV with echo req"; } // container disable-vendor-extension container reply-mode { description "Echo request reply mode attributes"; container control-channel { description "Configure control channel reply mode"; container allow-reverse-lsp { presence "Indicates a allow-reverse-lsp node is configured."; description "Use Reverse LSP as the control channel"; } // container allow-reverse-lsp } // container control-channel } // container reply-mode } // container echo container dpm { presence "Indicates a dpm node is configured."; description "data plane monitoring"; leaf pps { type uint32 { range "1..250"; } description "DPM packets per second rate - default is 50pps"; } leaf interval { type uint32 { range "1..3600"; } description "Wait time between each iteration of DPM - default is 30mins"; } } // container dpm } // container oam } // container mpls } // module Cisco-IOS-XR-um-mpls-oam-cfg
© 2023 YumaWorks, Inc. All rights reserved.