RE: Change the AS number ?

From: Scott M. Livingston (scottl@sprinthosting.net)
Date: Mon Mar 31 2003 - 16:05:06 GMT-3


I would imagine that you could use a RM and tag that prefix.... I'll try
it out tonight if I can remember. For some reason I keep thinking that
there is some rule as it relates to prepending certain advertisement....
hmmm o well I will do it tonight.

!
router bgp 100
 bgp log-neighbor-changes
 neighbor 200.9.9.9 remote-as 300
 neighbor 200.9.9.9 route-map TRICKY out
!
ip prefix-list YO seq 10 permit 192.128.2.2/32
!
route-map TRICKY permit 10
 match ip address prefix-list YO
 set as-path prepend 220
!
route-map TRICKY permit 20
!

Depending on the circumstance I would imagine you could tie the RM to
'redistribute-connected', but that will depend on what else is going on
too.

Thanks,
scott

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Scott Morris
Sent: Monday, March 31, 2003 11:16 AM
To: 'Cristian Henry H'
Cc: 'Group Study'
Subject: RE: Change the AS number ?

Local-as option on neighbor.

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Cristian Henry H
Sent: Monday, March 31, 2003 11:02 AM
Cc: ccielab@groupstudy.com
Subject: Change the AS number ?

Hi everybody!

R2 belong to AS 100, but now the question say:

"on R2 create a loopback using the 192.128.2.2/32 address and using the
AS 220 injects it into th BGP process"

How Can I get that? Are there any way to change the AS number before
inject the route into de BGP process??

-- 
Cristian E. Henry
REUNA

E-mail: chenry@reuna.cl Fono: 56-2-3370336



This archive was generated by hypermail 2.1.4 : Sat Apr 05 2003 - 08:51:47 GMT-3