This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module defines configuratio...
Version: 2019-04-15
module Cisco-IOS-XR-sysadmin-syslog { yang-version 1; namespace "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-syslog"; prefix syslog; 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 SysAdmin configuration. This module defines configuration for sysadmin syslog infrastructure. Copyright (c) 2010-2020 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-15" { description "Establish semantic version baseline."; } revision "2017-05-09" { description "Namespace change to comply with Cisco guidelines"; } revision "2016-09-16" { description "Added new type for show logging host"; } semver:module-version "1.0.0"; typedef num-lines-type { type uint32; } typedef dir-or-file-path-type { type string; } grouping syslog-grp { container console { description "Syslog Infrastructure"; choice disable_or_severity { leaf emergency { type empty; } leaf alert { type empty; } leaf critical { type empty; } leaf error { type empty; } leaf warning { type empty; } leaf notice { type empty; } leaf informational { type empty; } leaf debug { type empty; } leaf disable { type empty; } } // choice disable_or_severity } // container console } // grouping syslog-grp } // module Cisco-IOS-XR-sysadmin-syslog
© 2023 YumaWorks, Inc. All rights reserved.