Options

Remove OSPF and RIP

Brain_PowerBrain_Power Users Awaiting Email Confirmation Posts: 163
What command do I use to remove OSPF and RIP configurations?

I want to start over with a fresh config.

Comments

  • Options
    YFZbluYFZblu Member Posts: 1,462 ■■■■■■■■□□
    Router(config)#no router ?
    bgp Border Gateway Protocol (BGP)
    eigrp Enhanced Interior Routing Protocol (EIGRP)
    ospf Open Shortest Path First (OSPF)
    rip Routing Information Protocol (RIP)
  • Options
    drkatdrkat Banned Posts: 703
  • Options
    georgemcgeorgemc Member Posts: 429
    fresh config = erase startup-config + reload
    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
    oli356oli356 Member Posts: 364
    georgemc wrote: »
    fresh config = erase startup-config + reload
    But this would just erase everything.. No router OSPF, no router RIP would be better. At least then you don't have to go assign IP addresses and do all the nitty gritty stuff. Though I have my basic config for commands which I use on everything.
    enable
    conf t
    line con 0
    logg sync
    no exec-t
    line vty 0 15
    password cisco
    login
    logg sync
    exit
    no ip domain-loo
    service password-encryption
    enable secret cisco
    
    
    Lab:
    Combination of GNS3 and Cisco equipment if required.
  • Options
    spd3432spd3432 Member Posts: 224
    oli356,

    I usually add 'no service config' to your list when I erase / reload one of my lab routers. I see bunches of entries where it tries to hit a tftp server looking for a config file otherwise.
    ----CCNP goal----
    Route [ ] Studying
    Switch [ ] Next
    Tshoot [ ] Eventually
  • Options
    Ltat42aLtat42a Member Posts: 587 ■■■□□□□□□□
    If you're wanting to remove just the routing protocols, use YFZblu's reply -
    YFZblu wrote: »
    Router(config)#no router ?
    bgp Border Gateway Protocol (BGP)
    eigrp Enhanced Interior Routing Protocol (EIGRP)
    ospf Open Shortest Path First (OSPF)
    rip Routing Information Protocol (RIP)

    hth
Sign In or Register to comment.