"address-family ipv4" for BGP

From: Xiangling (xianglingzj@gmail.com)
Date: Sun Jan 07 2007 - 01:54:30 ART


Hi, Buddies,

It might be stupid but I'm quite confused by this command. Will it make any
difference if this line is not there? For example. What's the difference
between the two BGP configuration below:

!
router bgp 100
 nei 10.1.1.1 remote-as 200
 nei 10.1.1.1 pass CISCO
  nei 10.1.1.1 next-hop-self
 nei 10.1.1.1 send-community both
 nei 10.1.1.1 prefix-list AS54 in
 nei 10.1.1.1 route-map TO_AS54 out
 no auto-summary
 no synchronization
!
and

router bgp 100
 nei 10.1.1.1 remote-as 200
 nei 10.1.1.1 pass CISCO
!
 address-family ipv4
  nei 10.1.1.1 next-hop-self
 nei 10.1.1.1 send-community both
 nei 10.1.1.1 prefix-list AS54 in
 nei 10.1.1.1 route-map TO_AS54 out
 no auto-summary
 no synchronization
!

-- 
Thanks & Regards,
Xiangling
|-------------------------|
|                         |
\  I Love You All  /
\                     /
  \___________/


This archive was generated by hypermail 2.1.4 : Thu Feb 08 2007 - 23:46:55 ART