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
!



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=66137&t=66137
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to