This module contains a collection of YANG definitions for Cisco IOS-XR infra-fti package operational data. This module contains...
Version: 2019-04-05
module Cisco-IOS-XR-infra-fti-oper { yang-version 1; namespace "http://cisco.com/ns/yang/Cisco-IOS-XR-infra-fti-oper"; prefix infra-fti-oper; import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } include Cisco-IOS-XR-infra-fti-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 infra-fti package operational data. This module contains definitions for the following management objects: dci-fabric-interconnect: Display FTI operational 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.0"; container dci-fabric-interconnect { config false; description "Display FTI operational data"; container opflex-session-infos { description "FTI Opflex Session Info for all fabrics"; list opflex-session-info { key "id1"; description "FTI Opflex Session Info for a particular fabric"; leaf id1 { type uint32 { range "1000..9999"; } description "fabric identifier"; } leaf fabric-id { type uint32; description "Fabric Id"; } leaf config-state { type Fti-bag-fabric-config-state; description "Config State"; } leaf last-upd-ts-config { type uint64; description "Config Last Update Timestamp"; } leaf fabric-state { type Fti-bag-fabric-state; description "Fabric State"; } leaf last-upd-ts-fabric { type uint64; description "Fabric Last Update Timestamp"; } list peer-info { description "Fabric Per Peer Info"; leaf peer-ip { type inet:ipv4-address; description "Peer IP"; } leaf peer-port { type uint32; description "Peer Port"; } leaf peer-state { type Fti-bag-fabric-peer-state; description "Peer State"; } leaf last-upd-ts-peer-status { type uint64; description "Peer Status Last Update Timestamp"; } } // list peer-info } // list opflex-session-info } // container opflex-session-infos container fabric-vrf-dbs { description "FTI Fabric-VRF DB for all fabrics"; list fabric-vrf-db { key "id1"; description "FTI Fabric-VRF DB for a particular fabric"; leaf id1 { type uint32 { range "1000..9999"; } description "fabric identifier"; } leaf fabric-id { type uint32; description "Fabric Id"; } list fabric-vrf { description "Fabric VRFs"; leaf fabric-vrf { type string; description "Fabric VRF"; } leaf dci-vrf { type string; description "Dci VRF"; } leaf fabric-vrf-flags { type string; description "Fabric VRF Flags"; } list v4-import-rt { description "V4 Import Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v4-import-rt list v4-export-rt { description "V4 Export Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v4-export-rt list v6-import-rt { description "V6 Import Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v6-import-rt list v6-export-rt { description "V6 Export Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v6-export-rt } // list fabric-vrf } // list fabric-vrf-db } // container fabric-vrf-dbs container dci-vrfs { description "FTI DCI-VRF DB for all VRFs"; list dci-vrf { key "vrf1"; description "FTI DCI-VRF Info for a particular VRF"; leaf vrf1 { type xr:Cisco-ios-xr-string; description "vrf name"; } leaf dci-vrf { type string; description "DCI VRF"; } leaf num-fabric-vrf { type uint32; description "Number of Fabric VRFs"; } leaf faric-vrfs-id-name { type string; description "Associated Fabric Vrfs Info"; } leaf vni-id { type uint32; description "VNI Id"; } leaf bd-name { type string; description "BD Name"; } leaf bvi-id { type uint32; description "BVI Id"; } leaf bvi-ip { type string; description "BVI Override IP"; } leaf bvi-ip-v6 { type boolean; description "BVI IPV6. False is disabled, True is enabled"; } leaf dci-vrf-flags { type string; description "DCI VRF Flags"; } list v4-import-rt { description "V4 Import Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v4-import-rt list v4-export-rt { description "V4 Export Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v4-export-rt list v6-import-rt { description "V6 Import Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v6-import-rt list v6-export-rt { description "V6 Export Route Targets"; leaf rt-value { type string; description "RT Value"; } leaf rt-flags { type string; description "RT Flags"; } } // list v6-export-rt } // list dci-vrf } // container dci-vrfs container acp { description "Auto Config Pool Info"; leaf vni-min { type uint32; description "VNI MIN VALUE"; } leaf vni-max { type uint32; description "VNI MAX VALUE"; } leaf vni-bits { type uint32; description "Num of VNI used bits"; } leaf bvi-min { type uint32; description "BVI MIN VALUE"; } leaf bvi-max { type uint32; description "BVI MAX VALUE"; } leaf bvi-bits { type uint32; description "Num of BVI used bits"; } leaf bd-min { type uint32; description "BD MIN VALUE"; } leaf bd-max { type uint32; description "BD MAX VALUE"; } leaf bd-bits { type uint32; description "Num of BD used bits"; } leaf vniused-range { type string; description "Used VNI Range"; } leaf bviused-range { type string; description "Used BVI Range"; } leaf bdused-range { type string; description "Used BD Range"; } } // container acp } // container dci-fabric-interconnect } // module Cisco-IOS-XR-infra-fti-oper
© 2023 YumaWorks, Inc. All rights reserved.