bier
BierTraceResult



public struct BierTraceResult

Properties
hopNumber The number of hops received in the response.

type=int

hopCount The number of hops received in the response.

type=int

maxTimeToLive Specifies the maximum outermost label time-to-live value.

type=int

initialTimeToLive Specifies the initial outermost label time-to-live value. This enables bypassing the initial (often well known) portion of a path.

type=int

bierSubDomain The value of bierSubDomain specifies the BIER sub-domain to be tested. Zero indicates the default sub-domain.

type=long

bfrId The value of bfrId specifies the start of a contiguous range of Bit-Forwarding Router (BFR) identifiers to be traced. Each bfrId in the range must be a member of the tested sub-domain (as configured using bierSubDomain). Otherwise, the test will fail. Zero indicates no start for the bfrId range has been configured. There are two methods to configure the destination(s) to be ping 1. bfrId. 2. bfrPrefixAddrType, bfrPrefixAddress. Exactly one of the methods must be used. Otherwise, the test will fail.

type=long

bfrPrefixAddrType Specifies the address type of bfrPrefixAddr

type=rtr.InetAddressType

bfrPrefixAddr specifies a BFR prefix used as a destination address for a BIER trace test.

type=InetAddress

forwardingClass Specifies the forwarding class the BIER ping test used.

type=qos.FcEnum

profile Specifies the profile value used with the forwarding class specified in forwardingClass.

type=qos.Profile