bgp

package
v0.5.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package bgp is a generated package which contains definitions of structs which generate gNMI paths for a YANG schema.

This package was generated by ygnmi version: v0.11.1: (ygot: v0.29.18) using the following YANG input files:

  • models-yang/models/bgp/open-traffic-generator-bgp.yang
  • models-yang/models/discovery/open-traffic-generator-discovery.yang
  • models-yang/models/flow/open-traffic-generator-flow.yang
  • models-yang/models/interface/open-traffic-generator-port.yang
  • models-yang/models/isis/open-traffic-generator-isis.yang
  • models-yang/models/lacp/open-traffic-generator-lacp.yang
  • models-yang/models/lag/open-traffic-generator-lag.yang
  • models-yang/models/lldp/open-traffic-generator-lldp.yang
  • models-yang/models/rsvp/open-traffic-generator-rsvp.yang
  • models-yang/models/types/open-traffic-generator-types.yang

Imported modules were sourced from:

  • models-yang/models/...

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BgpPeerPath

type BgpPeerPath struct {
	*ygnmi.NodePath
}

BgpPeerPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer YANG schema element.

func (*BgpPeerPath) Counters

func (n *BgpPeerPath) Counters() *BgpPeer_CountersPath

Counters (container): Counters of an individual BGP peer.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/counters"
Path from root:       "/bgp-peers/bgp-peer/state/counters"

func (*BgpPeerPath) Name

func (n *BgpPeerPath) Name() *BgpPeer_NamePath

Name (leaf): An arbitary name of the BGP peer determined by the ATE configuration.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/name"
Path from root:       "/bgp-peers/bgp-peer/*/name"

func (*BgpPeerPath) SessionState

func (n *BgpPeerPath) SessionState() *BgpPeer_SessionStatePath

SessionState (leaf): Operational state of the BGP peer

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/session-state"
Path from root:       "/bgp-peers/bgp-peer/state/session-state"

func (*BgpPeerPath) State

func (n *BgpPeerPath) State() ygnmi.SingletonQuery[*oc.BgpPeer]

State returns a Query that can be used in gNMI operations.

func (*BgpPeerPath) UnicastIpv4Prefix

func (n *BgpPeerPath) UnicastIpv4Prefix(Address string, PrefixLength uint32, Origin oc.E_UnicastIpv4Prefix_Origin, PathId uint32) *BgpPeer_UnicastIpv4PrefixPath

UnicastIpv4Prefix (list): A list of BGP unicast IPv4 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv4-prefixes/unicast-ipv4-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix"

Address: string
PrefixLength: uint32
Origin: oc.E_UnicastIpv4Prefix_Origin
PathId: uint32

func (*BgpPeerPath) UnicastIpv4PrefixAny

func (n *BgpPeerPath) UnicastIpv4PrefixAny() *BgpPeer_UnicastIpv4PrefixPathAny

UnicastIpv4PrefixAny (list): A list of BGP unicast IPv4 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv4-prefixes/unicast-ipv4-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix"

func (*BgpPeerPath) UnicastIpv6Prefix

func (n *BgpPeerPath) UnicastIpv6Prefix(Address string, PrefixLength uint32, Origin oc.E_UnicastIpv6Prefix_Origin, PathId uint32) *BgpPeer_UnicastIpv6PrefixPath

UnicastIpv6Prefix (list): A list of BGP unicast IPv6 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv6-prefixes/unicast-ipv6-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix"

Address: string
PrefixLength: uint32
Origin: oc.E_UnicastIpv6Prefix_Origin
PathId: uint32

func (*BgpPeerPath) UnicastIpv6PrefixAny

func (n *BgpPeerPath) UnicastIpv6PrefixAny() *BgpPeer_UnicastIpv6PrefixPathAny

UnicastIpv6PrefixAny (list): A list of BGP unicast IPv6 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv6-prefixes/unicast-ipv6-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix"

type BgpPeerPathAny

type BgpPeerPathAny struct {
	*ygnmi.NodePath
}

BgpPeerPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer YANG schema element.

func (*BgpPeerPathAny) Counters

func (n *BgpPeerPathAny) Counters() *BgpPeer_CountersPathAny

Counters (container): Counters of an individual BGP peer.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/counters"
Path from root:       "/bgp-peers/bgp-peer/state/counters"

func (*BgpPeerPathAny) Name

Name (leaf): An arbitary name of the BGP peer determined by the ATE configuration.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/name"
Path from root:       "/bgp-peers/bgp-peer/*/name"

func (*BgpPeerPathAny) SessionState

func (n *BgpPeerPathAny) SessionState() *BgpPeer_SessionStatePathAny

SessionState (leaf): Operational state of the BGP peer

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/session-state"
Path from root:       "/bgp-peers/bgp-peer/state/session-state"

func (*BgpPeerPathAny) State

State returns a Query that can be used in gNMI operations.

func (*BgpPeerPathAny) UnicastIpv4Prefix

func (n *BgpPeerPathAny) UnicastIpv4Prefix(Address string, PrefixLength uint32, Origin oc.E_UnicastIpv4Prefix_Origin, PathId uint32) *BgpPeer_UnicastIpv4PrefixPathAny

UnicastIpv4Prefix (list): A list of BGP unicast IPv4 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv4-prefixes/unicast-ipv4-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix"

Address: string
PrefixLength: uint32
Origin: oc.E_UnicastIpv4Prefix_Origin
PathId: uint32

func (*BgpPeerPathAny) UnicastIpv4PrefixAny

func (n *BgpPeerPathAny) UnicastIpv4PrefixAny() *BgpPeer_UnicastIpv4PrefixPathAny

UnicastIpv4PrefixAny (list): A list of BGP unicast IPv4 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv4-prefixes/unicast-ipv4-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix"

func (*BgpPeerPathAny) UnicastIpv6Prefix

func (n *BgpPeerPathAny) UnicastIpv6Prefix(Address string, PrefixLength uint32, Origin oc.E_UnicastIpv6Prefix_Origin, PathId uint32) *BgpPeer_UnicastIpv6PrefixPathAny

UnicastIpv6Prefix (list): A list of BGP unicast IPv6 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv6-prefixes/unicast-ipv6-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix"

Address: string
PrefixLength: uint32
Origin: oc.E_UnicastIpv6Prefix_Origin
PathId: uint32

func (*BgpPeerPathAny) UnicastIpv6PrefixAny

func (n *BgpPeerPathAny) UnicastIpv6PrefixAny() *BgpPeer_UnicastIpv6PrefixPathAny

UnicastIpv6PrefixAny (list): A list of BGP unicast IPv6 prefixes.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "unicast-ipv6-prefixes/unicast-ipv6-prefix"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix"

type BgpPeerPathMap added in v0.1.24

type BgpPeerPathMap struct {
	*ygnmi.NodePath
}

BgpPeerPathMap represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer YANG schema element.

type BgpPeerPathMapAny added in v0.1.24

type BgpPeerPathMapAny struct {
	*ygnmi.NodePath
}

BgpPeerPathMapAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer YANG schema element.

type BgpPeer_CountersPath

type BgpPeer_CountersPath struct {
	*ygnmi.NodePath
}

BgpPeer_CountersPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters YANG schema element.

func (*BgpPeer_CountersPath) Flaps

Flaps (leaf): The total number of times the BGP session went from an ESTABLISHED state to an IDLE state.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flaps"
Path from root:       "/bgp-peers/bgp-peer/state/counters/flaps"

func (*BgpPeer_CountersPath) InEndOfRib added in v0.2.2

InEndOfRib (leaf): The total number of End-of-RIB markers received indicating the completion of the initial routing update for a particular <AFI, SAFI> address family after the session is established. For the IPv4 unicast address family, the End-of-RIB marker is an UPDATE message with the minimum length. For any other address family, it is an UPDATE message that contains only the MP_UNREACH_NLRI attribute with no withdrawn routes for that <AFI, SAFI>.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-end-of-rib"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-end-of-rib"

func (*BgpPeer_CountersPath) InKeepalives

InKeepalives (leaf): The total number of KEEPALIVE messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-keepalives"

func (*BgpPeer_CountersPath) InNotifications

InNotifications (leaf): The total number of NOTIFICATION messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-notifications"

func (*BgpPeer_CountersPath) InOpens

InOpens (leaf): The total number of OPEN messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-opens"

func (*BgpPeer_CountersPath) InRouteWithdraw

InRouteWithdraw (leaf): The total number of route withdraws received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-route-withdraw"

func (*BgpPeer_CountersPath) InRoutes

InRoutes (leaf): The total number of routes received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-routes"

func (*BgpPeer_CountersPath) InUpdates

InUpdates (leaf): The total number of UPDATE messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-updates"

func (*BgpPeer_CountersPath) OutKeepalives

OutKeepalives (leaf): The total number of KEEPALIVE messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-keepalives"

func (*BgpPeer_CountersPath) OutNotifications

OutNotifications (leaf): The total number of NOTIFICATION messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-notifications"

func (*BgpPeer_CountersPath) OutOpens

OutOpens (leaf): The total number of OPEN messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-opens"

func (*BgpPeer_CountersPath) OutRouteWithdraw

OutRouteWithdraw (leaf): The total number of route withdraws sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-route-withdraw"

func (*BgpPeer_CountersPath) OutRoutes

OutRoutes (leaf): The total number of routes advertised.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-routes"

func (*BgpPeer_CountersPath) OutUpdates

OutUpdates (leaf): The total number of UPDATE messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-updates"

func (*BgpPeer_CountersPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_CountersPathAny

type BgpPeer_CountersPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_CountersPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters YANG schema element.

func (*BgpPeer_CountersPathAny) Flaps

Flaps (leaf): The total number of times the BGP session went from an ESTABLISHED state to an IDLE state.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flaps"
Path from root:       "/bgp-peers/bgp-peer/state/counters/flaps"

func (*BgpPeer_CountersPathAny) InEndOfRib added in v0.2.2

InEndOfRib (leaf): The total number of End-of-RIB markers received indicating the completion of the initial routing update for a particular <AFI, SAFI> address family after the session is established. For the IPv4 unicast address family, the End-of-RIB marker is an UPDATE message with the minimum length. For any other address family, it is an UPDATE message that contains only the MP_UNREACH_NLRI attribute with no withdrawn routes for that <AFI, SAFI>.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-end-of-rib"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-end-of-rib"

func (*BgpPeer_CountersPathAny) InKeepalives

InKeepalives (leaf): The total number of KEEPALIVE messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-keepalives"

func (*BgpPeer_CountersPathAny) InNotifications

InNotifications (leaf): The total number of NOTIFICATION messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-notifications"

func (*BgpPeer_CountersPathAny) InOpens

InOpens (leaf): The total number of OPEN messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-opens"

func (*BgpPeer_CountersPathAny) InRouteWithdraw

InRouteWithdraw (leaf): The total number of route withdraws received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-route-withdraw"

func (*BgpPeer_CountersPathAny) InRoutes

InRoutes (leaf): The total number of routes received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-routes"

func (*BgpPeer_CountersPathAny) InUpdates

InUpdates (leaf): The total number of UPDATE messages received.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-updates"

func (*BgpPeer_CountersPathAny) OutKeepalives

OutKeepalives (leaf): The total number of KEEPALIVE messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-keepalives"

func (*BgpPeer_CountersPathAny) OutNotifications

OutNotifications (leaf): The total number of NOTIFICATION messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-notifications"

func (*BgpPeer_CountersPathAny) OutOpens

OutOpens (leaf): The total number of OPEN messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-opens"

func (*BgpPeer_CountersPathAny) OutRouteWithdraw

OutRouteWithdraw (leaf): The total number of route withdraws sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-route-withdraw"

func (*BgpPeer_CountersPathAny) OutRoutes

OutRoutes (leaf): The total number of routes advertised.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-routes"

func (*BgpPeer_CountersPathAny) OutUpdates

OutUpdates (leaf): The total number of UPDATE messages sent.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-updates"

func (*BgpPeer_CountersPathAny) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_Counters_FlapsPath

type BgpPeer_Counters_FlapsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_FlapsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/flaps YANG schema element.

func (*BgpPeer_Counters_FlapsPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flaps"
Path from root:       "/bgp-peers/bgp-peer/state/counters/flaps"

type BgpPeer_Counters_FlapsPathAny

type BgpPeer_Counters_FlapsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_FlapsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/flaps YANG schema element.

func (*BgpPeer_Counters_FlapsPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flaps"
Path from root:       "/bgp-peers/bgp-peer/state/counters/flaps"

type BgpPeer_Counters_InEndOfRibPath added in v0.2.2

type BgpPeer_Counters_InEndOfRibPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InEndOfRibPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-end-of-rib YANG schema element.

func (*BgpPeer_Counters_InEndOfRibPath) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-end-of-rib"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-end-of-rib"

type BgpPeer_Counters_InEndOfRibPathAny added in v0.2.2

type BgpPeer_Counters_InEndOfRibPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InEndOfRibPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-end-of-rib YANG schema element.

func (*BgpPeer_Counters_InEndOfRibPathAny) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-end-of-rib"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-end-of-rib"

type BgpPeer_Counters_InKeepalivesPath

type BgpPeer_Counters_InKeepalivesPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InKeepalivesPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-keepalives YANG schema element.

func (*BgpPeer_Counters_InKeepalivesPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-keepalives"

type BgpPeer_Counters_InKeepalivesPathAny

type BgpPeer_Counters_InKeepalivesPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InKeepalivesPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-keepalives YANG schema element.

func (*BgpPeer_Counters_InKeepalivesPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-keepalives"

type BgpPeer_Counters_InNotificationsPath

type BgpPeer_Counters_InNotificationsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InNotificationsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-notifications YANG schema element.

func (*BgpPeer_Counters_InNotificationsPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-notifications"

type BgpPeer_Counters_InNotificationsPathAny

type BgpPeer_Counters_InNotificationsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InNotificationsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-notifications YANG schema element.

func (*BgpPeer_Counters_InNotificationsPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-notifications"

type BgpPeer_Counters_InOpensPath

type BgpPeer_Counters_InOpensPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InOpensPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-opens YANG schema element.

func (*BgpPeer_Counters_InOpensPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-opens"

type BgpPeer_Counters_InOpensPathAny

type BgpPeer_Counters_InOpensPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InOpensPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-opens YANG schema element.

func (*BgpPeer_Counters_InOpensPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-opens"

type BgpPeer_Counters_InRouteWithdrawPath

type BgpPeer_Counters_InRouteWithdrawPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InRouteWithdrawPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-route-withdraw YANG schema element.

func (*BgpPeer_Counters_InRouteWithdrawPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-route-withdraw"

type BgpPeer_Counters_InRouteWithdrawPathAny

type BgpPeer_Counters_InRouteWithdrawPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InRouteWithdrawPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-route-withdraw YANG schema element.

func (*BgpPeer_Counters_InRouteWithdrawPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-route-withdraw"

type BgpPeer_Counters_InRoutesPath

type BgpPeer_Counters_InRoutesPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InRoutesPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-routes YANG schema element.

func (*BgpPeer_Counters_InRoutesPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-routes"

type BgpPeer_Counters_InRoutesPathAny

type BgpPeer_Counters_InRoutesPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InRoutesPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-routes YANG schema element.

func (*BgpPeer_Counters_InRoutesPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-routes"

type BgpPeer_Counters_InUpdatesPath

type BgpPeer_Counters_InUpdatesPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InUpdatesPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-updates YANG schema element.

func (*BgpPeer_Counters_InUpdatesPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-updates"

type BgpPeer_Counters_InUpdatesPathAny

type BgpPeer_Counters_InUpdatesPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_InUpdatesPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/in-updates YANG schema element.

func (*BgpPeer_Counters_InUpdatesPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "in-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/in-updates"

type BgpPeer_Counters_OutKeepalivesPath

type BgpPeer_Counters_OutKeepalivesPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutKeepalivesPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-keepalives YANG schema element.

func (*BgpPeer_Counters_OutKeepalivesPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-keepalives"

type BgpPeer_Counters_OutKeepalivesPathAny

type BgpPeer_Counters_OutKeepalivesPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutKeepalivesPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-keepalives YANG schema element.

func (*BgpPeer_Counters_OutKeepalivesPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-keepalives"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-keepalives"

type BgpPeer_Counters_OutNotificationsPath

type BgpPeer_Counters_OutNotificationsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutNotificationsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-notifications YANG schema element.

func (*BgpPeer_Counters_OutNotificationsPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-notifications"

type BgpPeer_Counters_OutNotificationsPathAny

type BgpPeer_Counters_OutNotificationsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutNotificationsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-notifications YANG schema element.

func (*BgpPeer_Counters_OutNotificationsPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-notifications"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-notifications"

type BgpPeer_Counters_OutOpensPath

type BgpPeer_Counters_OutOpensPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutOpensPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-opens YANG schema element.

func (*BgpPeer_Counters_OutOpensPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-opens"

type BgpPeer_Counters_OutOpensPathAny

type BgpPeer_Counters_OutOpensPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutOpensPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-opens YANG schema element.

func (*BgpPeer_Counters_OutOpensPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-opens"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-opens"

type BgpPeer_Counters_OutRouteWithdrawPath

type BgpPeer_Counters_OutRouteWithdrawPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutRouteWithdrawPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-route-withdraw YANG schema element.

func (*BgpPeer_Counters_OutRouteWithdrawPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-route-withdraw"

type BgpPeer_Counters_OutRouteWithdrawPathAny

type BgpPeer_Counters_OutRouteWithdrawPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutRouteWithdrawPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-route-withdraw YANG schema element.

func (*BgpPeer_Counters_OutRouteWithdrawPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-route-withdraw"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-route-withdraw"

type BgpPeer_Counters_OutRoutesPath

type BgpPeer_Counters_OutRoutesPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutRoutesPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-routes YANG schema element.

func (*BgpPeer_Counters_OutRoutesPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-routes"

type BgpPeer_Counters_OutRoutesPathAny

type BgpPeer_Counters_OutRoutesPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutRoutesPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-routes YANG schema element.

func (*BgpPeer_Counters_OutRoutesPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-routes"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-routes"

type BgpPeer_Counters_OutUpdatesPath

type BgpPeer_Counters_OutUpdatesPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutUpdatesPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-updates YANG schema element.

func (*BgpPeer_Counters_OutUpdatesPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-updates"

type BgpPeer_Counters_OutUpdatesPathAny

type BgpPeer_Counters_OutUpdatesPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_Counters_OutUpdatesPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/counters/out-updates YANG schema element.

func (*BgpPeer_Counters_OutUpdatesPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "out-updates"
Path from root:       "/bgp-peers/bgp-peer/state/counters/out-updates"

type BgpPeer_NamePath

type BgpPeer_NamePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_NamePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/name YANG schema element.

func (*BgpPeer_NamePath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "name"
Path from root:       ""

func (*BgpPeer_NamePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/name"
Path from root:       "/bgp-peers/bgp-peer/state/name"

type BgpPeer_NamePathAny

type BgpPeer_NamePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_NamePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/name YANG schema element.

func (*BgpPeer_NamePathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "name"
Path from root:       ""

func (*BgpPeer_NamePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/name"
Path from root:       "/bgp-peers/bgp-peer/state/name"

type BgpPeer_SessionStatePath

type BgpPeer_SessionStatePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_SessionStatePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/session-state YANG schema element.

func (*BgpPeer_SessionStatePath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/session-state"
Path from root:       "/bgp-peers/bgp-peer/state/session-state"

type BgpPeer_SessionStatePathAny

type BgpPeer_SessionStatePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_SessionStatePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/state/session-state YANG schema element.

func (*BgpPeer_SessionStatePathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/session-state"
Path from root:       "/bgp-peers/bgp-peer/state/session-state"

type BgpPeer_UnicastIpv4PrefixPath

type BgpPeer_UnicastIpv4PrefixPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4PrefixPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix YANG schema element.

func (*BgpPeer_UnicastIpv4PrefixPath) Address

Address (leaf): The IPv4 address.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/address"

func (*BgpPeer_UnicastIpv4PrefixPath) AsPathAny

AsPathAny (list): Unkeyed list of AS PATH segments This attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/as-path"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/as-path"

func (*BgpPeer_UnicastIpv4PrefixPath) CommunityAny

CommunityAny (list): Unkeyed list of optional community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/community"

func (*BgpPeer_UnicastIpv4PrefixPath) ExtendedCommunityAny added in v0.5.8

ExtendedCommunityAny (list): Unkeyed list of optional extended community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/extended-community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community"

func (*BgpPeer_UnicastIpv4PrefixPath) LocalPreference added in v0.2.2

LocalPreference (leaf): The local preference is a well-known attribute and the value is used for route selection. The route with the highest local preference value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/local-preference"

func (*BgpPeer_UnicastIpv4PrefixPath) MultiExitDiscriminator added in v0.2.2

MultiExitDiscriminator (leaf): The multi exit discriminator (MED) is an optional non-transitive attribute and the value is used for route selection. The route with the lowest MED value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/multi-exit-discriminator"

func (*BgpPeer_UnicastIpv4PrefixPath) NextHopIpv4Address

NextHopIpv4Address (leaf): The IPv4 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv4-address"

func (*BgpPeer_UnicastIpv4PrefixPath) NextHopIpv6Address

NextHopIpv6Address (leaf): The IPv6 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv6-address"

func (*BgpPeer_UnicastIpv4PrefixPath) Origin

Origin (leaf): The origin of the prefix.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/origin"

func (*BgpPeer_UnicastIpv4PrefixPath) PathId

PathId (leaf): If the route is learned from a neighbor, the path-id corresponds to the path-id for the route in the corresponding adj-rib-in-post table. If the route is injected from another protocol, or the neighbor does not support BGP add-paths, the path-id should be set to zero, also the default value.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/path-id"

func (*BgpPeer_UnicastIpv4PrefixPath) PrefixLength

PrefixLength (leaf): The prefix length.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/prefix-length"

func (*BgpPeer_UnicastIpv4PrefixPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4PrefixPathAny

type BgpPeer_UnicastIpv4PrefixPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4PrefixPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix YANG schema element.

func (*BgpPeer_UnicastIpv4PrefixPathAny) Address

Address (leaf): The IPv4 address.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/address"

func (*BgpPeer_UnicastIpv4PrefixPathAny) AsPathAny

AsPathAny (list): Unkeyed list of AS PATH segments This attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/as-path"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/as-path"

func (*BgpPeer_UnicastIpv4PrefixPathAny) CommunityAny

CommunityAny (list): Unkeyed list of optional community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/community"

func (*BgpPeer_UnicastIpv4PrefixPathAny) ExtendedCommunityAny added in v0.5.8

ExtendedCommunityAny (list): Unkeyed list of optional extended community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/extended-community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community"

func (*BgpPeer_UnicastIpv4PrefixPathAny) LocalPreference added in v0.2.2

LocalPreference (leaf): The local preference is a well-known attribute and the value is used for route selection. The route with the highest local preference value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/local-preference"

func (*BgpPeer_UnicastIpv4PrefixPathAny) MultiExitDiscriminator added in v0.2.2

MultiExitDiscriminator (leaf): The multi exit discriminator (MED) is an optional non-transitive attribute and the value is used for route selection. The route with the lowest MED value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/multi-exit-discriminator"

func (*BgpPeer_UnicastIpv4PrefixPathAny) NextHopIpv4Address

NextHopIpv4Address (leaf): The IPv4 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv4-address"

func (*BgpPeer_UnicastIpv4PrefixPathAny) NextHopIpv6Address

NextHopIpv6Address (leaf): The IPv6 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv6-address"

func (*BgpPeer_UnicastIpv4PrefixPathAny) Origin

Origin (leaf): The origin of the prefix.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/origin"

func (*BgpPeer_UnicastIpv4PrefixPathAny) PathId

PathId (leaf): If the route is learned from a neighbor, the path-id corresponds to the path-id for the route in the corresponding adj-rib-in-post table. If the route is injected from another protocol, or the neighbor does not support BGP add-paths, the path-id should be set to zero, also the default value.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/path-id"

func (*BgpPeer_UnicastIpv4PrefixPathAny) PrefixLength

PrefixLength (leaf): The prefix length.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/*/prefix-length"

func (*BgpPeer_UnicastIpv4PrefixPathAny) State

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4PrefixPathAny) WithAddress

WithAddress sets BgpPeer_UnicastIpv4PrefixPathAny's key "address" to the specified value. Address: string

func (*BgpPeer_UnicastIpv4PrefixPathAny) WithOrigin

WithOrigin sets BgpPeer_UnicastIpv4PrefixPathAny's key "origin" to the specified value. Origin: oc.E_UnicastIpv4Prefix_Origin

func (*BgpPeer_UnicastIpv4PrefixPathAny) WithPathId

WithPathId sets BgpPeer_UnicastIpv4PrefixPathAny's key "path-id" to the specified value. PathId: uint32

func (*BgpPeer_UnicastIpv4PrefixPathAny) WithPrefixLength

WithPrefixLength sets BgpPeer_UnicastIpv4PrefixPathAny's key "prefix-length" to the specified value. PrefixLength: uint32

type BgpPeer_UnicastIpv4PrefixPathMap added in v0.1.24

type BgpPeer_UnicastIpv4PrefixPathMap struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4PrefixPathMap represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix YANG schema element.

type BgpPeer_UnicastIpv4PrefixPathMapAny added in v0.1.24

type BgpPeer_UnicastIpv4PrefixPathMapAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4PrefixPathMapAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix YANG schema element.

type BgpPeer_UnicastIpv4Prefix_AddressPath

type BgpPeer_UnicastIpv4Prefix_AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_AddressPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/address YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_AddressPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "address"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/address"

type BgpPeer_UnicastIpv4Prefix_AddressPathAny

type BgpPeer_UnicastIpv4Prefix_AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_AddressPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/address YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_AddressPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "address"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/address"

type BgpPeer_UnicastIpv4Prefix_AsPathPath

type BgpPeer_UnicastIpv4Prefix_AsPathPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_AsPathPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/as-path YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_AsPathPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_AsPathPathAny

type BgpPeer_UnicastIpv4Prefix_AsPathPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_AsPathPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/as-path YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_AsPathPathAny) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_CommunityPath

type BgpPeer_UnicastIpv4Prefix_CommunityPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_CommunityPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/community YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_CommunityPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_CommunityPathAny

type BgpPeer_UnicastIpv4Prefix_CommunityPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_CommunityPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/community YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_CommunityPathAny) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunityPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) BgpExtendedCommunityStructuredType added in v0.5.8

BgpExtendedCommunityStructuredType (leaf): The type of Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (container): The Non-Transitive Two-Octet AS-Specific Extended Community is sent as type 0x40

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (container): The Transitive IPv4 Address Specific Extended Community is sent as type 0x01

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (container): The Transitive Opaque Extended Community is sent as type 0x03

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (container): The Transitive Two-Octet AS-Specific Extended Community is sent as type 0x00

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPath) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (container): The Transitive Four-Octet AS-Specific Extended Community is sent as type 0x02

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) BgpExtendedCommunityStructuredType added in v0.5.8

BgpExtendedCommunityStructuredType (leaf): The type of Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (container): The Non-Transitive Two-Octet AS-Specific Extended Community is sent as type 0x40

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (container): The Transitive IPv4 Address Specific Extended Community is sent as type 0x01

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (container): The Transitive Opaque Extended Community is sent as type 0x03

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (container): The Transitive Two-Octet AS-Specific Extended Community is sent as type 0x00

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_StructuredPathAny) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (container): The Transitive Four-Octet AS-Specific Extended Community is sent as type 0x02

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/bgp-extended-community-structured_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/bgp-extended-community-structured_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath) LinkBandwidthSubtype added in v0.5.8

LinkBandwidthSubtype (container): TBD: xxx

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "link_bandwidth_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (leaf): The type of Non-Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny) LinkBandwidthSubtype added in v0.5.8

LinkBandwidthSubtype (container): TBD: xxx

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "link_bandwidth_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (leaf): The type of Non-Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath) Bandwidth added in v0.5.8

Bandwidth (leaf): Bandwidth of the link in bytes per second. ( 1 Kbps is 1000 bytes per second and 1 Mbps is 1000 Kbps per second )

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The value of the Global Administrator subfield should represent the Autonomous System of the router that attaches the Link Bandwidth Community.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny) Bandwidth added in v0.5.8

Bandwidth (leaf): Bandwidth of the link in bytes per second. ( 1 Kbps is 1000 bytes per second and 1 Mbps is 1000 Kbps per second )

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The value of the Global Administrator subfield should represent the Autonomous System of the router that attaches the Link Bandwidth Community.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (leaf): The type of Transitive IPv4 Address Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (leaf): The type of Transitive IPv4 Address Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) ColorSubtype added in v0.5.8

ColorSubtype (container): The Color Community contains locally administrator defined 'color' value which is used in conjunction with Encapsulation attribute to decide whether a data packet can be transmitted on a certain tunnel or not. It is defined in RFC9012 and sent with sub-type as 0x0b.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) EncapsulationSubtype added in v0.5.8

EncapsulationSubtype (container): This identifies the type of tunneling technology being signalled. It is defined in RFC9012 and sent with sub-type as 0x0c.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "encapsulation_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (leaf): The type of Transitive Opaque Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) ColorSubtype added in v0.5.8

ColorSubtype (container): The Color Community contains locally administrator defined 'color' value which is used in conjunction with Encapsulation attribute to decide whether a data packet can be transmitted on a certain tunnel or not. It is defined in RFC9012 and sent with sub-type as 0x0b.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) EncapsulationSubtype added in v0.5.8

EncapsulationSubtype (container): This identifies the type of tunneling technology being signalled. It is defined in RFC9012 and sent with sub-type as 0x0c.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "encapsulation_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (leaf): The type of Transitive Opaque Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath) Color added in v0.5.8

Color (leaf): he color value is user defined and configured locally and used to determine whether a data packet can be transmitted on a certain tunnel or not in conjunction with the Encapsulation attribute. It is defined in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath) Flags added in v0.5.8

Flags (leaf): Two octet flag values.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny) Color added in v0.5.8

Color (leaf): he color value is user defined and configured locally and used to determine whether a data packet can be transmitted on a certain tunnel or not in conjunction with the Encapsulation attribute. It is defined in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny) Flags added in v0.5.8

Flags (leaf): Two octet flag values.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath) Reserved added in v0.5.8

Reserved (leaf): Four bytes of reserved values. Normally set to 0 on transmit and ignored on receive.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath) TunnelType added in v0.5.8

TunnelType (leaf): Identifies the type of tunneling technology being signalled. Initially defined in RFC5512 and extended in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny) Reserved added in v0.5.8

Reserved (leaf): Four bytes of reserved values. Normally set to 0 on transmit and ignored on receive.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny) TunnelType added in v0.5.8

TunnelType (leaf): Identifies the type of tunneling technology being signalled. Initially defined in RFC5512 and extended in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (leaf): The type of Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (leaf): The type of Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (leaf): The type of Transitive Four-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (leaf): The type of Transitive Four-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv4Prefix_LocalPreferencePath added in v0.2.2

type BgpPeer_UnicastIpv4Prefix_LocalPreferencePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_LocalPreferencePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/local-preference YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_LocalPreferencePath) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/local-preference"

type BgpPeer_UnicastIpv4Prefix_LocalPreferencePathAny added in v0.2.2

type BgpPeer_UnicastIpv4Prefix_LocalPreferencePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_LocalPreferencePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/local-preference YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_LocalPreferencePathAny) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/local-preference"

type BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPath added in v0.2.2

type BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/multi-exit-discriminator YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPath) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/multi-exit-discriminator"

type BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPathAny added in v0.2.2

type BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/multi-exit-discriminator YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_MultiExitDiscriminatorPathAny) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/multi-exit-discriminator"

type BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPath

type BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv4-address YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv4-address"

type BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPathAny

type BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv4-address YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_NextHopIpv4AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv4-address"

type BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPath

type BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv6-address YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv6-address"

type BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPathAny

type BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv6-address YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_NextHopIpv6AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/next-hop-ipv6-address"

type BgpPeer_UnicastIpv4Prefix_OriginPath

type BgpPeer_UnicastIpv4Prefix_OriginPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_OriginPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/origin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_OriginPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "origin"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_OriginPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/origin"

type BgpPeer_UnicastIpv4Prefix_OriginPathAny

type BgpPeer_UnicastIpv4Prefix_OriginPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_OriginPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/origin YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_OriginPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "origin"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_OriginPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/origin"

type BgpPeer_UnicastIpv4Prefix_PathIdPath

type BgpPeer_UnicastIpv4Prefix_PathIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_PathIdPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/path-id YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_PathIdPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "path-id"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_PathIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/path-id"

type BgpPeer_UnicastIpv4Prefix_PathIdPathAny

type BgpPeer_UnicastIpv4Prefix_PathIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_PathIdPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/path-id YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_PathIdPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "path-id"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_PathIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/path-id"

type BgpPeer_UnicastIpv4Prefix_PrefixLengthPath

type BgpPeer_UnicastIpv4Prefix_PrefixLengthPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_PrefixLengthPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/prefix-length YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_PrefixLengthPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "prefix-length"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_PrefixLengthPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/prefix-length"

type BgpPeer_UnicastIpv4Prefix_PrefixLengthPathAny

type BgpPeer_UnicastIpv4Prefix_PrefixLengthPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv4Prefix_PrefixLengthPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/prefix-length YANG schema element.

func (*BgpPeer_UnicastIpv4Prefix_PrefixLengthPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "prefix-length"
Path from root:       ""

func (*BgpPeer_UnicastIpv4Prefix_PrefixLengthPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv4-prefixes/unicast-ipv4-prefix/state/prefix-length"

type BgpPeer_UnicastIpv6PrefixPath

type BgpPeer_UnicastIpv6PrefixPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6PrefixPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix YANG schema element.

func (*BgpPeer_UnicastIpv6PrefixPath) Address

Address (leaf): The IPv6 address.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/address"

func (*BgpPeer_UnicastIpv6PrefixPath) AsPathAny

AsPathAny (list): Unkeyed list of AS PATH segments This attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/as-path"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/as-path"

func (*BgpPeer_UnicastIpv6PrefixPath) CommunityAny

CommunityAny (list): Unkeyed list of optional community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/community"

func (*BgpPeer_UnicastIpv6PrefixPath) ExtendedCommunityAny added in v0.5.8

ExtendedCommunityAny (list): Unkeyed list of optional extended community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/extended-community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community"

func (*BgpPeer_UnicastIpv6PrefixPath) LocalPreference added in v0.2.2

LocalPreference (leaf): The local preference is a well-known attribute and the value is used for route selection. The route with the highest local preference value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/local-preference"

func (*BgpPeer_UnicastIpv6PrefixPath) MultiExitDiscriminator added in v0.2.2

MultiExitDiscriminator (leaf): The multi exit discriminator (MED) is an optional non-transitive attribute and the value is used for route selection. The route with the lowest MED value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/multi-exit-discriminator"

func (*BgpPeer_UnicastIpv6PrefixPath) NextHopIpv4Address

NextHopIpv4Address (leaf): The IPv4 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv4-address"

func (*BgpPeer_UnicastIpv6PrefixPath) NextHopIpv6Address

NextHopIpv6Address (leaf): The IPv6 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv6-address"

func (*BgpPeer_UnicastIpv6PrefixPath) Origin

Origin (leaf): The origin of the prefix.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/origin"

func (*BgpPeer_UnicastIpv6PrefixPath) PathId

PathId (leaf): If the route is learned from a neighbor, the path-id corresponds to the path-id for the route in the corresponding adj-rib-in-post table. If the route is injected from another protocol, or the neighbor does not support BGP add-paths, the path-id should be set to zero, also the default value.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/path-id"

func (*BgpPeer_UnicastIpv6PrefixPath) PrefixLength

PrefixLength (leaf): The prefix length.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/prefix-length"

func (*BgpPeer_UnicastIpv6PrefixPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6PrefixPathAny

type BgpPeer_UnicastIpv6PrefixPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6PrefixPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix YANG schema element.

func (*BgpPeer_UnicastIpv6PrefixPathAny) Address

Address (leaf): The IPv6 address.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/address"

func (*BgpPeer_UnicastIpv6PrefixPathAny) AsPathAny

AsPathAny (list): Unkeyed list of AS PATH segments This attribute identifies the autonomous systems through which routing information carried in this UPDATE message has passed.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/as-path"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/as-path"

func (*BgpPeer_UnicastIpv6PrefixPathAny) CommunityAny

CommunityAny (list): Unkeyed list of optional community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/community"

func (*BgpPeer_UnicastIpv6PrefixPathAny) ExtendedCommunityAny added in v0.5.8

ExtendedCommunityAny (list): Unkeyed list of optional extended community attributes present in the UPDATE message.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/extended-community"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community"

func (*BgpPeer_UnicastIpv6PrefixPathAny) LocalPreference added in v0.2.2

LocalPreference (leaf): The local preference is a well-known attribute and the value is used for route selection. The route with the highest local preference value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/local-preference"

func (*BgpPeer_UnicastIpv6PrefixPathAny) MultiExitDiscriminator added in v0.2.2

MultiExitDiscriminator (leaf): The multi exit discriminator (MED) is an optional non-transitive attribute and the value is used for route selection. The route with the lowest MED value is preferred.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/multi-exit-discriminator"

func (*BgpPeer_UnicastIpv6PrefixPathAny) NextHopIpv4Address

NextHopIpv4Address (leaf): The IPv4 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv4-address"

func (*BgpPeer_UnicastIpv6PrefixPathAny) NextHopIpv6Address

NextHopIpv6Address (leaf): The IPv6 address of the egress interface.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv6-address"

func (*BgpPeer_UnicastIpv6PrefixPathAny) Origin

Origin (leaf): The origin of the prefix.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/origin"

func (*BgpPeer_UnicastIpv6PrefixPathAny) PathId

PathId (leaf): If the route is learned from a neighbor, the path-id corresponds to the path-id for the route in the corresponding adj-rib-in-post table. If the route is injected from another protocol, or the neighbor does not support BGP add-paths, the path-id should be set to zero, also the default value.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/path-id"

func (*BgpPeer_UnicastIpv6PrefixPathAny) PrefixLength

PrefixLength (leaf): The prefix length.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "*/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/*/prefix-length"

func (*BgpPeer_UnicastIpv6PrefixPathAny) State

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6PrefixPathAny) WithAddress

WithAddress sets BgpPeer_UnicastIpv6PrefixPathAny's key "address" to the specified value. Address: string

func (*BgpPeer_UnicastIpv6PrefixPathAny) WithOrigin

WithOrigin sets BgpPeer_UnicastIpv6PrefixPathAny's key "origin" to the specified value. Origin: oc.E_UnicastIpv6Prefix_Origin

func (*BgpPeer_UnicastIpv6PrefixPathAny) WithPathId

WithPathId sets BgpPeer_UnicastIpv6PrefixPathAny's key "path-id" to the specified value. PathId: uint32

func (*BgpPeer_UnicastIpv6PrefixPathAny) WithPrefixLength

WithPrefixLength sets BgpPeer_UnicastIpv6PrefixPathAny's key "prefix-length" to the specified value. PrefixLength: uint32

type BgpPeer_UnicastIpv6PrefixPathMap added in v0.1.24

type BgpPeer_UnicastIpv6PrefixPathMap struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6PrefixPathMap represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix YANG schema element.

type BgpPeer_UnicastIpv6PrefixPathMapAny added in v0.1.24

type BgpPeer_UnicastIpv6PrefixPathMapAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6PrefixPathMapAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix YANG schema element.

type BgpPeer_UnicastIpv6Prefix_AddressPath

type BgpPeer_UnicastIpv6Prefix_AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_AddressPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/address YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_AddressPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "address"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/address"

type BgpPeer_UnicastIpv6Prefix_AddressPathAny

type BgpPeer_UnicastIpv6Prefix_AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_AddressPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/address YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_AddressPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "address"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/address"

type BgpPeer_UnicastIpv6Prefix_AsPathPath

type BgpPeer_UnicastIpv6Prefix_AsPathPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_AsPathPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/as-path YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_AsPathPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_AsPathPathAny

type BgpPeer_UnicastIpv6Prefix_AsPathPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_AsPathPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/as-path YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_AsPathPathAny) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_CommunityPath

type BgpPeer_UnicastIpv6Prefix_CommunityPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_CommunityPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/community YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_CommunityPath) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_CommunityPathAny

type BgpPeer_UnicastIpv6Prefix_CommunityPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_CommunityPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/community YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_CommunityPathAny) State

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunityPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) BgpExtendedCommunityStructuredType added in v0.5.8

BgpExtendedCommunityStructuredType (leaf): The type of Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (container): The Non-Transitive Two-Octet AS-Specific Extended Community is sent as type 0x40

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (container): The Transitive IPv4 Address Specific Extended Community is sent as type 0x01

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (container): The Transitive Opaque Extended Community is sent as type 0x03

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (container): The Transitive Two-Octet AS-Specific Extended Community is sent as type 0x00

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPath) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (container): The Transitive Four-Octet AS-Specific Extended Community is sent as type 0x02

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) BgpExtendedCommunityStructuredType added in v0.5.8

BgpExtendedCommunityStructuredType (leaf): The type of Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (container): The Non-Transitive Two-Octet AS-Specific Extended Community is sent as type 0x40

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (container): The Transitive IPv4 Address Specific Extended Community is sent as type 0x01

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (container): The Transitive Opaque Extended Community is sent as type 0x03

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (container): The Transitive Two-Octet AS-Specific Extended Community is sent as type 0x00

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_StructuredPathAny) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (container): The Transitive Four-Octet AS-Specific Extended Community is sent as type 0x02

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/bgp-extended-community-structured_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/bgp-extended-community-structured_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_BgpExtendedCommunityStructuredTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bgp-extended-community-structured_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/bgp-extended-community-structured_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath) LinkBandwidthSubtype added in v0.5.8

LinkBandwidthSubtype (container): TBD: xxx

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "link_bandwidth_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (leaf): The type of Non-Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny) LinkBandwidthSubtype added in v0.5.8

LinkBandwidthSubtype (container): TBD: xxx

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "link_bandwidth_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny) NonTransitive_2OctetAsType added in v0.5.8

NonTransitive_2OctetAsType (leaf): The type of Non-Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath) Bandwidth added in v0.5.8

Bandwidth (leaf): Bandwidth of the link in bytes per second. ( 1 Kbps is 1000 bytes per second and 1 Mbps is 1000 Kbps per second )

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The value of the Global Administrator subfield should represent the Autonomous System of the router that attaches the Link Bandwidth Community.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny) Bandwidth added in v0.5.8

Bandwidth (leaf): Bandwidth of the link in bytes per second. ( 1 Kbps is 1000 bytes per second and 1 Mbps is 1000 Kbps per second )

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The value of the Global Administrator subfield should represent the Autonomous System of the router that attaches the Link Bandwidth Community.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_BandwidthPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "bandwidth"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/bandwidth"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_LinkBandwidthSubtype_Global_2ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/link_bandwidth_subtype/global_2byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_NonTransitive_2OctetAsType_NonTransitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "non_transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/non_transitive_2octet_as_type/non_transitive_2octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePath) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (leaf): The type of Transitive IPv4 Address Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressTypePathAny) TransitiveIpv4AddressType added in v0.5.8

TransitiveIpv4AddressType (leaf): The type of Transitive IPv4 Address Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_GlobalIpv4AdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteOriginSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny) GlobalIpv4Admin added in v0.5.8

GlobalIpv4Admin (leaf): An IPv4 unicast address assigned by one of the Internet registries.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the IP address carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_GlobalIpv4AdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_ipv4_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/global_ipv4_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_RouteTargetSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveIpv4AddressType_TransitiveIpv4AddressTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_ipv4_address_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_ipv4_address_type/transitive_ipv4_address_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) ColorSubtype added in v0.5.8

ColorSubtype (container): The Color Community contains locally administrator defined 'color' value which is used in conjunction with Encapsulation attribute to decide whether a data packet can be transmitted on a certain tunnel or not. It is defined in RFC9012 and sent with sub-type as 0x0b.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) EncapsulationSubtype added in v0.5.8

EncapsulationSubtype (container): This identifies the type of tunneling technology being signalled. It is defined in RFC9012 and sent with sub-type as 0x0c.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "encapsulation_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePath) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (leaf): The type of Transitive Opaque Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) ColorSubtype added in v0.5.8

ColorSubtype (container): The Color Community contains locally administrator defined 'color' value which is used in conjunction with Encapsulation attribute to decide whether a data packet can be transmitted on a certain tunnel or not. It is defined in RFC9012 and sent with sub-type as 0x0b.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) EncapsulationSubtype added in v0.5.8

EncapsulationSubtype (container): This identifies the type of tunneling technology being signalled. It is defined in RFC9012 and sent with sub-type as 0x0c.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "encapsulation_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueTypePathAny) TransitiveOpaqueType added in v0.5.8

TransitiveOpaqueType (leaf): The type of Transitive Opaque Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath) Color added in v0.5.8

Color (leaf): he color value is user defined and configured locally and used to determine whether a data packet can be transmitted on a certain tunnel or not in conjunction with the Encapsulation attribute. It is defined in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath) Flags added in v0.5.8

Flags (leaf): Two octet flag values.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny) Color added in v0.5.8

Color (leaf): he color value is user defined and configured locally and used to determine whether a data packet can be transmitted on a certain tunnel or not in conjunction with the Encapsulation attribute. It is defined in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny) Flags added in v0.5.8

Flags (leaf): Two octet flag values.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_ColorPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "color"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/color"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_ColorSubtype_FlagsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "flags"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/color_subtype/flags"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath) Reserved added in v0.5.8

Reserved (leaf): Four bytes of reserved values. Normally set to 0 on transmit and ignored on receive.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePath) TunnelType added in v0.5.8

TunnelType (leaf): Identifies the type of tunneling technology being signalled. Initially defined in RFC5512 and extended in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny) Reserved added in v0.5.8

Reserved (leaf): Four bytes of reserved values. Normally set to 0 on transmit and ignored on receive.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtypePathAny) TunnelType added in v0.5.8

TunnelType (leaf): Identifies the type of tunneling technology being signalled. Initially defined in RFC5512 and extended in RFC9012.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_ReservedPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "reserved"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/reserved"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_EncapsulationSubtype_TunnelTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "tunnel_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/encapsulation_subtype/tunnel_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_TransitiveOpaqueType_TransitiveOpaqueTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_opaque_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_opaque_type/transitive_opaque_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePath) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (leaf): The type of Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsTypePathAny) Transitive_2OctetAsType added in v0.5.8

Transitive_2OctetAsType (leaf): The type of Transitive Two-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Global_2ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/global_2byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteOriginSubtype_Local_4ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_origin_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny) Global_2ByteAs added in v0.5.8

Global_2ByteAs (leaf): The two octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny) Local_4ByteAdmin added in v0.5.8

Local_4ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Global_2ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_2byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/global_2byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_RouteTargetSubtype_Local_4ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_4byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/route_target_subtype/local_4byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_2OctetAsType_Transitive_2OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_2octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_2octet_as_type/transitive_2octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePath) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (leaf): The type of Transitive Four-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) RouteOriginSubtype added in v0.5.8

RouteOriginSubtype (container): The Route Origin Community identifies one or more routers that inject a set of routes (that carry this Community) into BGP. It is sent with sub-type as 0x03.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_origin_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) RouteTargetSubtype added in v0.5.8

RouteTargetSubtype (container): The Route Target Community identifies one or more routers that may receive a set of routes (that carry this Community) carried by BGP. It is sent with sub-type as 0x02.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "route_target_subtype"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsTypePathAny) Transitive_4OctetAsType added in v0.5.8

Transitive_4OctetAsType (leaf): The type of Transitive Four-Octet AS-Specific Extended Community

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Global_4ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/global_4byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteOriginSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_origin_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny struct {
	*ygnmi.NodePath
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny) Global_4ByteAs added in v0.5.8

Global_4ByteAs (leaf): The four octet IANA assigned AS value assigned to the Autonomous System.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny) Local_2ByteAdmin added in v0.5.8

Local_2ByteAdmin (leaf): The Local Administrator sub-field contains a number from a numbering space that is administered by the organization to which the Autonomous System number carried in the Global Administrator sub-field has been assigned by an appropriate authority.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Global_4ByteAsPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "global_4byte_as"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/global_4byte_as"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_RouteTargetSubtype_Local_2ByteAdminPathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "local_2byte_admin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/route_target_subtype/local_2byte_admin"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePath) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny added in v0.5.8

type BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_ExtendedCommunity_Structured_Transitive_4OctetAsType_Transitive_4OctetAsTypePathAny) State added in v0.5.8

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "transitive_4octet_as_type"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/extended-community/structured/transitive_4octet_as_type/transitive_4octet_as_type"

type BgpPeer_UnicastIpv6Prefix_LocalPreferencePath added in v0.2.2

type BgpPeer_UnicastIpv6Prefix_LocalPreferencePath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_LocalPreferencePath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/local-preference YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_LocalPreferencePath) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/local-preference"

type BgpPeer_UnicastIpv6Prefix_LocalPreferencePathAny added in v0.2.2

type BgpPeer_UnicastIpv6Prefix_LocalPreferencePathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_LocalPreferencePathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/local-preference YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_LocalPreferencePathAny) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/local-preference"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/local-preference"

type BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPath added in v0.2.2

type BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/multi-exit-discriminator YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPath) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/multi-exit-discriminator"

type BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPathAny added in v0.2.2

type BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/multi-exit-discriminator YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_MultiExitDiscriminatorPathAny) State added in v0.2.2

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/multi-exit-discriminator"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/multi-exit-discriminator"

type BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPath

type BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv4-address YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv4-address"

type BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPathAny

type BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv4-address YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_NextHopIpv4AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv4-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv4-address"

type BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPath

type BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv6-address YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv6-address"

type BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPathAny

type BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv6-address YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_NextHopIpv6AddressPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/next-hop-ipv6-address"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/next-hop-ipv6-address"

type BgpPeer_UnicastIpv6Prefix_OriginPath

type BgpPeer_UnicastIpv6Prefix_OriginPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_OriginPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/origin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_OriginPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "origin"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_OriginPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/origin"

type BgpPeer_UnicastIpv6Prefix_OriginPathAny

type BgpPeer_UnicastIpv6Prefix_OriginPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_OriginPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/origin YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_OriginPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "origin"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_OriginPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/origin"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/origin"

type BgpPeer_UnicastIpv6Prefix_PathIdPath

type BgpPeer_UnicastIpv6Prefix_PathIdPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_PathIdPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/path-id YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_PathIdPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "path-id"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_PathIdPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/path-id"

type BgpPeer_UnicastIpv6Prefix_PathIdPathAny

type BgpPeer_UnicastIpv6Prefix_PathIdPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_PathIdPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/path-id YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_PathIdPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "path-id"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_PathIdPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/path-id"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/path-id"

type BgpPeer_UnicastIpv6Prefix_PrefixLengthPath

type BgpPeer_UnicastIpv6Prefix_PrefixLengthPath struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_PrefixLengthPath represents the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/prefix-length YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_PrefixLengthPath) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "prefix-length"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_PrefixLengthPath) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/prefix-length"

type BgpPeer_UnicastIpv6Prefix_PrefixLengthPathAny

type BgpPeer_UnicastIpv6Prefix_PrefixLengthPathAny struct {
	*ygnmi.NodePath
	// contains filtered or unexported fields
}

BgpPeer_UnicastIpv6Prefix_PrefixLengthPathAny represents the wildcard version of the /open-traffic-generator-bgp/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/prefix-length YANG schema element.

func (*BgpPeer_UnicastIpv6Prefix_PrefixLengthPathAny) Config

Config returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "prefix-length"
Path from root:       ""

func (*BgpPeer_UnicastIpv6Prefix_PrefixLengthPathAny) State

State returns a Query that can be used in gNMI operations.

Defining module:      "open-traffic-generator-bgp"
Instantiating module: "open-traffic-generator-bgp"
Path from parent:     "state/prefix-length"
Path from root:       "/bgp-peers/bgp-peer/unicast-ipv6-prefixes/unicast-ipv6-prefix/state/prefix-length"

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL