Re: Distribute Loopback1 with 255.255.255.255 mask in BGP

From: Narbik Kocharians (narbikk@gmail.com)
Date: Sat Jan 06 2007 - 21:21:04 ART


There are may be many ways to accomplish that task (advertising a host route
in BGP) here is two:

1- To advertise the loopback interface as follows:

      Int lo0

       Ip addr 1.1.1.1 255.255.255.255

      Router bgp 100

       Network 1.1.1.1 mask 255.255.255.255

   1. To redistribute:

      Int lo1

       Ip address 10.1.1.1 255.255.255.255

      Access-list 1 permit host 10.1.1.1

      Route-map TST per 10

      Match ip addr 1

      Router bgp 100

      Redistribute connected route-map TST

On 1/6/07, Ricky MK Au <aurmk@hk1.ibm.com> wrote:
>
> Dear all,
>
> I would like to redistribute the Loopback1 address (200.101.3.1 mask
> 255.255.255.255) into BGP but fail. Is there a special method to
> redistribute the loopback with host address into BGP? FYI, I can
> redistribute another loopback with mask 255.255.255.0.
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
>

-- 
Narbik Kocharians
CCIE# 12410 (R&S, SP, Security)
CCSI# 30832
Network Learning, Inc. (CCIE class Instructor)
www.ccbootcamp.com (CCIE Training)


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