Connectivity Guide
OS10(config-router-bgp-64601)# neighbor 100.5.1.1
OS10(config-router-neighbor)# inherit template leaf_v4
OS10(config-router-neighbor)# remote-as 64802
OS10(config-router-neighbor)# no shutdown
OS10(config-router-neighbor)# exit
OS10(config-router-bgp-64601)# neighbor 100.6.1.1
OS10(config-router-neighbor)# inherit template leaf_v4
OS10(config-router-neighbor)# remote-as 64802
OS10(config-router-neighbor)# no shutdown
View peer group status
OS10# show ip bgp peer-group leaf_v4
Peer-group leaf_v4, remote AS 0
 BGP version 4
 Minimum time between advertisement runs is 30 seconds
 Description: peer_template_1_abcd 
 For address family: Unicast
 BGP neighbor is leaf_v4, peer-group external
 Update packing has 4_OCTET_AS support enabled
 Number of peers in this group 2
 Peer-group members:
 100.5.1.1
 100.6.1.1
OS10# show ip bgp peer-group leaf_v4 summary
BGP router identifier 100.0.0.8 local AS number 64601
Neighbor AS MsgRcvd MsgSent Up/Down State/Pfx
100.5.1.1 64802 376 325 04:28:25 1251
100.6.1.1 64802 376 327 04:26:17 1251
View running conīguration
OS10# show running-configuration bgp
!
router bgp 64601
 bestpath as-path multipath-relax
 bestpath med missing-as-worst
 non-deterministic-med
 router-id 100.0.0.8
 !
 template leaf_v4
 description peer_template_1_abcd !
 address-family ipv4 unicast
 distribute-list leaf_v4_in in
 distribute-list leaf_v4_out out
 route-map set_aspath_prepend in
 !
 neighbor 100.5.1.1
 description leaf_connected_ebgp_neighbor
 bfd
 inherit template leaf_v4
 remote-as 64802
 no shutdown
 !
 neighbor 100.6.1.1
 description leaf_connected_ebgp_neighbor
 bfd
 inherit template leaf_v4
 remote-as 64802
 no shutdown
 !
Layer 3
443










