[nsp] BGP Configuration

Alexandra Alvarado aaaa at telconet.net
Wed Jun 30 19:28:32 EDT 2004


Hello,

I have 2 links, 1 fiber link and other satellital link, the satellital link is the backup and only works when the fiber link is down. With BGP it works ok!. Now I have a new requirement, I need to pass 1 class C network to the backup link. Example I need that the main link to the 1.2.3.0 network be the fiber link and the main link to the 2.3.3.0 network be the satellital link. 

Thanks for your help.

Alexandra Alvarado

PD:  My BGP configuration.

router bgp 19169
 no bgp fast-external-fallover
 bgp log-neighbor-changes
 network 1.2.3.0
 network 2.3.3.0

 neighbor 9.9.9.9 remote-as 33333
 neighbor 9.9.9.9 description SATELITAL
 neighbor 9.9.9.9 update-source Hssi5/0/0
 neighbor 9.9.9.9 version 4
 neighbor 9.9.9.9 soft-reconfiguration inbound
 neighbor 9.9.9.9 route-map SAT_IN in
 neighbor 9.9.9.9 route-map SAT_OUT out

 neighbor 8.8.8.8 remote-as 22222
 neighbor 8.8.8.8 description FIBER
 neighbor 8.8.8.8 update-source Serial8/0/1
 neighbor 8.8.8.8 version 4
 neighbor 8.8.8.8 soft-reconfiguration inbound
 neighbor 8.8.8.8 route-map FIBER_IN in
 neighbor 8.8.8.8 route-map FIBER_OUT out

ip prefix-list DEFAULT seq 10 permit 0.0.0.0/0

ip prefix-list LOCAL seq 10 permit 1.2.3.0/24
ip prefix-list LOCAL seq 10 permit 2.3.3.0/24

route-map FIBER_OUT permit 10
 match ip address prefix-list LOCAL

route-map SAT_OUT permit 10
 match ip address prefix-list LOCAL
 set as-path prepend 11111 11111 11111 11111

route-map FIBER_IN permit 10
 match ip address prefix-list DEFAULT
 set local-preference 120

route-map SAT_IN permit 10
 match ip address prefix-list DEFAULT


More information about the cisco-nsp mailing list