CLI Guide

Layer 3 Routing Commands 1252
User Guidelines
The no router bgp command disables BGP and all BGP configurations revert
to default values. Alternatively, the administrator can use the no enable
command in BGP router configuration mode to disable BGP globally without
clearing the BGP configuration.
ASNs 0, 56320–64511, and 65535 are reserved and cannot be used.
Command History
Introduced in version 6.2.0.1 firmware. Command updated in version 6.6
firmware.
Example
The following example creates a BGP routing instances and enables BGP
routing for AS 4324.
console(config)#router bgp 4324
address-family
Use the address-family command in peer template configuration mode to
configure policy parameters within a peer template to be applied to a specific
address family. To delete all policy commands for an address family in a peer
template, use the no form of this command
Syntax
address-family { ipv4 | ipv6 }
no address-family { ipv4 | ipv6 }
ipv4—Configure policy parameters to be applied to IPv4 routes.
ipv6—Configure policy parameters to be applied to IPv6 routes.
Default Configuration
No peer templates are configured by default.
Command Mode
Peer Template Configuration mode