...
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. |
bgp | Specify BGP routes for redistribution into OSPF. |
connected | Specifies the directly connected routes for redistribution. |
kernel | Specifies the kernel routes for redistribution. |
isis | Specify IS-IS routes for redistribution into OSPF. |
rip | Specify RIP routes for redistribution into OSPF. |
static | Specifies 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. |
...