OSPF Configuration Commands Reference
Classified in Technology
Written on in
English with a size of 4.12 KB
Basic OSPF Settings
Change OSPF Reference Bandwidth
To modify the reference bandwidth used for automatic cost calculation:
R1(config-router)#auto-cost reference-bandwidth [ref-bw]
Manually Define Interface Cost
To set the OSPF cost for a specific interface:
R1(config-if)#ip ospf cost [costo interface]
Note: The command bandwidth [10] seems misplaced or incomplete in context.
Configure OSPF Priority
Setting the OSPF priority on an interface:
R1(config)#interface fa0/1 R1(config-if)#ip ospf priority [10]
Router ID Configuration
Setting the OSPF Process ID and Router ID:
R1(config)#router ospf 1 R1(config-router)#router-id 5.5.5.5
Loopback Interface Example
Configuring a loopback interface:
R1(config)#interface loopback 0 R1(config-if)#ip address 192.168.0.1... Continue reading "OSPF Configuration Commands Reference" »