Users Guide

Table Of Contents
OS10 BGP 使
AS_SET AS_PATH
1. CONFIGURATION AS
router bgp as-number
2. ROUTER-BGP
address-family {[ipv4 | ipv6] [unicast]}
3. ROUTER-BGPv4-AF
aggregate-address ip-address/mask
OS10(config)# router bgp 105
OS10(conf-router-bgp-105)# address-family ipv4 unicast
OS10(conf-router-bgpv4-af)# aggregate-address 3.3.0.0/16
OS10(conf-router-bgpv4-af)# do show running-configuration bgp
! Version
! Last configuration change at Jul 27 06:51:17 2016
!
!
router bgp 105
!
address-family ipv4 unicast
aggregate-address 3.3.0.0/16
!
neighbor 32.1.1.2
remote-as 104
no shutdown
!
address-family ipv4 unicast
AS IBGP BGP Dell EMC BGP
IBGP
BGP AS AS AS AS IBGP
MEDNEXT_HOP LOCAL_PREF
1. ROUTER-BGP ID AS 1 65535 2 1 4294967295 4
confederation identifier as-number
2. ROUTER-BGP AS 1 65535 2 1 4294967295 4
4 2 ASN
confederation peers as-number [... as-number]
BGP
OS10(config)# router bgp 65501
OS10(conf-router-bgp-65501)# confederation identifier 100
OS10(conf-router-bgp-65501)# confederation peers 65502 65503 65504
OS10(conf-router-bgp-65501)# neighbor 1.1.1.2
OS10(conf-router-neighbor)# remote-as 65502
OS10(conf-router-neighbor)# no shutdown
524
3