|
<- Previous Message | Next Message -> Thread Index [isp-bgp] BGP on Enterasys 8600
Hello All,
I´m the new network admin of Avati. Here they have a /20 class.
Today the SSR8600 (enterasys router) is configured like this:
1 : port set se.8.2 wan-encapsulation ppp speed 2048000
2 : port set et.3.1 auto-negotiation on
3 : port set et.3.4 auto-negotiation on
!
4 : ppp define service serial-ip ip enable ipx disable bridging disable
5 : ppp apply service serial-ip ports se.8.2
!
6 : vlan create externa ip id 10
7 : vlan create scaneamento ip id 20
8 : vlan add ports et.3.1 to externa
9 : vlan add ports et.3.4 to scaneamento
!
10 : interface create ip serial1 address-netmask 200.198.88.142/30 port se.8.2
11 : interface create ip eth0 address-netmask 200.162.159.1/255.255.255.0 vlan externa
12 : interface create ip porta3.4 address-netmask 200.162.157.1/30 vlan scaneamento up
!
13 : system set dns domain "avati.com.br"
14 : system set dns server 200.162.144.2
!
15 : ip-router global set autonomous-system 10630
16 : ip-router global set router-id 200.162.159.1
!
17 : ip add route 200.162.153.0/24 gateway 200.162.159.2
18 : ip add route 200.162.152.0/24 gateway 200.162.159.2
19 : ip add route 200.162.158.0/24 gateway 200.162.159.2
20 : ip add route 200.162.150.0/24 gateway 200.162.159.2
21 : ip add route 200.162.144.0/20 gateway 127.0.0.1 no-install
22 : ip add route 200.162.144.0/24 gateway 200.162.159.2
23 : ip add route default gateway 200.198.88.141 interface serial1
!
24 : ip-router policy create bgp-import-source Diveo autonomous-system 15180
25 : ip-router policy redistribute from-proto static to-proto bgp target-as 15180 network 200.162.144.0/255.255.240.0
26 : ip-router policy import source Diveo network 0.0.0.0 between 1-8 preference 0
!
27 : bgp create peer-group diveo type external autonomous-system 15180
28 : bgp add peer-host 200.198.88.141 group diveo
29 : bgp set peer-group diveo preference 0
30 : bgp start
!
31 : system set hashed-password enable xxxxxxxxxxxxxxx
32 : system set hashed-passwo
t name "BHE-001"
35 : system set location "Belo Horizonte - Minas Gerais"
36 : system set contact "noc@....br"
37 : system set timezone uct-3
!
38 : cli set history size maxsize
!
39 : system set idle-timeout telnet 5 serial 30
As you can see, we have only one peer with Diveo Backbone, and because this we have a default route: (ip add route default gateway 200.198.88.141 interface serial1)
We are installing a Second backbone and I couldt use default routes anymore.
So I started to test my BGP.
First I remove my default route:
negate 23
save active
As soon I did it my Internet comes down.
So I ask you. Why? I´m using BGP , why my traffic stopped?
There is any error on my confs?
I´m waiting for a answer, because Enterasys support dont have one.
Enterasys runs gated, and my ip-router show configuration-file
shows:
autonomoussystem 10630 ;
routerid 200.162.159.1 ;
bgp yes {
group type external peeras 15180
preference 0
{
peer 200.198.88.141
;
};
};
static {
200.162.153.0 masklen 24
gateway 200.162.159.2
;
200.162.152.0 masklen 24
gateway 200.162.159.2
;
200.162.158.0 masklen 24
gateway 200.162.159.2
;
200.162.150.0 masklen 24
gateway 200.162.159.2
;
200.162.144.0 masklen 20
gateway 127.0.0.1
noinstall
;
200.162.144.0 masklen 24
gateway 200.162.159.2
;
default
gateway 200.198.88.141
interface "serial1"
;
};
export proto bgp as 15180 {
proto static {
200.162.144.0 mask 255.255.240.0 ;
};
};
import proto bgp autonomoussystem 15180 {
0.0.0.0 masklen 0 between 1 and 8 preferen
;
I really apreciate any help.
Thank you
Paulo Augusto
Att
Paulo Augusto
------------------------ANNOUNCEMENT-----------------------------------
-----------------------------------------------------------------------
ISPCON Spring 2003 April 23-25, Baltimore, MD
=============================================
The Definitive Event for the Wired and Wireless ISP
Visit www.ispcon.com and register today!
-----------------------------------------------------------------------
-----------------------------------------------------------------------
Thread Index |