...
| Code Block | ||
|---|---|---|
| ||
router ospf network [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/( 0\.0\.0\.[0-9]+) area [0-9]+ |
Result: Condition successful
...
Condition 8:
| Code Block | ||
|---|---|---|
| ||
network [0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/( 0\.0\.0\.[0-9]+) area [0-9]+ router ospf |
Result: Condition failed
...
This verifies that a Loopback interface with a variable interface number has the required "Management Loopback" description and uses a /32 address from address matching the 10.255.255.0/24 management subnetx pattern.
Condition 12:
| Code Block | ||
|---|---|---|
| ||
interface Loopback[0-9]+ ip address 10\.255\.255\.[0-9]+ 255\.255\.255\.255 |
...