Page tree

Versions Compared

Key

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

...

Loose mode verifies that all input lines exist somewhere in the source. The Their order is ignored. Additional content , and any content may appear between matching lines is irrelevantin the source.

Example Input 1:

Code Block
languagetext
 description LAN
hostname R1

...

Sequential mode requires all input lines to appear in the source in the same order as entered. Other lines may appear between them.

Example Input 1:

Code Block
languagetext
interface Ethernet1
 ip address 10.0.0.1/24

...

Strict mode requires the input lines to appear consecutively. No additional text may exist between the matching lines in the source.

Example Input 1:

Code Block
languagetext
interface Ethernet1
 description Uplink
 ip address 10.0.0.1/24

...