Options

rip into ospf redistribution

macattackermacattacker Member Posts: 26 ■□□□□□□□□□
Hello, I have two routers. Taupo router is running RIP version2. Huntly Router is running OSPF. They are both communicating using Frame Relay.
I want to redistribute RIP routes from Taupo into Huntly. I have attached my relevant running-config details for each router.
Can anyone please tell me where I am going wrong, as this is not working.
I have also attached an image of the network. The two routers I am talking about here are on the ones on the far right hand side.
Thanks for any help.

Taupo router:

router rip
version 2
redistribute ospf 43 metric 1
network 172.26.0.0
no auto-summary


Huntly Router:
router ospf 43
log-adjacency-changes
passive-interface FastEthernet0/0
passive-interface FastEthernet0/0.15
passive-interface FastEthernet0/0.25
passive-interface FastEthernet0/0.86
network 172.26.252.4 0.0.0.3 area 0
network 172.26.15.0 0.0.0.127 area 0
network 172.26.25.0 0.0.0.127 area 0
network 172.26.86.0 0.0.0.15 area 0
!
ip classless
net.jpg 49.6K

Comments

  • Options
    fadhilfadhil Member Posts: 200
    I think there is problem of how found wildcard mask,
    please check it again.
  • Options
    macattackermacattacker Member Posts: 26 ■□□□□□□□□□
    no, they are all OK. They are irrelevant actually. I am just wanting to bring the rip routes from Taupo into Huntly.

    Does anyone have any ideas ?
  • Options
    georgemcgeorgemc Member Posts: 429
    Hello, I have two routers. Taupo router is running RIP version2. Huntly Router is running OSPF. They are both communicating using Frame Relay.
    I want to redistribute RIP routes from Taupo into Huntly. I have attached my relevant running-config details for each router.
    Can anyone please tell me where I am going wrong, as this is not working.
    I have also attached an image of the network. The two routers I am talking about here are on the ones on the far right hand side.
    Thanks for any help.

    Taupo router:
    
    router rip
    version 2
    redistribute ospf 43 metric 1
    network 172.26.0.0
    no auto-summary


    Huntly Router:
    router ospf 43
    log-adjacency-changes
    passive-interface FastEthernet0/0
    passive-interface FastEthernet0/0.15
    passive-interface FastEthernet0/0.25
    passive-interface FastEthernet0/0.86
    network 172.26.252.4 0.0.0.3 area 0
    network 172.26.15.0 0.0.0.127 area 0
    network 172.26.25.0 0.0.0.127 area 0
    network 172.26.86.0 0.0.0.15 area 0
    !
    ip classless


    Your routers need to have at least one routing protocol in common. Try running RIP on Huntly and redistribute it into OSPF to accomplish your stated goal.
    WGU BS: Business - Information Technology Management
    Start Date: 01 October 2012
    QFT1,PFIT in progress.
    TRANSFERRED/COMPLETED: AGC1,BBC1,LAE1,QBT1,LUT1,QLC1,QMC1,QLT1,IWC1,INC1,INT1,BVC1,CLC1,MGC1, CWV1 BNC1, LIT1,LWC1,QAT1,WFV1,EST1,EGC1,EGT1,IWT1,MKC1,MKT1,RWT1,FNT1,FNC1, BDC1,TPV1 REQUIRED:
  • Options
    ayoriayori Member Posts: 48 ■■□□□□□□□□
    Make sure your Huntly and Taupo are OSPF neighbors then redistribute RIP over OSPF.

    Sample command on Taupo once it has an OSPF neighbor relationship with Huntly:
    router ospf 1
    redistribute rip subnets
Sign In or Register to comment.