To create a default route you would have to have the following in the config:
ip route 0.0.0.0 0.0.0.0 [ip you want traffic to go to]
to propagate it into OSPF you would have to include the network 0.0.0.0 in your OSPF config. This normally isn't done, default routes are normally propagated...
Hummer, if you are running 32M DRAM you may want to upgrade to 64M, or find a smaller IOS.
We have a 2621 with 64M DRAM that decompresses 10M IOS's just fine.
I tried and tried to find a 2600 that runs 32M DRAM on our network, but couldn't :(
Ben Boyd
Network Engineer/Programmer/Student...
66.88.120.0/24 basically means 66.88.120.1 through 66.88.120.254
Ben Boyd
Network Engineer/Programmer/Student
Windstream Communications
JNCIA, JNCIS, CCNP
don't you love windows? it will spool and waste 32GB of RAM. yay Microsoft!!!
Ben Boyd
Network Engineer/Programmer/Student
Windstream Communications
JNCIA, JNCIS, CCNP
If your config is really long and don't feel like logging a session with term len 0 and running the 'sh run' you could copy your config to a tftp server:
[code]
copy disk2:running-config tftp:
Address or name of remote host []? x.x.x.x
Destination filename []? config.cfg
[code]
Ben Boyd...
You will have to do something very risky we only do when absolutely necessary.
Delete the current image and boot image, squeeze the flash, then tftp the image up. It's a great idea to not reboot the router without an image :)
Ben Boyd
Network Engineer/Programmer/Student
Windstream...
this is done easily with what he said above:
conf t
ip route 0.0.0.0 0.0.0.0 Gateway
route-map static-to-bgp permit 10
set orgin igp
router bgp X
redistribute static route-map static-to-bgp
exit
hope this helps
Ben Boyd
Network Engineer/Programmer/Student
Windstream Communications
Linuxbox...
You can use SecureCRT. Whatever terminal program you use, you'll have to enable logging (and log the output to a file), within SecureCRT it's under the file menu, "show tech" is normally much bigger than our session memory limits.
Ben Boyd
Network Engineer/Programmer/Student
Windstream...
ATT's route server sees and prefers it's own session with you as the best hop, I'm guessing other ISP's trust L3 over ATT. I tried from Sprint's looking glass and they go through your L3 connection.
ATT wouldn't accept L3's advertisement and L3 wouldn't accept ATT's advertisement because they...
Easy Failover: add a higher metric to the default route on the 2nd line (wireless)
ip route 0.0.0.0 0.0.0.0 (t1 interface) (other side of t1 interface)
ip route 0.0.0.0 0.0.0.0 (wireless int) 50
agreed... btw, love the banner
Ben Boyd
Technical Writer/Programer/Student
Linuxbox Server Stats: 700mhz, 1024 MB RAM, 120 GB HD, Fedora 3
Laptop Stats: 2.0 Ghz, 1024MB RAM, 40GB HD, Windows XP Professional
Desktop Stats: 2.6 Ghz, 2048MB RAM, 3 x 120 GB HD, ATI Radeon x800 Pro, Windows XP...
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Dim r As Range
Dim variableType As String
Dim awb As Workbook
Dim BackupFileName As String
Dim i As Integer
Set awb = ActiveWorkbook
BackupFileName = awb.FullName
i = 0
While InStr(i + 1, BackupFileName, ".") > 0
i = InStr(i + 1...
How would I do this same thing over MULTIPLE sheets in a workbook?
Ben Boyd
Technical Writer/Programer/Student
opspeedydude@hotmail.com
Linuxbox Server Stats: 700mhz, 1024 MB RAM, 120 GB HD, Fedora 3
Laptop Stats: 2.0 Ghz, 1024MB RAM, 40GB HD, Windows XP Professional
Desktop Stats: 2.6 Ghz...
thanks it worked great after a few modifications
Ben Boyd
Technical Writer/Programer/Student
opspeedydude@hotmail.com
Linuxbox Server Stats: 700mhz, 1024 MB RAM, 120 GB HD, Fedora 3
Laptop Stats: 2.0 Ghz, 1024MB RAM, 40GB HD, Windows XP Professional
Desktop Stats: 2.6 Ghz, 2048MB RAM, 3 x 120...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.