Disabling configuration – Brocade Multi-Service IronWare Routing Configuration Guide (Supporting R05.6.00) User Manual
Page 225
Multi-Service IronWare Routing Configuration Guide
197
53-1003033-02
Adding additional parameters
Example
Brocade(config-ospf-router)#default-information-originate route-map defaultToOspf
Brocade(config-ospf-router)#default-information-originate always
Brocade(config-ospf-router)#default-information-originate metric 200
In the above example, default-information-originate’ is enabled with the route-map parameter for
the first CLI and then the always and metric is appended to the existing configuration. The running
configuration of the above three split commands would be as follows:
Brocade(config-ospf-router)#default-information-originate always metric 200
route-map defaultToOspf
Disabling configuration
To disable the route-map parameter from the configuration, enter the following command:
Brocade(config-ospf-router)# no default-information-originate route-map
defaultToOspf
The above CLI would retain the configuration with default-information-originate alone and
route-map option would get reset or removed.
The following commands with any or all of the options will remove the options from the
default-information-originate command if any of the options are configured:
Brocade(config-ospf-router)#no default-information-originate always
Brocade(config-ospf-router)#no default-information-originate always route-map
test
Brocade(config-ospf-router)#no default-information-originate always route-map
test metric 200
Brocade(config-ospf-router)#no default-information-originate always route-map
test metric 200 metric-type type1
In the following example, the parameters of the default-information-originate command are reset if
they are configured and if none of the parameters are configured then, these commands will have
no effect.
To disable the origination of default route, issue the command with “no” option and without any
other options. This would remove the configuration of the default information origination even if
any of the above mentioned options are configured.
Syntax: [no] default-information-originate [always] [metric metric value] [metric-type metric-type]
[route-map rmap-name]
The always parameter advertises the default route regardless of whether the router has a default
route. This option is disabled by default.
The metric value parameter specifies a metric for the default route. If this option is not used, the
default metric is used for the route.
The metric-type type parameter specifies the external link type associated with the default route
advertised into the OSPF routing domain. The type can be one of the following:
•
type1 – Type 1 external route
•
type2 – Type 2 external route
If you do not use this option, the default redistribution metric type is used for the route type.