This module contains a collection of YANG definitions for Cisco IOS-XR traps-entity-state package configuration. This YANG modu...
Version: 2020-03-23
module Cisco-IOS-XR-um-traps-entity-state-cfg { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-um-traps-entity-state-cfg"; prefix um-traps-entity-state-cfg; import Cisco-IOS-XR-um-snmp-server-cfg { prefix a1; } 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 traps-entity-state package configuration. This YANG module augments the modules with configuration data. Copyright (c) 2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-03-23" { description "Initial release"; } semver:module-version "1.0.0"; augment /a1:snmp-server/a1:traps { container entity-state { description "Enable SNMP entity-state traps"; container switchover { presence "Indicates a switchover node is configured."; description "Enable entity state switchover notifications"; } // container switchover container operstatus { presence "Indicates a operstatus node is configured."; description "Enable entity oper status enable notification"; } // container operstatus } // container entity-state } } // module Cisco-IOS-XR-um-traps-entity-state-cfg
© 2023 YumaWorks, Inc. All rights reserved.