Edit OSPF General
| Item | Description |
|
| RouterId | A 32-bit integer uniquely identifying the router in the Autonomous System. By convention, to ensure uniqueness, this should default to the value of one of the router's IP interface addresses. |
| AdminStat | The administrative status of OSPF in the router. The value 'enabled' denotes that the OSPF Process is active on at least one inter- face; 'disabled' disables it on all inter- faces. |
| VersionNumber | The mandatory version number of the OSPF proto- col is 2. |
| AreaBdrRtrStatus | A flag to note whether this router is an area border router. |
| ASBdrRtrStatus | A flag to note whether this router is config- ured as an Autonomous System border router. |
| ExternLsaCount | The number of external (LS type 5) link-state advertisements in the link-state database. |
| ExternLsaCksumSum | The 32-bit unsigned sum of the LS checksums of the external link-state advertisements con- tained in the link-state database. This sum can be used to determine if there has been a change in a router's link state database, and to compare the link-state database of two routers. |
| OriginateNewLsas | The number of new link-state advertisements that have been originated. This number is in- cremented each time the router originates a new LSA. |
| RxNewLsas | The number of link-state advertisements re- ceived determined to be new instantiations. This number does not include newer instantia- tions of self-originated link-state advertise- ments. |
| rcIpConfOspfDefaultMetric10MegPort | Used to indicate the cost associated with 10Meg Interface(Port). |
| rcIpConfOspfDefaultMetric100MegPort | Used to indicate the cost associated with 100Meg Interface(Port). |
| rcIpConfOspfDefaultMetric1000MegPort | Used to indicate the cost associated with 1000Meg Interface(Port). |
| rcIpConfOspfTrapEnable | Used to indicate whether Ospf Traps should be sent. |
| rcIpConfOspfAutoVirtLinkEnable | Used to indicate whether auto virtual link creation is enabled or not. If set to true OSPF will create virtual links between ABRs whether it is needed or not, but adjacency will established only when one of the ABR losses connection to backbone area. If set to false then it is user resposibity to create virtual link whenever needed. |
| rcIpConfOspfSpfHoldDownTime | The SPF Hold Down Timer value. The SPF will run at most once per hold down timer value. |
| rcStatOspfLastSpfRun | Used to indicate the time(SysUpTime) since the last spf calculated by OSPF. |