From: Kecin Shirazawa (Kecin@xxxxxxxxxxxxxx)
Date: Mon Feb 26 2001 - 22:38:13 GMT-3
Hi people !!!
I configure a router with bgp and did a redistribute connected command to
redistribute connected routes in my bgp process, but the redistribution
summarize all my interfaces that are using many 10.0.0.0/16 subneted networks i
n only one network, 10.0.0.0/8 ( natural network ). Did you guys know how I can
redistribute routes without make the summarization?
Below is the configuration copy ( just the necessary):
version 11.3
no service password-encryption
!
no ip domain-lookup
frame-relay switching
!
interface Loopback1
ip address 192.168.1.1 255.255.255.0
!
interface Ethernet0
ip address 10.1.100.240 255.255.0.0
ip summary-address eigrp 10 10.96.0.0 255.224.0.0
media-type 10BaseT
!
interface Serial7
ip address 11.2.0.1 255.255.0.0
encapsulation frame-relay
bandwidth 64
frame-relay interface-dlci 30
frame-relay intf-type dce
!
interface Serial8
no ip address
!
interface Serial9
no ip address
!
interface Serial10
ip address 10.100.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial11
ip address 10.110.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial12
ip address 10.120.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial13
ip address 10.130.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial14
ip address 10.140.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial15
ip address 10.150.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial16
ip address 10.160.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial17
ip address 10.170.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial18
ip address 10.180.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial19
ip address 10.190.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial20
ip address 10.200.0.1 255.255.0.0
no keepalive
dialer dtr
!
interface Serial21
ip address 10.210.0.1 255.255.0.0
no keepalive
dialer dtr
!
router ospf 1
redistribute static
redistribute eigrp 10 metric 30 metric-type 1 subnets
network 192.168.1.0 0.0.0.255 area 0
network 10.1.100.0 0.0.0.255 area 0
distance 85
!
router bgp 65000
redistribute connected weight 300
redistribute static weight 200
redistribute ospf 1 metric 33
neighbor 10.1.100.242 remote-as 65000
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.1.0.1
ip ospf name-lookup
!
line con 0
password 7 00170714054F
logging synchronous
login
line aux 0
line vty 0 4
password 7 03174F19071B
logging synchronous
login
!
end
The bgp table:
C1#show ip bgp
BGP table version is 6, local router ID is 192.168.1.1
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal
Origin codes: i - IGP, e - EGP, ? - incomplete
Network Next Hop Metric LocPrf Weight Path
*> 10.0.0.0 0.0.0.0 0 32768 ?
*> 11.0.0.0 0.0.0.0 0 32768 ?
*> 172.16.0.0 10.1.100.242 32768 ?
*> 192.168.0.0 0.0.0.0 32768 ?
*> 192.168.1.0 0.0.0.0 0 32768 ?
Any help will be appreciated;
Thanks in advance for all !!!
Kecin
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:29:04 GMT-3