MPLS VPN Question

From: Vincent Tay <vtay.75_at_gmail.com>
Date: Sat, 26 Feb 2011 12:51:45 +0800

Hi Experts,

Is there any impact with configuring RIP by excluding version 2 and no
auto-summary from the global rip configurations if we are not performing rip
routing on the global ipv4 table?

The solution in bold blue only have version 2 and no auto summary at the
router rip global config. Which is the correct way to configure? thanks.

router rip
 version 2
 no auto-summary
 !
 address-family ipv4 vrf VPN_B
  redistribute bgp 100 metric transparent
  network 204.12.1.0
  no auto-summary
  version 2

Or

router rip
 !
 address-family ipv4 vrf VPN_B
  redistribute bgp 100 metric transparent
  network 204.12.1.0
  no auto-summary
  version 2

Or

*router rip
 version 2
 no auto-summary
 !
 address-family ipv4 vrf VPN_B
  redistribute bgp 100 metric transparent
  network 204.12.1.0
*

Blogs and organic groups at http://www.ccie.net
Received on Sat Feb 26 2011 - 12:51:45 ART

This archive was generated by hypermail 2.2.0 : Tue Mar 01 2011 - 07:01:50 ART