Redistribute Routes into BGP4+

You can redistribute static, connected, OSPF, and IS-IS routes into the BGP4+ routing table.

About this task

The examples in this procedure redistribute OSPFv3 routes into BGP4+. For other examples, see the Extreme SLX-OS Command Reference.

Procedure

  1. Access global configuration mode.
    device# configure terminal
  2. Access BGP configuration mode.
    device(config)# router bgp
  3. Access IPv6 address family configuration mode.
    device(config-bgp-router)# address-family ipv6 unicast
  4. Enter the redistribute command using
    device(config-bgp-ipv6u)# redistribute ospf match external1
    This example uses the ospf and external1 keywords to redistribute IPv6 OSPF external type 1 routes.

Example

The following example summarizes the commands in this procedure.

device# configure terminal
device(config)# router bgp
device(config-bgp-router)# address-family ipv6 unicast
device(config-bgp-ipv6u)# redistribute ospf match external1