cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
895
Views
0
Helpful
5
Replies

OSPF in L3 Switch

drmrkam01
Level 1
Level 1

Hi everyone,

 

 

 

5 Replies 5

Richard Burts
Hall of Fame
Hall of Fame

Is there a question here? The title suggests that it would be about OSPF in L3 switches, but what about them?

 

HTH

 

Rick

HTH

Rick

Hi Richard,

Thanks for reply.

below is my router(2610) configuration.I have problem that i need to redistribute these route in Alcatel 6850e.

I not understand how.

 

interface Serial0/1
 no ip address
 shutdown
!
interface Serial1/0:1
 description BOX-503
 ip address 172.16.1.157 255.255.255.252
 no ip unreachables
 no ip proxy-arp
!
interface Serial1/1:1
  ip address 172.16.1.78 255.255.255.252
 no ip unreachables
 no ip proxy-arp
!
router eigrp 65000
 redistribute static
 network 172.16.0.51 0.0.0.0
 network 172.16.1.76 0.0.0.3
 network 172.16.1.112 0.0.0.3
 network 172.16.1.156 0.0.0.3
 network 192.168.70.0 0.0.0.127
 network 192.168.128.0 0.0.0.127
 no auto-summary
!
ip classless
ip tacacs source-interface Loopback0
no ip http server

 

You have provided some information but not enough for us to be able to give you answers. You show us two serial interfaces and configuration of EIGRP that suggests at least 6 interfaces. You tell us that there is an Alcatel switch but do not tell us how the Alcatel switch connects to the Cisco router and I doubt that the Alcatel switch connects using one of these serial interfaces.

 

If you want us to be able to help you then you need to give us information to work with. You need to tell us how the Alcatel and the Cisco are connected and how they will communicate. It would be logical to use OSPF to communicate with Alcatel and so you need to explain to us why your Cisco router is configured to use EIGRP instead of using OSPF.

 

Your current question seems to focus on redistributing routes from Cisco to Alcatel. You should also be addressing the question of whether the Alcatel will have routes that it needs to redistribute to Cisco.

 

HTH

 

Rick

HTH

Rick

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

I agree with Rick, there's insufficient information to provide a detailed answer, but I suspect what you're trying to accomplish is to share routes between your Cisco router running EIGRP and an Alcatel that is running OSPF.

If so, at a high level, you would want to run OSPF on your Cisco router and have it become an OSPF neighbor of your Alcatel.  Once you accomplish that, your Cisco router will "know" both your EIGRP and OSPF routes.  You can then redistribute routes between the two routing protocols.

Technically, such route redistribution isn't difficult, but logically you need to take care.  The latter often requires a good deal of information to understand your network topology and your routing requirements.

If you've never done route redistribution, and your network is anything but simple, you might want to retain a network consultant to assist you.

Thanks

below is full R1 configuration i think now more clear.if you like i can send also network diagram. 

-R1#sh run
Building configuration...

Current configuration : 5550 bytes
!
! No configuration change since last restart
!
version 12.2
service timestamps debug datetime localtime
service timestamps log datetime localtime
service password-encryption
!
hostname -R1
!
logging buffered 4096 informational
no logging console
no logging monitor
aaa new-model
aaa authentication login default group tacacs+ local
aaa authorization exec default group tacacs+ local


no ip source-route
!
!
ip domain-name freezco
ip name-server 192.168.32.29
ip name-server 192.168.32.13
ip name-server 192.168.32.64
ip dhcp excluded-address 192.168.72.216
ip dhcp excluded-address 192.168.72.220
ip dhcp excluded-address 192.168.72.221
ip dhcp excluded-address 192.168.72.1 192.168.72.199
ip dhcp excluded-address 192.168.72.241 192.168.72.255
!
ip dhcp pool tomc
host 192.168.72.202 255.255.255.0
client-identifier 0100.0d60.2903.5b
lease 8
!
ip dhcp pool dels
host 192.168.72.201 255.255.255.0
client-identifier 0100.10c6.ad8c.9a
lease 8
!
ip dhcp pool g-570Dzu
host 192.168.72.209 255.255.255.0
client-identifier 0100.1349.37ca.56
lease 8
!
ip dhcp pool HPOfficeJet7000
host 192.168.72.205 255.255.255.0
client-identifier 01d4.8564.2158.e1
lease 8
!
ip dhcp pool EVERYONE
network 192.168.72.0 255.255.255.0
default-router 192.168.72.1
dns-server 192.168.32.29 192.168.32.13 192.168.32.64
netbios-name-server 192.168.32.29 192.168.32.13 192.168.32.64
domain-name freezco
!
ip dhcp pool subota-think
host 192.168.72.203 255.255.255.0
client-identifier 0144.8a5b.0f64.c6
lease 8
!
ip dhcp pool and
host 192.168.72.224 255.255.255.0
client-identifier 016c.f049.5e89.53
lease 8
!
ip dhcp pool ku
host 192.168.72.207 255.255.255.0
client-identifier 0144.8a5b.a7cf.c2
lease 8
!
ip dhcp pool HRB-Dzu
host 192.168.72.208 255.255.255.0
client-identifier 016c.f049.5d4c.57
lease 8
!
ip dhcp pool ARD-DZ
host 192.168.72.221 255.255.255.0
client-identifier 0144.8a5b.522a.cc
lease 8
!
ip dhcp pool lazdzu
host 192.168.72.204 255.255.255.0
client-identifier 0144.37e6.ba03.a1
lease 8
!
no ip bootp server
call rsvp-sync
!
!
!
!
!
!
controller E1 1/0
channel-group 1 timeslots 1-31
!
controller E1 1/1
channel-group 1 timeslots 1-31
!
!
!
interface Loopback0
ip address 172.16.0.41 255.255.255.255
no ip unreachables
no ip proxy-arp
!
interface Loopback1
ip address 172.16.10.41 255.255.255.255
no ip unreachables
no ip proxy-arp
!
interface Tunnel0
description Tunnel to BOX-390
ip address 172.16.9.50 255.255.255.252
no ip proxy-arp
tunnel source Loopback1
tunnel destination 172.16.10.103
!
interface FastEthernet0/0
ip address 192.168.130.1 255.255.255.0 secondary
ip address 192.168.194.1 255.255.255.0 secondary
ip address 192.168.72.1 255.255.255.0 secondary
ip address 172.16.15.4 255.255.255.0 secondary
ip address 192.168.4.1 255.255.255.0
no ip unreachables
no ip proxy-arp
duplex auto
speed auto
standby 1 ip 192.168.72.7
standby 1 preempt
standby 2 ip 192.168.4.7
standby 2 preempt
standby 3 ip 192.168.130.7
standby 3 preempt
standby 4 ip 192.168.194.7
standby 4 preempt
standby 5 ip 172.16.15.1
standby 5 preempt
!
interface FastEthernet0/1
ip address 172.16.1.109 255.255.255.252
no ip unreachables
no ip proxy-arp
delay 120
duplex auto
speed auto
!
interface Serial1/0:1
description Link To VEN-R1
ip address 172.16.1.77 255.255.255.252
no ip unreachables
no ip proxy-arp
!
interface Serial1/1:1
description Link To BOX-354
ip address 172.16.1.181 255.255.255.252
no ip unreachables
no ip proxy-arp
!
router eigrp 65000
redistribute static
network 172.16.0.41 0.0.0.0
network 172.16.1.76 0.0.0.3
network 172.16.1.108 0.0.0.3
network 172.16.1.180 0.0.0.3
network 172.16.9.48 0.0.0.3
network 172.16.15.0 0.0.0.255
network 192.168.4.0
network 192.168.72.0
network 192.168.130.0
network 192.168.194.0
no auto-summary
!
ip classless
ip route 172.16.10.103 255.255.255.255 192.168.4.10 name Tun-BOX-390
ip route 192.168.70.208 255.255.255.248 192.168.4.17 name SKZ383
ip route 192.168.70.216 255.255.255.248 192.168.4.15 name SKZ2
ip route 192.168.70.224 255.255.255.248 192.168.4.14 name SKZ1
ip route 192.168.70.232 255.255.255.248 192.168.4.16 name SKZ366
ip tacacs source-interface Loopback0
no ip http server
!
logging source-interface Loopback0
logging 192.168.210.200
logging 192.168.1.12
access-list 1 permit 192.168.1.85
access-list 1 permit 192.168.1.12
access-list 1 permit 192.168.210.200
access-list 1 deny any log
tacacs-server host 192.168.1.11 key 7 082D5E5A1A260E120B
tacacs-server directed-request
snmp-server community wkhtudfgs RO 1
snmp-server trap-source Loopback0
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server enable traps tty
!
dial-peer cor custom
!
!
!

!
line con 0
exec-timeout 30 0
logging synchronous
line aux 0
exec-timeout 30 0
logging synchronous
transport input telnet
line vty 0 4
exec-timeout 30 0
logging synchronous
transport input telnet
!
scheduler allocate 10000 5000
ntp clock-period 17180093
ntp server 192.168.1.7
end

Review Cisco Networking for a $25 gift card