Modify ospf standard compliance setting, Modify exit overflow interval, Modify ospf – Brocade BigIron RX Series Configuration Guide User Manual

Page 871: Standard compliance setting, Enabling ospf logging

Advertising
background image

BigIron RX Series Configuration Guide

793

53-1002484-04

Configuring OSPF

26

To reinstate the trap, enter the following command.

BigIron RX(config-ospf-router)# trap neighbor-state-change-trap

Syntax: [no] snmp-server trap ospf <ospf-trap>

Enabling OSPF logging

By default, most OSPF logging is enabled (Refer to

Table 123

on page 791 for a complete list of the

OSPF default trap settings). If OSPF logging has been previously disabled, you must enable OSPF
logging if you want SNMP traps to be generated for OSPF. Enter commands such as the following.

BigIron RX(config)#router ospf

BigIron RX(config-ospf-router)#log all

Syntax: log all | adjacency | bad_packet | database | memory | retransmit

Enter all to log all OSPF traps generated.

Enter adjacency to log only the traps for adjacency changes

Enter bad_packet to log only those traps for bad packets

Enter memory to log only those traps related to memory issues.

Enter retransmit to log only those traps related to retransmission activities.

NOTE

OSPF retransmit is not logged when log retransmit option is enabled.

Modify OSPF standard compliance setting

The BigIron RX is configured, by default, to be compliant with the RFC 1583 OSPF V2 specification.

To configure a router to operate with the latest OSPF standard, RFC 2328, enter the following
commands.

BigIron RX(config)# router ospf

BigIron RX(config-ospf-router)# no rfc1583-compatibility

Syntax: [no] rfc1583-compatibility

Modify exit overflow interval

If a database overflow condition occurs on a router, the router eliminates the condition by removing
entries that originated on the router. The exit overflow interval allows you to set how often a BigIron
RX checks to see if the overflow condition has been eliminated. The default value is 0. The range is
0 – 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)# database-overflow-interval 60

Syntax: database-overflow-interval <value>

The <value> can be from 0 – 86400 seconds. The default is 0 seconds.

Advertising