State¶
Leafs
Enum Classes
-
class
NetworkInstances.NetworkInstance.Mpls.SignalingProtocols.RsvpTe.Neighbors.Neighbor.
State
¶ Bases:
Entity
Class Hierarchy:
NetworkInstances
NetworkInstance
Mpls
SignalingProtocols
RsvpTe
Neighbors
Neighbor
State
This class represents state data.
Operational state parameters relating to the
RSVP neighbor
-
address
¶ Address of RSVP neighbor
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
-
detected_interface
¶ Interface where RSVP neighbor was detected
type: str
config: False
-
neighbor_status
¶ Enumuration of possible RSVP neighbor states
type:
NeighborStatus
config: False
-
refresh_reduction
¶ Suppport of neighbor for RSVP refresh reduction
type: bool
config: False
-