This module contains a collection of YANG definitions for Cisco IOS-XR ip-iep package operational data. This module contains de...
Version: 2019-04-05
module Cisco-IOS-XR-ip-iep-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-ip-iep-oper"; prefix ip-iep-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-ip-iep-oper-sub1 { 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 module contains a collection of YANG definitions for Cisco IOS-XR ip-iep package operational data. This module contains definitions for the following management objects: explicit-paths: Configured IP explicit paths Copyright (c) 2013-2019 by Cisco Systems, Inc. All rights reserved."; revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "1.0.1"; container explicit-paths { config false; description "Configured IP explicit paths"; container identifiers { description "List of configured IP explicit path identifiers, this corresponds to mplsTunnelHopTable in TE MIB"; list identifier { key "identifier-id"; description "IP explicit path configured for a particular identifier"; leaf identifier-id { type uint32; description "Identifier ID"; } leaf status { type Iep-status; description "Status of the path"; } list address { description "List of IP addresses configured in the explicit path"; leaf index { type uint32; description "Index number at which the path entry is inserted or modified"; } leaf if-index { type uint32; description "Interface Index of the path"; } leaf address-type { type Iep-address; description "Specifies the address type"; } leaf hop-type { type Iep-hop; description "Specifies the next unicast address in the path as a strict or loose hop"; } leaf address { type inet:ipv4-address; description "IPv4 unicast address"; } leaf mpls-label { type uint32; description "MPLS label"; } } // list address } // list identifier } // container identifiers container names { description "List of configured IP explicit path names, this corresponds to mplsTunnelHopTable in TE MIB"; list name { key "path-name"; description "IP explicit path configured for a particular path name"; leaf path-name { type xr:Cisco-ios-xr-string; description "Path name"; } leaf status { type Iep-status; description "Status of the path"; } list address { description "List of IP addresses configured in the explicit path"; leaf index { type uint32; description "Index number at which the path entry is inserted or modified"; } leaf if-index { type uint32; description "Interface Index of the path"; } leaf address-type { type Iep-address; description "Specifies the address type"; } leaf hop-type { type Iep-hop; description "Specifies the next unicast address in the path as a strict or loose hop"; } leaf address { type inet:ipv4-address; description "IPv4 unicast address"; } leaf mpls-label { type uint32; description "MPLS label"; } } // list address } // list name } // container names } // container explicit-paths } // module Cisco-IOS-XR-ip-iep-oper
© 2023 YumaWorks, Inc. All rights reserved.