guides:user:compliance:examples:rfc1583
                Differences
This shows you the differences between two versions of the page.
| guides:user:compliance:examples:rfc1583 [2022/04/29 08:40] – created pgels | guides:user:compliance:examples:rfc1583 [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ======rfc1583 compatibility====== | ||
| + | To minimize the chance of routing loops, all Open Shortest Path First (OSPF) routers in an OSPF routing domain should have RFC compatibility set identically. | ||
| + | |||
| + | Because of the introduction of RFC 2328, OSPF Version 2, the method used to calculate summary route costs has changed. Use the //no rfc1583compatibility// | ||
| + | |||
| + | ===Example config=== | ||
| + | |||
| + | campus01-b02-access01 and campus01-b02-access02 are the two reference devices which we are using for this example.  | ||
| + | |||
| + | ==campus01-b02-access01# | ||
| + | {{: | ||
| + | |||
| + | ==campus01-b02-access02# | ||
| + | {{: | ||
| + | |||
| + | |||
| + | ===How its done=== | ||
| + | |||
| + | Below are the steps to create new policy. | ||
| + | |||
| + | //Operate -> Compliance -> Policies -> New->// | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Click on the Node Group to select the relevant group of devices to add. | ||
| + | Node group named " | ||
| + | {{: | ||
| + | |||
| + | Rule -> New | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | |||
| + | ===Report/ | ||
| + | |||
| + | Below is how to create reports to see the results of the compliance policies. | ||
| + | |||
| + | //Operate -> Compliance -> Reports -> New -> Report Name “test” -> Report type “Policies” -> Policy Name “Sample6 : rfc1583compatibility” -> Show Report// | ||
| + | |||
| + | {{: | ||
| + | |||
| + | This was a simple example to understand how to implement compliance policy to verify rfc1583 configuration. | ||