411
EES4710BD 10 Slots L2/L3/L4 Chassis Switch
z ip opsf dead-interval
z ip ospf enable area
z ip ospf hello-interval
z ip ospf passive-interface
z ip ospf priority
z ip ospf retransmit-interval
z ip ospf transmit-delay
z network
z preference
z redistribute ospfase
z router id
z router ospf
z stub cost
z virtuallink neighborid
z show ip ospf
z show ip ospfase
z show ip ospf cumulative
z show ip ospf database
z show ip ospf interface
z show ip ospf neighbor
z show ip ospf routing
z show ip ospf virtual-links
z show ip protocols
z debug ip ospf event
z debug ip ospf lsa
z debug ip ospf packet
z debug ip ospf spf
18.4.2.2.1 default redistribute cost
Command: default redistribute cost <cost>
no default redistribute cost
Function: Sets the default cost for introducing exterior routes into OSPF; the “no default
redistribute cost” command restores the default setting.
Parameters: < cost> is the route cost, ranging from 1 to 65535.
Default: The default introducing cost is 1.
Command Mode: OSPF protocol configuration mode
Usage Guide: When OSPF routing protocol introduce the routes discovered by the other routing
protocols, those routes are regarded as exterior autonomous system routing information.
Introduction of exterior routing information requires some external parameter such as default cost
and default tag for the routes. This command allows the user to set reasonable default cost for
introducing exterior routes according to specific conditions
Example: Setting the default cost for OSPF to introduce exterior routes to 20.
Switch(Config-Router-Ospf)#default redistribute cost 20