Re: BGP through PIX Question

From: christianus sandjaja (netwrangers@yahoo.com)
Date: Tue Dec 12 2006 - 01:27:47 ART


How about something like this one :

interface loopback0
 ip address
152.1.30.1 255.255.255.0

router bgp 1
no synchronization
bgp router-id
1.1.1.1
bgp log-neighbor-changes
neighbor 2.2.2.2 remote-as 2
neighbor 2.2.2.2
password CISCO
neighbor 2.2.2.2 ebgp-multihop 5
no auto-summary

ip route
0.0.0.0 .0.0.0.0 to PIX inside address

pix
static (inside,outside) 1.1.1.1
152.1.30.1 netmask 255.255.255.255 norandomseq
static (outside,inside) 2.2.2.2
152.1.1.1 netmask 255.255.255.255 norandomseq

R2
interface Loopback0
ip
address 152.1.1.1 255.255.255.0

router bgp 2
no synchronization
bgp router-id
2.2.2.2
bgp log-neighbor-changes
neighbor 1.1.1.1 remote-as 1
neighbor 1.1.1.1
ebgp-multihop 5
neighbor 1.1.1.1 password CISCO
no auto-summary

But of course
its need 2 static entry on the PIX

CMIIW

Thanks

Chris



This archive was generated by hypermail 2.1.4 : Tue Jan 02 2007 - 07:50:37 ART