Process Overview: Routing Protocol Configuration
Configuring OSPF
13-40 Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command resets OSPF administrative distance to the default
value of 110:
no distance {weight | ospf]
Command Type
Router command.
Command Mode
Router configuration: Matrix>Router(config-router)#
Command Defaults
If route type is not specified, the distance value will be applied to all OSPF routes.
Example
This example shows how to change the default administrative distance for external OSPF routes to
100:
13.1.2.14area range
Use this command to define the range of addresses to be used by Area Border Routers (ABRs) when
they communicate routes to other areas.
area area-id range ip_address ip_mask
external |
inter-area |
intra-area
Applies the distance value to external (type 5 and type 7), to
inter-area, or to intra-area routes.
NOTE: The value for intra-area distance must be
less than the value for inter-area distance, which
must be less than the value for external distance.
weight Specifies an adminstrative distance for OSPF routes. Valid
values are 1 - 255.
Matrix>Router(config)#router ospf 1
Matrix>Router(config-router)#distance ospf external 100