Modify ospf standard compliance setting, Modify exit overflow interval, Modify ospf – Brocade TurboIron 24X Series Configuration Guide User Manual

Page 677: Standard compliance setting

Advertising
background image

Brocade TurboIron 24X Series Configuration Guide

643

53-1003053-01

Configuring OSPF

virtual-neighbor-state-change-trap – [MIB object: ospfVirtNbrStateChange]

interface-config-error-trap – [MIB object: ospfIfConfigError]

virtual-interface-config-error-trap – [MIB object: ospfVirtIfConfigError]

interface-authentication-failure-trap – [MIB object: ospfIfAuthFailure]

virtual-interface-authentication-failure-trap – [MIB object: ospfVirtIfAuthFailure]

interface-receive-bad-packet-trap – [MIB object: ospfIfrxBadPacket]

virtual-interface-receive-bad-packet-trap – [MIB object: ospfVirtIfRxBadPacket]

interface-retransmit-packet-trap – [MIB object: ospfTxRetransmit]

virtual-interface-retransmit-packet-trap – [MIB object: ospfVirtIfTxRetransmit]

originate-lsa-trap – [MIB object: ospfOriginateLsa]

originate-maxage-lsa-trap – [MIB object: ospfMaxAgeLsa]

link-state-database-overflow-trap – [MIB object: ospfLsdbOverflow]

link-state-database-approaching-overflow-trap – [MIB object: ospfLsdbApproachingOverflow

Example

To stop an OSPF trap from being collected, use the CLI command: no trap <ospf-trap>, at the
Router OSPF level of the CLI. To disable reporting of the neighbor-state-change-trap, enter the
following command.

TurboIron(config-ospf-router)#no trap neighbor-state-change-trap

Example

To reinstate the trap, enter the following command.

TurboIron(config-ospf-router)#trap neighbor-state-change-trap

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

Modify OSPF standard compliance setting

Routers are 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 2178, enter the following
commands.

TurboIron(config)#router ospf

TurboIron(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 Layer
3 Switch 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.

TurboIron(config-ospf-router)#data-base-overflow-interval 60

Advertising