Page tree

Versions Compared

Key

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

...

Match mode determines how the order and consecutiveness of the Condition input lines affects evaluation of the Condition against the selected Sourcein the source affect condition evaluation.

Mode

Order required

Content allowed between matches

Loose

No

Yes

Sequential

Yes

Yes

Strict

Yes

No

Example Source:

Code Block
languagetext
hostname R1
 
interface Ethernet1
 description Uplink
 ip address 10.0.0.1/24
 
interface Ethernet2
 description LAN
 ip address 192.168.1.1/24
 
router ospf
 network 10.0.0.0/24 area 0

...