Documentation
¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ipv4-io package configuration.
This YANG module augments the
Cisco-IOS-XR-ifmgr-cfg
module with configuration data.
Copyright (c) 2013-2018 by Cisco Systems, Inc. All rights reserved.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ipv4DefaultPing ¶
type Ipv4DefaultPing string
Ipv4DefaultPing represents Ipv4 default ping
const ( // Default route is not allowed to match when // checking source address Ipv4DefaultPing_disabled Ipv4DefaultPing = "disabled" // Allow default route to match when checking // source address Ipv4DefaultPing_enabled Ipv4DefaultPing = "enabled" )
type Ipv4InterfaceQppb ¶
type Ipv4InterfaceQppb string
Ipv4InterfaceQppb represents Ipv4 interface qppb
const ( // Enable IP precedence based QPPB Ipv4InterfaceQppb_ip_precedence Ipv4InterfaceQppb = "ip-precedence" // Enable QoS-group based QPPB Ipv4InterfaceQppb_qos_group Ipv4InterfaceQppb = "qos-group" // Enable both IP precedence and QoS-group based // QPPB Ipv4InterfaceQppb_both Ipv4InterfaceQppb = "both" )
type Ipv4Reachable ¶
type Ipv4Reachable string
Ipv4Reachable represents Ipv4 reachable
const ( // Source is reachable via any interface Ipv4Reachable_any Ipv4Reachable = "any" // Source is reachable via interface on which // packet was received Ipv4Reachable_received Ipv4Reachable = "received" )
type Ipv4SelfPing ¶
type Ipv4SelfPing string
Ipv4SelfPing represents Ipv4 self ping
const ( // Doesn't allow router to ping itself Ipv4SelfPing_disabled Ipv4SelfPing = "disabled" // Allow router to ping itself Ipv4SelfPing_enabled Ipv4SelfPing = "enabled" )
Click to show internal directories.
Click to hide internal directories.