Interface AddRouteSeg6LocalEncapArgs

Add route seg6local encap arguments.

Hierarchy

  • AddRouteSeg6LocalEncapArgs

Properties

Properties

action: {
    End: undefined | true;
    End.B6: undefined | EndB6Seg6LocalEncapArgs;
    End.B6.Encaps: undefined | EndB6Seg6LocalEncapArgs;
    End.DT4: undefined | EndDt6Seg6LocalEncapArgs;
    End.DT46: undefined | EndDt6Seg6LocalEncapArgs;
    End.DT6: undefined | EndDt6Seg6LocalEncapArgs;
    End.DX6: undefined | EndXSeg6LocalEncapArgs;
    End.X: undefined | EndXSeg6LocalEncapArgs;
}

Operation to perform on matching packets.

Type declaration

count?: true

Used to collect statistics on the processing of actions. Three counters are implemented:

  1. packets correctly processed;
  2. bytes correctly processed;
  3. packets that cause a processing error (i.e., missing SID List, wrong SID List, etc).

To retrieve the counters related to an action use the show method.

Generated using TypeDoc