Cisco Cisco Packet Data Gateway (PDG)

Página de 8994
OSPF Configuration Mode Commands   
▀  default-information originate 
 
 
▄  Command Line Interface Reference, StarOS Release 17 
7456 
   
default-information originate 
Creates a default external route into an OSPF routing domain. 
Product
 
PDSN 
HA 
GGSN 
Privilege
 
Security Administrator, Administrator 
Mode
 
Exec > Global Configuration > Context Configuration > OSPF Configuration 
configure > context context_name > router ospf
 
Entering the above command sequence results in the following prompt: 
[local]host_name(config-ospf)# 
Syntax
 
default-information originate 
default-information originate [ always ] [ metric metric_value ] [ metric-type { 1 | 2 } 
] [ route-map route_map_name ] 
no default-information originate 
no
 
Disables the default external route. 
always
 
Always advertise the route regardless of whether or not the software has a default route. 
metric
 
metric_value
 
Sets the OSPF metric used in creating the default rout as an integer from 1 through 16777214. 
metric-type
 { 
1
 | 
2
 } 
Sets the default route metric type. 
1: Sets the OSPF external link type for default routes to Type 1. 
2: Sets the OSPF external link type for default routes to Type 2. 
route-map
 
route_map_name
 
Specifies the name of the default route-map to be use as an alphanumeric string of 1 through 79 characters. 
Usage 
Use this command to set the default external route into an OSPF routing domain. 
Example