State¶
Leafs
- 
class NetworkInstances.NetworkInstance.Mpls.Lsps.StaticLsps.StaticLsp.Egress.State¶
- Bases: - Entity- Class Hierarchy: - NetworkInstances- NetworkInstance- Mpls- Lsps- StaticLsps- StaticLsp- Egress- State- This class represents state data. - Operational state data for egress LSPs - 
next_hop¶
- next hop IP address for the LSP - 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 
 - 
incoming_label¶
- label value on the incoming packet - type: union of the below types: - config: False 
 - 
push_label¶
- label value to push at the current hop for the LSP - type: union of the below types: - config: False 
 
-