Documentation ¶
Overview ¶
Copyright (C) The Internet Society (2004). The initial version of this MIB module was published in RFC 3811. For full legal notices see the RFC itself or see: http://www.ietf.org/copyrights/ianamib.html
This MIB module defines TEXTUAL-CONVENTIONs for concepts used in Multiprotocol Label Switching (MPLS) networks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MplsLabelDistributionMethod ¶
type MplsLabelDistributionMethod string
MplsLabelDistributionMethod represents on Demand.
const ( MplsLabelDistributionMethod_downstreamOnDemand MplsLabelDistributionMethod = "downstreamOnDemand" MplsLabelDistributionMethod_downstreamUnsolicited MplsLabelDistributionMethod = "downstreamUnsolicited" )
type MplsLdpLabelType ¶
type MplsLdpLabelType string
MplsLdpLabelType represents frameRelay(3).
const ( MplsLdpLabelType_generic MplsLdpLabelType = "generic" MplsLdpLabelType_atm MplsLdpLabelType = "atm" MplsLdpLabelType_frameRelay MplsLdpLabelType = "frameRelay" )
type MplsLspType ¶
type MplsLspType string
MplsLspType represents LSR.
const ( MplsLspType_unknown MplsLspType = "unknown" MplsLspType_terminatingLsp MplsLspType = "terminatingLsp" MplsLspType_originatingLsp MplsLspType = "originatingLsp" MplsLspType_crossConnectingLsp MplsLspType = "crossConnectingLsp" )
type MplsRetentionMode ¶
type MplsRetentionMode string
MplsRetentionMode represents a valid next hop or not.
const ( MplsRetentionMode_conservative MplsRetentionMode = "conservative" MplsRetentionMode_liberal MplsRetentionMode = "liberal" )
type TeHopAddressType ¶
type TeHopAddressType string
TeHopAddressType represents type changes (e.g., from ipv6(2) to ipv4(1)).
const ( TeHopAddressType_unknown TeHopAddressType = "unknown" TeHopAddressType_ipv4 TeHopAddressType = "ipv4" TeHopAddressType_ipv6 TeHopAddressType = "ipv6" TeHopAddressType_asnumber TeHopAddressType = "asnumber" TeHopAddressType_unnum TeHopAddressType = "unnum" TeHopAddressType_lspid TeHopAddressType = "lspid" )
Click to show internal directories.
Click to hide internal directories.