Documentation ¶
Overview ¶
This module contains a collection of YANG definitions for Cisco IOS-XR ipv6-ma 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 Ipv6DefaultPing ¶
type Ipv6DefaultPing string
Ipv6DefaultPing represents Ipv6 default ping
const ( // Default route is not allowed to match when // checking source address Ipv6DefaultPing_disabled Ipv6DefaultPing = "disabled" // Allow default route to match when checking // source address Ipv6DefaultPing_enabled Ipv6DefaultPing = "enabled" )
type Ipv6Qppb ¶
type Ipv6Qppb string
Ipv6Qppb represents Ipv6 qppb
const ( // No QPPB configuration Ipv6Qppb_none Ipv6Qppb = "none" // Enable ip-precedence based QPPB Ipv6Qppb_ip_precedence Ipv6Qppb = "ip-precedence" // Enable qos-group based QPPB Ipv6Qppb_qos_group Ipv6Qppb = "qos-group" // Enable both ip-precedence and qos-group based // QPPB Ipv6Qppb_both Ipv6Qppb = "both" )
type Ipv6Reachable ¶
type Ipv6Reachable string
Ipv6Reachable represents Ipv6 reachable
const ( // Source is reachable via any interface Ipv6Reachable_any Ipv6Reachable = "any" // Source is reachable via interface on which // packet was received Ipv6Reachable_received Ipv6Reachable = "received" )
type Ipv6SelfPing ¶
type Ipv6SelfPing string
Ipv6SelfPing represents Ipv6 self ping
const ( // Doesn't allow router to ping itself Ipv6SelfPing_disabled Ipv6SelfPing = "disabled" // Allow router to ping itself Ipv6SelfPing_enabled Ipv6SelfPing = "enabled" )
Click to show internal directories.
Click to hide internal directories.