DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

abanks's picture

Unregistered

Feeds

aliases

  • abanks

abanks

5 years ago

in Save Cisco router configuration | Cisco router | Tech-Recipes on Tech-Recipes
That config-register value tells the router to ignore the startup-configuration.

You should be able to change it to 0x2102 without problems, but I would keep a copy of the good configuration first!

From enable mode, you can:configure terminal
config-register 0x2102


A show version should tell you that the config-register will be 2102 at the next reboot.

5 years ago

in Add a static route to a Cisco router | Cisco router | Tech-Recipes on Tech-Recipes
Multiple routes can be configured with different metrics:

ip route 192.168.0.0 255.255.255.0 10.1.1.1 10
ip route 192.168.0.0 255.255.255.0 10.1.1.2 20



Lower numbers are better routes.

5 years ago

in Save Cisco router configuration | Cisco router | Tech-Recipes on Tech-Recipes
Also,write memory
and write
will save the configuration!

5 years ago

in Configure EIGRP routing on a Cisco router | Cisco router | Tech-Recipes on Tech-Recipes
By default, EIGRP will auto-summary to classful boundaries, which can cause odd operation.

This code will prevent summarization for AS 100:
router eigrp 100
no auto-summary
Returning? Login