1152 OSPF CommandsThe following example configures the metric value and type for the defaultroute advertised into the NSSA and configures the NSSA so that summaryLSAs are not advertised into the NSSA.console(config-router)#area 20 nssa default-info-originate metric 250 metric-type 2 no-summaryarea nssa default-info-originate (Router OSPFConfig)Use the area nssa default-info-originate command in Router OSPFConfiguration mode to configure the metric value and type for the defaultroute advertised into the NSSA. The metric type can be comparable (nssa-external 1) or non-comparable (nssa-external 2). Use the no form of thecommand to return the metric value and type to the default value.Syntaxareaarea-id nssa default-info-originate [integer] [comparable | non-comparable]no areaarea-id nssa default-info-originate•area-id — Identifies the OSPF NSSA to configure. (Range: IP address ordecimal from 0–4294967295)•integer — Specifies the metric of the default route advertised to theNSSA. (Range: 1–16777214)• comparable — A metric type of nssa-external 1• non-comparable — A metric type of nssa-external 2Default ConfigurationIf no metric is defined, 10 is the default configuration.Command ModeRouter OSPF Configuration mode.User GuidelinesThis command has no user guidelines.