Router-id, Router ospf, Set metric-type – Black Box LRU4240 User Manual

Page 197: Dual trunk e1 router

Advertising
background image

Dual Trunk E1 Router

Dual Trunk E1 Router User’s Guide

TECHNICAL: 0118 96 56 000

185

Router mode
Usage
Examples
ospfd# configure terminal
ospfd(config)# router ospf 100
ospfd(config-router)# refresh timer 12
Related Commands

router-id

Use the router-id command to set a fixed router-id.
Use the no form of this command to force OSPF to use the previous OSPF router-id behavior.
Command Syntax
router-id IPADDRESS
no router-id
IPADDRESS Specifies the router ID in IPv4 address format.
Default
Command Mode
Router mode
Usage
Examples
The following example shows a fixed router ID 10.10.10.60
ospfd# configure terminal
ospfd(config)# router ospf 100
ospfd(config-router)# router-id 10.10.10.60
Related Commands

router ospf

Use the router ospf command to enter router mode and to configure an OSPF routing process. Specify the process ID with this
command to configure multiple instances.
Use the no form of this command to terminate an OSPF routing process. Use the no form of this command with the process ID
parameter, to terminate and delete a specific OSPF routing process.
Command Syntax
(no) router ospf
(no) router ospf PROCESSID
PROCESSID = <1-65535> Any positive integer identifying a routing process. The process ID should be
unique for each routing process.
Default
No routing process defined.
Command Mode
Configure mode
Usage
For releases starting with 1.1, router ospf command forces the router into compatibility mode. This mode supports only one OSPF
instance and prevents the creation of other instances of OSPF. For multiple instances-- first, use the norouter ospf command to end
the single instance routing process, and then, configure multiple instances by specifying the process ID parameter for each
instance.
Examples
This example shows the use of router ospf command to enter router mode. Note the change in the prompt.
ospfd# configure terminal
ospfd(config)# router ospf
ospfd(config-router)#
Related Commands

set metric-type

Advertising