...
The compliance condition examples throughout this article are evaluated against the following theoretical configuration snippet. The example snippet represents only a portion of the device configuration; other configuration sections backup. This is a theoretical example containing only the configuration lines relevant to the examples; many lines that would normally appear in a real backup are omitted for brevity.
| Code Block | ||
|---|---|---|
| ||
hostname R1 ! interface Ethernet1 description Uplink ip address 10.0.0.1 255.255.255.0 no shutdown ! interface Ethernet2 description LAN ip address 192.168.1.1 255.255.255.0 no shutdown ! interface Loopback0 description Management Loopback ip address 10.255.255.1 255.255.255.255 ! router ospf router-id 1.1.1.1 network 10.0.0.0 0.0.0.255 area 0 ! |
...