Hello,
I have some customer's that I need to setup bandwidth limiting for. We have ATM subinterfaces defined for each customer. Here is an example of an interface setup:
interface ATM3/1.110 point-to-point
description ####
ip address ###.##.##.# 255.255.255.252
no ip directed-broadcast...
Depending on how much sustained traffic you are pushing through, I don't forsee this to be a problem.
To check the load on the router, you can login in (go to enable mode) and type:
sh processes cpu (shows processor utilization)
sh processes mem (shows memory utilization)
This should give...
To check the settings on a particular interface, once you login into the router you can do the following:
show interface (name)
(ex: sh int ethernet0)
Also, when you do a "show run" (must be in "enable" mode), it will show you all the interfaces and if you have any duplex...
Yes, consider putting an admin distance in the following order:
ip route 0.0.0.0 0.0.0.0 serial0 SPRINT1
ip route 0.0.0.0 0.0.0.0 serial0/1 50 SPRINT2
ip route 0.0.0.0 0.0.0.0 serial1 100 SBIC1
ip route 0.0.0.0 0.0.0.0 serial1/0 150 SBIC2
This will prefer your first Sprint T1 and keep...
Hi,
Typically, the only time you will need to change your config register is when you are doing Cisco password recovery. Outside that, your config register will never need to change and should always remain at: 0x2102.
I suspect that you may have a corrupt IOS? It's a possibility since your...
Here are two options:
You can download this free from Cisco:
http://www.cisco.com/cgi-bin/tablebuild.pl/tftp
The only problem is that you need a CCO login and password.
Also, you can download a generic TFTP server (no login/password required) from...
Yes,
You can hook up both routers back to back (I have done it to confirm my hardware is working).
You need to make a "T1" x-over cable... To find out how to make this, just go to: http://www.google.com and do a search for T1 x-over.
Good luck!
-Charlie
Here is a common 1720 Config with a full T1:
Current configuration:
!
version 12.0
service timestamps debug datetime localtime
service timestamps log datetime localtime
no service password-encryption
!
hostname ????????
!
enable secret 5 ???????????????????????????
!
!
!
!
!
memory-size iomem...
Hi,
Jeter is correct... you can also put:
ip route 0.0.0.0 0.0.0.0 s/0 (or whatever interface name)
for example, if you had a T1 come into an internal CSU/DSU in your Cisco router, you can just list the interface name (get this by doing a "show int") as your next hop.
Thanks,
Charlie
Hello... I am trying to setup OSPF on a a few Cisco routers. Can someone please take a moment to see if it's right? Thanks in advance!
Scenario:
I have 3 point-to-point (full T1's) running between 3 locations. Router A, Router B, and Router C. Router A has a P2P (point 2 point) running...
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.