Re: Please confirm (conf#bb69a77c5f7b9f0961b71672e5ed6a8f)

From: Hamele Kassa (hkassa@attrmc.net)
Date: Mon Jan 13 2003 - 14:02:07 GMT-3


Try this access-list

access-list 111 permit ip host 12.0.0.0 host 255.255.255.0
access-list 113 permit ip host 12.0.0.0 host 255.255.0.0

----- Original Message -----
From: "Mustafa M Bayramov" <spyroot@azeronline.com>
To: <ccielab@groupstudy.com>
Sent: Saturday, January 11, 2003 9:14 PM
Subject: RE: Please confirm (conf#bb69a77c5f7b9f0961b71672e5ed6a8f)

> -----Original Message-----
> From: ccielab@groupstudy.com [mailto:ccielab@groupstudy.com]
> Sent: Saturday, January 11, 2003 5:44 PM
> To: spyroot@azeronline.com
> Subject: Please confirm (conf#bb69a77c5f7b9f0961b71672e5ed6a8f)
>
> Hi,
>
> You have tried to post to GroupStudy.com's CCIELab mailing list. Because
> the
> server does not recognize you as a confirmed poster, you will be
> required to
> authenticate that you are using a valid e-mail address and are not a
> spammer.
>
> PLEASE DO NOT SEND YOUR ORIGINAL MESSAGE AGAIN! BY CONFIRMING THIS
> EMAIL
> YOUR ORIGINAL MESSAGE (WHICH IS NOW QUEUED IN THE SERVER) WILL BE
> POSTED.
>
> By confirming this e-mail you certify that you understand the following:
>
> 1. The message does NOT break Cisco's Non-Disclosure requirements.
>
> 2. The message is NOT designed to advertise a commercial product.
>
> 3. All postings become property of GroupStudy.com
>
> 4. You have searched the archives prior to posting.
>
> 5. The message is NOT inflammatory.
>
> 6. The message is NOT a test message.
>
> To confirm, simply reply to this message. No editing is necessary.
> Once
> confirmed, you will be able to post without additional confirmations.
>
>
> Welcome to GroupStudy.com!
>
>
> ------ORIGINAL MESSAGE---------
>
> >From spyroot@azeronline.com Sun Jan 12 01:43:51 2003
> Received: from mail.azeronline.com (mail.azeronline.com [62.217.132.67])
> by groupstudy.com (8.9.3/8.9.3) with ESMTP id BAA13115
> GroupStudy Mailer; Sun, 12 Jan 2003 01:43:48 GMT
> Received: from mustafalp ([62.217.129.248]) by mail.azeronline.com
> with SMTP id <20030112014020.CAGY20561.mail@mustafalp>;
> Sun, 12 Jan 2003 05:40:20 +0400
> From: "Mustafa M Bayramov" <spyroot@azeronline.com>
> To: <ccielab@groupstudy.com>
> Subject: Route-map and BGP
> Date: Sat, 11 Jan 2003 17:41:22 -0800
> Message-ID: <001201c2b9db$b6bf4540$0501a8c0@mustafalp>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="us-ascii"
> Content-Transfer-Encoding: 7bit
> X-Priority: 3 (Normal)
> X-MSMail-Priority: Normal
> X-Mailer: Microsoft Outlook, Build 10.0.2627
> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> Importance: Normal
>
> Dear group
>
> I have trouble with router-map and access-list for EBGP originated
> packet.
> My configuration.
>
>
> router bgp 1
> network 12.0.0.0 mask 255.255.255.0
> network 13.0.0.0 mask 255.255.255.0
> network 14.0.0.0 mask 255.255.255.0
> network 15.0.0.0 mask 255.255.255.0
> aggregate-address 12.0.0.0 255.255.0.0
> neighbor 11.0.0.2 remote-as 2
> neighbor 11.0.0.2 route-map advert out
>
> access-list 111 permit ip host 12.0.0.0 0.0.0.255 any
> access-list 111 deny ip any any
>
> access-list 113 permit ip 12.0.0.0 0.0.255.255 any
> access-list 113 deny ip any any
>
> route-map advert permit 10
> match ip address 111
> set as-path prepend 1 1 1
> !
> route-map advert permit 20
> match ip address 113
> set metric 200
>
>
> Problem is in router map it doesn't work correct.
> When the condition in advert seq 10 is meet router-map select both
> Updates 12.0.0.0/24 and 12.0.0.0/16 and set as-path attribute, as
> I understand router-map doesn't check mask in ACL.
> What I want it prepend my AS only for 12.0.0.0/24 class and leave
> 12.0.0.0/16.
> How I can achieve my task?
>
>
> Mustafa
> .
.



This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:48 GMT-3