C613-50170-01 Rev B
Command Reference for x510 Series
1026
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
OSPF C
OMMANDS
OSPF
ABR
-
TYPE
ospf abr-type
Overview
Use this command to set an OSPF Area Border Router (ABR) type.
Use the
no
variant of this command to revert the ABR type to the default setting
(Cisco).
Syntax
ospf abr-type {cisco|ibm|standard}
no ospf abr-type {cisco|ibm|standard}
Default
ABR type
Cisco
Mode
Router Configuration
Usage
Specifying the ABR type allows better interoperation between different
implementations. This command is specially useful in a multi-vendor environment.
The different ABR types are:
•
Cisco ABR Type: By this definition, a router is considered an ABR if it has more
than one area actively attached and one of them is the backbone area.
•
IBM ABR Type: By this definition, a router is considered an ABR if it has more
than one area actively attached and the backbone area is configured. In this
case the configured backbone need not be actively connected.
•
Standard ABR Type: By this definition, a router is considered an ABR if it has
more than one area actively attached to it.
Example
awplus#
configure terminal
awplus(config)#
router ospf 100
awplus(config-router)#
ospf abr-type ibm
Parameter
Description
cisco
Specifies an alternative ABR using Cisco implementation (RFC 3509).
This is the default ABR type.
ibm
Specifies an alternative ABR using IBM implementation (RFC 3509).
standard
Specifies a standard behavior ABR (RFC 2328).