Specifications

598 ExtremeWare XOS 10.1 Command Reference Guide
BGP Commands
configure bgp export shutdown-priority
configure bgp export [direct | ospf | ospf-extern1 | ospf-extern2 |
ospf-inter | ospf-intra | rip | static] {address-family [ipv4-unicast |
ipv4-multicast]} shutdown-priority <number>
Description
Configures the shutdown priority for IGP export.
Syntax Description
Default
The default value is 2048.
If no address family is specified, IPv4 unicast is the default.
Usage Guidelines
Higher priority values lower the chance of an IGP export to be automatically disabled in case BGP or
the system goes to a low memory condition.
Example
The following command configures the shutdown priority of BGP exported OSPF routes to 1000:
configure bgp export ospf shutdown-priority 1000
direct Specifies direct routing.
ospf Specifies OSPF routing.
ospf-extern1 Specifies OSPF-extern1 routing.
ospf-extern2 Specifies OSPF-extern2 routing.
ospf-inter Specifies OSPF-inter routing.
ospf-intra Specifies OSPF-intra routing.
rip Specifies RIP routing.
static Specifies static routing.
address-family The address family to which the IGP routes will be exported. BGP supports
two address families: IPv4 Unicast and IPv4 Multicast.
number Specifies the shutdown priority. The range is 0 - 65,535.