Remove OSPF and RIP
Brain_Power
Users Awaiting Email Confirmation Posts: 163
in CCNA & CCENT
What command do I use to remove OSPF and RIP configurations?
I want to start over with a fresh config.
I want to start over with a fresh config.
Comments
-
YFZblu 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) -
georgemc Member Posts: 429fresh config = erase startup-config + reloadWGU 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: -
oli356 Member Posts: 364fresh config = erase startup-config + reload
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. -
spd3432 Member Posts: 224oli356,
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 -
Ltat42a Member Posts: 587 ■■■□□□□□□□If you're wanting to remove just the routing protocols, use YFZblu's reply -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