Distance (ospf) – Enterasys Networks X-Pedition XSR CLI User Manual
Page 167
OSPF Commands
XSR CLI Reference Guide 5-91
Defaults
•
Limit: ‐1
•
Exit External Interval: 0
•
Warning Level: 0
Mode
OSPF Router configuration:
XSR(config-router)#
Examples
The following example configures parameters for Type 5 external LSA database overflow:
XSR(config)#router ospf 1
XSR(config-router)#database-overflow external limit 1000
XSR (config-router)#database-overflow external exit-overflow-interval 3600
XSR(config-router)#database-overflow external warning-level 900
The following example configures parameters for Type 2 network LSA database overflow:
XSR(config)#router ospf 1
XSR(config-router)#database-overflow network limit 1000
XSR (config-router)#database-overflow external exit-overflow-interval 3600
XSR(config-router)#database-overflow external warning-level 900
distance (OSPF)
This command defines an administrative distance (route preference) for the OSPF domain. OSPF
distances are ranked higher than connected or static networks but lower than RIP networks.
If several routes to the same destination are offered to the Routing Table Manager (RTM) by
different protocols, installation is based on the distance of the protocol with the lowest value. You
can set the same distance for different protocols (except for multiple static routes) with a tiebreak
based on default distances.
Refer to the
distance
command on
page 176
and
ip route
command on
page 209
for a
comparison with OSPF and static routes.
network
Network LSA (Type 2).
nssa-external
NSSA External LSA (Type 7).
opaque-area
Opaque Area LSA (Type 10).
router
Router LSA (Type 1).
summary
Summary LSA (Type 3).
Option:limit
Peak number of LSAs accepted before overflow occurs, ranging from ‐1
to 2,147,483,647.
exit-overflow
interval
Interval before XSR tries to exit overflow. Range: 0 to 86,400 seconds.
warning-level
LSA threshold past which a warning of pending overflow is generated,
ranging from 0 to 2,147,483,647.