Link to home
Start Free TrialLog in
Avatar of ata1915
ata1915

asked on

redistribute eigrp into ospf

Hi,

I would like to redistribute my EIGRP routes into OSPF or RIPv2 network,  but i have classless and clasfull network in VLAN500, any idea about redistributing them ?


Cisco_3550#show run
Building configuration...

Current configuration : 3896 bytes
!
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname CISCO_3550
!
enable secret 5 a
!
ip subnet-zero
ip routing
!
vtp domain TEST
vtp mode transparent
!
spanning-tree mode pvst
spanning-tree extend system-id
!
vlan 500
!
interface GigabitEthernet0/1
 description Connected-to-CORE-1
 no switchport
 ip address 1.1.3.2 255.255.255.0
!
interface GigabitEthernet0/2
 description Connected-to-CORE-2
 no switchport
 ip address 2.1.3.2 255.255.255.0
!
interface GigabitEthernet0/3
 description Connected-to ABC
 switchport access vlan 500
 switchport mode dynamic desirable
!
interface Vlan1
 no ip address
!
interface Vlan500
 ip address 193.XXX.XXX.254 255.255.255.0
 ip address 193.XXX.XXX.254 255.255.255.0 secondary
 ip address 193.XXX.XXX.254 255.255.255.0 secondary
 ip address 10.10.3.254 255.255.255.0 secondary
 ip accounting output-packets
!
router eigrp 1
 redistribute connected
 redistribute static
 network 1.0.0.0
 network 2.0.0.0
 no auto-summary
 no eigrp log-neighbor-changes
!
ip classless
ip http server
!
ASKER CERTIFIED SOLUTION
Avatar of mat1458
mat1458
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Sandeep Gupta
Sandeep Gupta
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ata1915
ata1915

ASKER

Thank you for the answer, sorry for the late response