(no subject)

From: postmaster (postmaster@unload.dns2go.com)
Date: Tue Mar 25 2003 - 08:18:36 GMT-3


we are multihomed to 2 isp's on 1 router I only want to send the one network 62.154.91.0

and only want to recieve the default 0.0.0.0
addit9onally i want to prepend our as 23484 outbound to 1 neighbor
does this work?

is there a better way?

router bgp 23484
 no synchronization
 bgp log-neighbor-changes
 network 62.154.91.0 mask 255.255.255.0
 neighbor 146.223.74.37 remote-as 1239
 neighbor 146.223.74.37 distribute-list 20 in
 neighbor 146.223.74.37 distribute-list 10 out
 neighbor 162.206.236.69 remote-as 6128
 neighbor 162.206.236.69 distribute-list 20 in
 neighbor 162.206.236.69 distribute-list 10 out
 neighbor 162.206.236.69 route-map 6128 out
 no auto-summary
!
ip classless
no ip http server
ip http access-class 1
!
access-list 10 permit 62.154.91.0 0.0.0.255
access-list 20 permit 0.0.0.0 log
access-list 30 permit 62.154.91.0 0.0.0.255

route-map 6128 permit 30
 match ip address 30
 set as-path prepend 23484
!



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