faultResponse property

String? faultResponse
getter/setter pair

Response when a fault is detected in a pseudowire:

  • NONE: default.
  • DISABLE_PORT: set the port line protocol down when inline probes detect a fault.

This setting is only permitted on port mode pseudowires. Possible string values are:

  • "DISABLE_PORT" : Set the port line protocol down when inline probes detect a fault. This setting is only permitted on port mode pseudowires.
  • "NONE" : Default.

Implementation

core.String? faultResponse;