Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
interface Ethernet1
 ip address 10.0.0.1/24

Match mode

Condition Status

Explanation

Loose

Successful

Both lines exist in the source.

Sequential

Successful

The lines appear in the correct order.

Strict

Failed

The description Uplink line appears between them.

 

Loose Mode

Loose mode verifies that all input lines exist somewhere in the source. The order is ignored. Additional content between matching lines is irrelevant.

...