Dell Force10 Z9000 Configuration Manual page 189

Ftos configuration guide for z9000 system
Hide thumbs Also See for Force10 Z9000:
Table of Contents

Advertisement

Figure 8-18. Command example and output: bgp asnotation asdot+
FTOS(conf-router_bgp)#bgp asnotation asdot+
FTOS(conf-router_bgp)#sho conf
!
router bgp 100
bgp asnotation asdot+
bgp four-octet-as-support
neighbor 172.30.1.250 remote-as 18508
neighbor 172.30.1.250 local-as 65057
neighbor 172.30.1.250 route-map rmap1 in
neighbor 172.30.1.250 password 7
5ab3eb9a15ed02ff4f0dfd4500d6017873cfd9a267c04957
neighbor 172.30.1.250 no shutdown
5332332 9911991 65057 18508 12182 7018 46164 i
Configure Peer Groups
To configure multiple BGP neighbors at one time, create and populate a BGP peer group. Another
advantage of peer groups is that members of a peer groups inherit the configuration properties of the group
and share same update policy.
A maximum of 256 Peer Groups are allowed on the system.
You create a peer group by assigning it a name, then adding members to the peer group. Once a peer group
is created, you can configure route policies for it. Refer to
route policies for a peer group.
Note:
Sample Configurations
Use these commands in the following sequence starting in the CONFIGURATION ROUTER BGP mode
to create a peer group.
Step
Command Syntax
1
neighbor peer-group-name
peer-group
2
neighbor peer-group-name
no shutdown
neighbor ip-address remote-as
3
as-number
neighbor ip-address no shutdown
4
for enabling Peer Groups are found at the end of this chapter.
Command Mode
CONFIG-ROUTER-BGP
CONFIG-ROUTER-BGP
CONFIG-ROUTER-BGP
CONFIG-ROUTER-BGP
Filter BGP routes
for information on configuring
Purpose
Create a peer group by assigning a name to
it.
Enable the peer group.
By default, all peer groups are disabled
Create a BGP neighbor.
Enable the neighbor.
Border Gateway Protocol | 189

Advertisement

Table of Contents
loading

Table of Contents