ip routing not enabled

Z3-MasterdZ3-Masterd Member Posts: 61 ■■□□□□□□□□
For some reason whenever I enter "router rip" on global config mode, I get the error msg "IP routing not enabled" Why is this ?

Comments

  • david_rdavid_r Member Posts: 112
    post your config

    does it contain"no ip routing"?
  • Z3-MasterdZ3-Masterd Member Posts: 61 ■■□□□□□□□□
    enable password 654
    !
    no ip routing
    !
    interface Serial0
    no ip address
    no ip mroute-cache
    no ip route-cache
    shutdown
    !
    interface Serial1
    no ip address
    no ip mroute-cache
    no ip route-cache
    shutdown

    I have an IP + mask assigned to Serial0 though
  • dmafteidmaftei Member Posts: 83 ■■□□□□□□□□
    Z3-Masterd wrote:
    enable password 654
    !
    no ip routing <---- you don't want this here...
    !
    ...
    BSEE, MSCS
    www.maftei.net
  • Z3-MasterdZ3-Masterd Member Posts: 61 ■■□□□□□□□□
    K, I went through setup and enabled RIP on the Serial0 interface. Here is the new config

    !
    interface Serial0
    ip address 192.168.1.1 255.255.255.0
    no ip mroute-cache
    bandwidth 64000

    However, I'm still getting this:

    Toes#show ip interface brief
    Interface IP-Address OK? Method Status Protocol
    Serial0 192.168.1.1 YES manual down down


    Eh?
  • david_rdavid_r Member Posts: 112
    What's it hooked to? Your layer one and layer two are down.
  • Z3-MasterdZ3-Masterd Member Posts: 61 ■■□□□□□□□□
    Interface IP-Address OK? Method Status Protocol
    Serial0 192.168.1.1 YES manual down down

    So if status is Down, and Protocol is Down, I suppose that means the cable is bad / not connected, and there is no routing protocol enabled on the interface ?
  • dmafteidmaftei Member Posts: 83 ■■□□□□□□□□
    Z3-Masterd wrote:
    So if status is Down, and Protocol is Down, I suppose that means the cable is bad / not connected
    That's correct.
    Z3-Masterd wrote:
    and there is no routing protocol enabled on the interface ?
    No, protocol is down does not refer to a routing protocol.
    BSEE, MSCS
    www.maftei.net
  • Z3-MasterdZ3-Masterd Member Posts: 61 ■■□□□□□□□□
    What does 'Protocol is down' refer to ?
  • dmafteidmaftei Member Posts: 83 ■■□□□□□□□□
    It refers to the line protocol. If you want to understand this stuff read about HDLC and PPP. If all you want is a live serial connection, your cable must be connected at both ends, and you must set the clock at one end; go to www.cisco.com and search for "HDLC back-to-back".
    BSEE, MSCS
    www.maftei.net
  • david_rdavid_r Member Posts: 112
    And the cable end connected to the router with the clockrate setting must be the DCE end.
  • JammywanksJammywanks Member Posts: 127
    Enabling ip routing is pretty simple, yet I am very concerned why my CCNA book did not mention ANYTHING about even checking to see if its enabled before they talk about rip, etc. I understand ip routing is enabled by default, but they never get into the fact incase someone disables it, and how to reenable ip routing, when the command is simply "(config)# ip routing" (!!!!)

    I got my 1720 from ciscokits and they never cleared the previous config. I was messing around and came across the same issue. I googled it up and found out that to enable it I just typed "ip routing". As soon as I did this, router rip allowed me to configure rip routing.
    CCNA Lab: Two 1720's, one 2520, two 2924XL switches
    [IPCop box] PIII 1GHz | 512MB RAM | 1 Gig Compact Flash HD
    Errors in your CCNA text book? Never mind, the authors don't care.
Sign In or Register to comment.