F Commands


This chapter describes the Cisco NX-OS Border Gateway Protocol (BGP) commands that begin with F.

feature bgp

To enable the Border Gateway Protocol (BGP), use the feature bgp command. To disable BGP, use the no form of this command.

feature bgp

no feature bgp

Syntax Description

This command has no arguments or keywords.

Command Default

Disabled

Command Modes

Global configuration mode

Command History

Release
Modified

5.0(3)N1(1)

This command was introduced.


Usage Guidelines

You must enable the BGP feature before you can configure BGP.


Note In Cisco NX-OS Release 5.0(3)N1(1), a software upgrade on the Cisco Nexus 5548 switch and the Cisco Nexus 5596 switch that has the Layer 3 features enabled is disruptive. You must reload the switch and the Cisco Nexus 2000 Series Fabric Extender.


This command requires the LAN Enterprise Services license.

Examples

This example shows how to enable a BGP configuration:

switch# configure terminal
switch(config)# feature bgp
switch(config)#
 
   

This example shows how to disable the BGP feature:

switch# configure terminal
switch(config)# no feature bgp
switch(config)#

Related Commands

Command
Description

router bgp

Creates a BGP instance.

show bgp

Displays BGP configuration information.

show feature

Displays the status of features on a switch.