show ip ospf redistribute route

Displays routes that have been redistributed into OSPF.

Syntax

show ip ospf redistribute route [ A.B.C.D:M ]

Parameters

A.B.C.D:M
Specifies an IP address and mask for the output.

Modes

User EXEC mode

Examples

The following example shows sample output for the show ip ospf redistribute route command when no IP address and network mask are specified.

device> show ip ospf redistribute route

  4.3.0.0 255.255.0.0 static
  3.1.0.0 255.255.0.0 static
  10.11.61.0 255.255.255.0 connected
  4.1.0.0 255.255.0.0 static

The following example shows sample output for the show ip ospf redistribute route command when an IP address and network mask is specified.

device> show ip ospf redistribute route 192.213.1.0 255.255.255.254

  192.213.1.0 255.255.255.254 fwd 0.0.0.0 (0) metric 10 connected

History