











CompTIA
Exam Vouchers
Save money on CompTIA exams
| Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
| TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more | * ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i Online practice tests
Certification sites Online university Online college Online education Distance learning Software forum Server administration forum Programming resources
|
|  |
| Author |
How do you edit start-up config.
|
frank300zx
Junior Member M
Registered: Mar 2002 Location: Country: United States State: Certifications: MCSE Working on:
Total Posts: 24
|
|
How do you edit start-up config.
What is the best way to edit a line or two in your startup config?. I am thinking probably to copy the file to TFTP server and open it with editor and then save it and copy it back to router...is that correct?
Report this post to a moderator
|
|
03-29-02 11:11 PM
|
|
rsteedma
Cisco Networking "Guru"
Registered: Dec 2001 Location: Country: United States State: Certifications: MCP, CCNA, CCNP, BS Computer Science Working on: CCIE
Total Posts: 197
|
|
You can, but more likely...
Imagine a text editor.
Your startup-config is the version of the term paper you saved five minutes ago. Your running-config is the version of the term paper you see on your screen.
Usually, you modify the running-config first and then save it to the startup-config. This lets you test how it looks before making a final change.
Yes, you can also change it by copying your startup-config to a tftpserver, modifying it there, and then copying it back. 
---
Ron Steedman CCNP, CCNA, MCP, BS Computer Science
Free CCNA Practice Tests, Study Guides, & Message Boards!
http://www.congonetworking.com/
Report this post to a moderator
|
|
03-30-02 12:18 AM
|
|
chodan
Senior Member M

Registered: Mar 2000 Location: Kentucky Country: United States State: Certifications: CCNA/CCNP CCDA /CCDP MCSE NT4/Win2000 MCP+I Network+ Security+ Working on: CCIE Routing & Switching
Total Posts: 1582
|
|
Yes
Edit the running config to suite you
then do a "copy run start" command
No need for all the tftp stuff for this.
Oh you can add the 2 lines of code to an ascii file and then tftp it to your startup config and it should just add the lines you need
__________________
Check out my music at
www.chodan.com
Rural Development in Eastern Ky.
www.centertech.com
"It is our decisions that show us what we truly are in life, not our abilities."
Report this post to a moderator
|
|
03-30-02 01:28 AM
|
|
rsteedma
Cisco Networking "Guru"
Registered: Dec 2001 Location: Country: United States State: Certifications: MCP, CCNA, CCNP, BS Computer Science Working on: CCIE
Total Posts: 197
|
|
|
03-30-02 03:16 AM
|
|
frank300zx
Junior Member M
Registered: Mar 2002 Location: Country: United States State: Certifications: MCSE Working on:
Total Posts: 24
|
|
The only problem with editing running config is that other lines remain there. Lets say you are doing access list and you put it in and you realized you missed some subnets. If you go to running config and edit it and put more statements in there, when you do sh run it will show you all the statements. In other word, you can't erase the original line.
Report this post to a moderator
|
|
03-30-02 05:04 PM
|
|
chodan
Senior Member M

Registered: Mar 2000 Location: Kentucky Country: United States State: Certifications: CCNA/CCNP CCDA /CCDP MCSE NT4/Win2000 MCP+I Network+ Security+ Working on: CCIE Routing & Switching
Total Posts: 1582
|
|
you can with the "no" operator,
as in:
no ip access-list extended marketing_group
permit tcp any 171.69.0.0 0.0.255.255 eq telnet deny tcp any any
you can use named access lists to permit deletion of individual lines in the list.
__________________
Check out my music at
www.chodan.com
Rural Development in Eastern Ky.
www.centertech.com
"It is our decisions that show us what we truly are in life, not our abilities."
Report this post to a moderator
|
|
03-30-02 05:41 PM
|
|
rsteedma
Cisco Networking "Guru"
Registered: Dec 2001 Location: Country: United States State: Certifications: MCP, CCNA, CCNP, BS Computer Science Working on: CCIE
Total Posts: 197
|
|
Access Lists
Access Control Lists are a special case.
You Can:
+ append lines to an ACL
+ delete an ACL
+ delete lines from an ACL (named only)
You Can't:
+ insert lines into an ACL
+ modify lines in an ACL
If your ACL is large, you may want to edit it offline then copy it to the running-con.
Procedure:
(1) Copy ACL from running-con to tftpserver
(3) Edit the ACL
(3) Delete existing ACL in running-config.
(4) Copy ACL from tftpserver to running-con.
(5) Save to startup-config when happy w/ ACL
There are also zero-downtime procedures, if the ACL is very critical to your network.
---
Ron Steedman CCNP, CCNA, MCP, BS Computer Science
Free CCNA Practice Tests, Study Guides, & Message Boards!
http://www.congonetworking.com/
Report this post to a moderator
|
|
03-30-02 07:09 PM
|
|
|
Click here for list of CCNA study
guides
Cisco exam notes
CCNA(tm) exam details
Forum Rules: Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON. |
|
ExamNotes forum archive
|