From: Nam (ywainam@gmail.com)
Date: Mon Oct 24 2005 - 06:41:24 GMT-3
Hi all,
Try below two ways to setup the BGP, both work, but any differences of
them in the real world, do both of them are accepted setting in the
Lab exam?
Method 1
=========
router bgp 101
 no synchronization
 bgp log-neighbor-changes
 neighbor 10.1.1.1 remote-as 100
 no auto-summary
Method 2
==========
router bgp 101
 bgp log-neighbor-changes
 neighbor 10.1.1.1 remote-as 100
 !
 address-family ipv4
 neighbor 10.1.1.1 activate
 no auto-summary
 no synchronization
 exit-address-family
-- Nam
This archive was generated by hypermail 2.1.4 : Sun Nov 06 2005 - 22:00:52 GMT-3