[c-nsp] Good practices for peering

Vincent De Keyzer vincent at dekeyzer.net
Wed Dec 28 10:53:36 EST 2005


Hi,

 

what are the configuration good practices when setting-up a peering with
another AS ?

 

I would do something like this:

 

router bgp <my_as>

 neighbor 194.88.108.33 remote-as <his_as>

 neighbor 194.88.108.33 password <some-password>

 neighbor 194.88.108.33 soft-reconfiguration inbound

 neighbor 194.88.108.33 filter-list 1 out

 neighbor 194.88.108.33 filter-list 2 in

 

ip as-path access-list 1 permit ^$

 

ip as-path access-list 2 permit ^<his_as>$

 

List 1 is to announce only my routes; list 2 is to make sure that the other
guy does not leak any route towards me.

 

Does it look good?

 

Vincent

 



More information about the cisco-nsp mailing list