BigIron RX Series Configuration Guide 71153-1001986-01Configuring OSPF 25To configure a router to operate with the latest OSPF standard, RFC 2328, enter the followingcommands.BigIron RX(config)# router ospfBigIron RX(config-ospf-router)# no rfc1583-compatibilitySyntax: [no] rfc1583-compatibilityModify exit overflow intervalIf a database overflow condition occurs on a router, the router eliminates the condition by removingentries that originated on the router. The exit overflow interval allows you to set how often a BigIronRX checks to see if the overflow condition has been eliminated. The default value is 0. The range is0 – 86400 seconds (24 hours). If the configured value of the database overflow interval is zero,then the router never leaves the database overflow condition.To modify the exit overflow interval to 60 seconds, enter the following command.BigIron RX(config-ospf-router)# data-base-overflow-interval 60Syntax: database-overflow-interval The can be from 0 – 86400 seconds. The default is 0 seconds.Specify types of OSPF Syslog messages to logYou can specify which kinds of OSPF-related Syslog messages are logged. By default, the only OSPFmessages that are logged are those indicating possible system errors. If you want other kinds ofOSPF messages to be logged, you can configure the device to log them.For example, to specify that all OSPF-related Syslog messages be logged, enter the followingcommands.BigIron RX(config)# router ospfBigIron RX(config-ospf-router)# log allSyntax: [no]log all | adjacency | bad_packet [checksum] | database | memory | retransmitThe log command has the following options:The all option causes all OSPF-related Syslog messages to be logged. If you later disable this optionwith the no log all command, the OSPF logging options return to their default settings.The adjacency option logs essential OSPF neighbor state changes, especially on error cases. Thisoption is disabled by default.The bad_packet checksum option logs all OSPF packets that have checksum errors. This option isenabled by default.The bad_packet option logs all other bad OSPF packets. This option is disabled by default.The database option logs OSPF LSA-related information. This option is disabled by default.The memory option logs abnormal OSPF memory usage. This option is enabled by default.The retransmit option logs OSPF retransmission activities. This option is disabled by default.