Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

set protocols ospf [instance-id <instance-id> vrf <vrf-name>] redistribute {bgp|connected|kernel|isis|rip|static|table <table-id>} [metric <metric>]

delete protocols ospf [instance-id <instance-id> vrf <vrf-name>] redistribute {bgp|connected|kernel|isis|rip|static|table <table-id>} [metric <metric>]

...

Parameter

Description

instance-id <instance-id>Optional, specifies the OSPF instance ID. The value is an integer that ranges from 1 to 8.

vrf <vrf-name>

Optional. Specifies the name of the VRF for the OSPF instance. The value is a string.

bgpSpecify BGP routes for redistribution into OSPF.
connectedSpecifies the directly connected routes for redistribution.
kernelSpecifies the kernel routes for redistribution.
isisSpecify IS-IS routes for redistribution into OSPF.
ripSpecify RIP routes for redistribution into OSPF.
staticSpecifies the static routes for redistribution.
table <table-id>Specify a table for route redistribution. The value is an integer that ranges from 0 to 65535.
metric <metric>Optional. Specifies the route metric. The value is an integer that ranges from 0 to16777214.

...