[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: BGP over satellite link



> interface Ethernet0/0
>  description Connection to Upstream
>  ip address 213.118.132.1 255.255.255.252

this will be configured as

no neighbor 213.118.132.2
 neighbor 213.118.132.2 remote-as NNN
 neighbor 213.118.132.2 password <strongly recommended>
 neighbor 213.118.132.2 version 4
 neighbor 213.118.132.2 next-hop-self
 neighbor 213.118.132.2 soft-reconfiguration inbound
! and some sort of maps and filters
 neighbor 213.118.132.2 route-map ebgp-out out
 neighbor 213.118.132.2 route-map ebgp-in  in
 neighbor 213.118.132.2 distribute-list 180 out
 neighbor 213.118.132.2 distribute-list 180 in

> interface Serial0/0
>  description Connection to Upstream
>  ip unnumbered Ethernet0/0

yikes!  aside from not liking unnumbered, this is using the ip
address from isp-1 as the ip address for isp-2.  very very
sick.

but anyway, they need to tell you the ip address configured
on their end.

but again, don't use unnumbered.

randy


-----
This is the afnog mailing list, managed by Majordomo 1.94.5

To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)

This list is maintained by owner-afnog at afnog.org