State¶
Leafs
-
class
Mpls.SignalingProtocols.RsvpTe.Sessions.Session.RecordRouteObjects.RecordRouteObject.State¶ Bases:
EntityClass Hierarchy :
MplsSignalingProtocolsRsvpTeSessionsSessionRecordRouteObjectsRecordRouteObjectStateThis class represents state data.
Information related to RRO objects. The hop, label, and
optional flags are present for each entry in the list.
-
index¶ Index of object in the list. Used for ordering
type: int
range: 0..255
config: False
-
address¶ IP router hop for RRO entry
type: union of the below types:
type: str
pattern: ^(([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])$type: str
pattern: ^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$config: False
-
reported_label¶ Label reported for RRO hop
type: union of the below types:
config: False
-
reported_flags¶ Subobject flags for MPLS label
type: int
range: 0..255
config: False
-