Re: Managed or "smart" Hub

2001-02-25 Thread Erick B.
That describes a bridge or switch. A switch is basically a multi-port bridge with advanced features. A bridge just tracks port to MAC address; same for basic switches. Advanced switches with layer 3/4 functions may track port #s as well. A managed or smart hub lets you assign a network address

Re: DHCP Client question

2001-02-24 Thread Erick B.
This feature was introduced in 12.1(3)T. 12.1.6 mainline does not include T features. The 12.1.x mainline features were stopped at 12.0(7)T basically. --- Chad Humphries <[EMAIL PROTECTED]> wrote: > I know that newer releases of the IOS allow a cisco > router to act as a DHCP > client and get it

Re: IBM ATM Switches

2001-02-23 Thread Erick B.
The LightStream is Cisco's ATM Switch and good. It's pricy though and may be hard to find. IBM. I'm familiar with the MSS products (don't know part # but it is 82xx.. may be 8285). The MSS were OEM'd from Xylan. IBM OEM'd some of their switches to. The MSS has a very cryptic configuration. The

Re: Squeeze not working in 12.0

2001-02-23 Thread Erick B.
I don't have the link handy, but there are different flash types on Cisco routers. Some don't allow you to squeeze the flash to regain space, others do. I'll see if I can find the link (I had it bookmarked on my work PC). I also question why you can delete if you can't squeeze, but did find a us

Re: Advertising networks in OSPF

2001-02-22 Thread Erick B.
The 144.20.0.0 network is not on router B so won't be advertised. You can put it under the OSPF process but it isn't going to do anything with that network because it doesn't exist on that router at this time. If it did, it would announce it. If router B has a static route to 144.20.0.0 then you

Re: testing dial backup...

2001-02-22 Thread Erick B.
Some suggestions. Make sure the ISDN link works first by not placing backup interface commands in the config. Just ping the remote dialer interface IP and see if it is succesful. If its not theres a config issue. Once you know the dialer connection works then place the backup interface command on

Re: OSPF config

2001-02-22 Thread Erick B.
the second null0 > statement??? > > Confused...(but thick enough to be happy) > > steve > > >From: "Erick B." <[EMAIL PROTECTED]> > >Reply-To: "Erick B." <[EMAIL PROTECTED]> > >To: Jon Kuhn <[EMAIL PROTECTED]>, > "

RE: 4 Ethernet Int

2001-02-22 Thread Erick B.
You can get 1 port FE NMs for 36xx series. The 3662 has 2 10/100s in the base plus 6 slots. The 2621 and 2651 have 2 10/100 ports in the base. No modules though. Or you can look at a layer 3 switch w/routing capabilities (might be cheaper). --- Jason Baker <[EMAIL PROTECTED]> wrote: > nope FE

Re: where can I download free TFTP server?

2001-02-21 Thread Erick B.
Windows: www.klever.net/kin (look for PumpKIN) Also, Cisco and 3Com have free TFTP servers. Linux: You need to enable the TFTP service. Depending on the distro you have it may be there or not. You can download a tftp daemon too. --- "Sim, CT (Chee Tong)" <[EMAIL PROTECTED]> wrote: > H

Re: OSPF config

2001-02-20 Thread Erick B.
I would say it will always go through, since null0 is always up. The route-map will perform the actions specified if the match conditions are all true. The second null0 is a second interface to match against if first one is down/unavailabe. if you had: route-map test perm 10 match interface s0

Re: tcpdump

2001-02-20 Thread Erick B.
I'm not familiar with tcpdump output to well, what are these IP address's for (router, pc, etc) 212.137.64.1 , 212.137.46.9 , 146.135.27.10 Can you provide a sanitized config along with a copy of 'show ip route' and description of topology? It could be a ip classless or classful issue perhaps o

Re: Dialer NAT backup dilemma

2001-02-20 Thread Erick B.
That works for me... --- "Kevin L. Kultgen" <[EMAIL PROTECTED]> wrote: > Thanx, I'll let ya know if it doesn't work. No news > is good news. > > Kevin L. Kultgen > > - Original Message - > From: ""Erick B."" <[EMAI

RE: Dialer NAT backup dilemma

2001-02-20 Thread Erick B.
Here ya go... adjust as necessary. There are similar examples on cisco.com. ip nat pool backup 10.10.10.6 10.10.10.6 netmask 255.255.255.0 ip nat pool primary 2.2.2.10 2.2.2.20 netmask 255.255.255.0 ip nat inside source route-map backup pool backup ip nat inside source route-map primary pool prim

Re: HDLC

2001-02-19 Thread Erick B.
PPP uses magic numbers to detect loops. You'll see warnings about receiving your magic #, etc if it detects a loop. The magic number is a optional feature though and every vendor doesn't use it or have it enabled by default. If using BayRS's 'Wellfleet Standard' which is their implementation of H

Re: How many VLAN's on a switch

2001-02-19 Thread Erick B.
Well, you have port-based VLANs and protocol-based VLANs. A switch/bridge builds a MAC address table (CAM) and association MAC address's with a port. So, within the switch arch. they extend these tables for VLAN membership(s). Lets say ports 1-5 are in VLAN 1 and 6-12 are in VLAN 2. So any MAC a

Re: Cisco 4000 error message..

2001-02-19 Thread Erick B.
Looks like the image on flash went corrupt, or the flash simm did. Try setting it up for a TFTP boot. If you can get it to boot off TFTP erase the flash and squeeze it and try putting a new image on the flash. --- "Stull, Cory" <[EMAIL PROTECTED]> wrote: > Has anyone seen this below error message

RE: tftp-server :mismatch not ok?(CONFIGS)

2001-02-18 Thread Erick B.
0 handy to try. This isn't going to solve your problem but would be interesting to see result. Erick --- "Erick B." <[EMAIL PROTECTED]> wrote: > > %Error: This platform does not support relocatable > > images > > It is erroring because of the above. Look over

RE: tftp-server :mismatch not ok?(CONFIGS)

2001-02-18 Thread Erick B.
ate: Sun, 18 Feb 2001 16:10:59 -0600 > Message-ID: > <[EMAIL PROTECTED]> > X-Priority: 3 (Normal) > X-MSMail-Priority: Normal > X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 > (9.0.2910.0) > X-MimeOLE: Produced By Microsoft MimeOLE > V5.00.2919.6700 > Importance: Norm

Re: HSRP and UDP forwarding.

2001-02-18 Thread Erick B.
server local so ip-helper wasn't needed. If you search on cisco.com for HSRP and IP-helper you'll get a document on UDP Flooding which involves bridge-groups and using spanning-tree to block. Erick --- Bob Vance <[EMAIL PROTECTED]> wrote: > I was told this in another venue:

RE: tftp-server :mismatch not ok?(CONFIGS)

2001-02-18 Thread Erick B.
It looks like the c2500 image you have is a relocatable image, and the 4000 doesn't support relocatable images. A relocatable image is one that can be a different file # on flash. A non-relocatable image has to be file 1. The 4500 is newer then the 4000 so may support relocatable images; this may

Re: question about frame

2001-02-18 Thread Erick B.
Hi, I'm not sure how to calculate it for 4 seconds, but all the documentation and examples I've seen explain Bc (Commited burst) as bc = 1/8 / line access rate, where 1/8 is the time period for a one second period which is a common time period from my understanding. Example: line access rate: 6

Re: Command line sniffer

2001-02-16 Thread Erick B.
Windump, tethereal (part of ethereal), probably a few more libpcap/winpcap based apps. --- [EMAIL PROTECTED] wrote: > Hello, > > Is somebody know a command line sniffer for windows > NT ? __ Do You Yahoo!? Get personalized email addresses from Ya

RE: Ip default gateway

2001-02-16 Thread Erick B.
ip default-gateway works if ip routing is disabled and the router is basically a host on the network like your PCs, etc. You would turn IP routing off (no ip routing) to bridge all traffic for example. Using ip default-network would let you propagate a route via IGRP/EIGRP or RIP to a neighbor ro

RE: PPP multilink over 2 serial interface

2001-02-14 Thread Erick B.
ave been having some problems with Multilink PPP > recently. We have used > Virtual-Template but have found that you can only > have 1 Virtual-Template > per Router (7507 in this case). > > Karl > > -Original Message- > From: Erick B. [mailto:[EMAIL PROTECTED]] > S

Re: Fw: Is this COOL or what? Cisco Space Phones!

2001-02-14 Thread Erick B.
So, wheres the URL or info on 'Cisco Space Phones' ? --- Arthur Simplina <[EMAIL PROTECTED]> wrote: > This is COOL!!! > > >Received this today from my inside sales manager. > > > >Though you "might" consider blowing your own horn - > it is still cool. > > > >Kevin Wigle ___

Re: backup subinterface on another subinterface

2001-02-14 Thread Erick B.
It will if they both have different IP subnets, thus the floating route has it's own next hop. If you want to go further you can use route-maps and do policy routing. If PVC1 was down you could match on the sub interface that was up and change the next hop. Same for other PVC... Why are you back

Re: "no shutdown " command

2001-02-14 Thread Erick B.
The default configuration, will have all the physical interfaces shutdown (serial, ethernet, etc). To make the interface active you must go into configuration mode and put 'no shutdown' under the interface. New routers or routers without a local configuration or image file might have physical in

RE: PPP multilink over 2 serial interface

2001-02-13 Thread Erick B.
You can use the interface multilink feature to tie serial interfaces together into one circuit. This is fairly recent feature, mid 12.xT somewhere abouts. multilink-group does not work on DDR interfaces. Look into multilink virtual-template to do serial & ddr but virtual-template is for inbound ca

Re: Problem with Cisco 2620 (24MB RAM/8MB Flash) keep rebooting

2001-02-12 Thread Erick B.
== main/shared HTH, Erick --- David Tran <[EMAIL PROTECTED]> wrote: > Hi Everyone, > I have a cisco router 2620 that was running fine > until Sunday when I = > decided to upgrade the router=20 > with a new IOS. The new IOS image is specifically > for cisco2610-2621. = >

Re: Erasing a image from flash in 11.2

2001-02-12 Thread Erick B.
P the image back down. I'm not sure why it lets you mark files for deletion if you have to erase flash to regain space. I can't find the cisco page on this at moment, but do have it bookmarked on my other PC. I'll follow up with the URL tomorrow. Erick --- "Roberts, Timothy&q

Re: how to configure US robotic modem on a 2620 router

2001-02-12 Thread Erick B.
I get the best results w/USRs by setting them to dumb mode, auto-answer, echo off, and default factory settings. The jumpers are on the back edge or bottom on the USRs depending on model. Newer ones are on back. There should be a little chart on bottom with what each DIP switch is for. This way t

Re: Traffic Shaping and Access control

2001-02-10 Thread Erick B.
Hi, You want to look into policy routing and route-maps on cisco.com. Plenty of docs on the subject. You will need two route-map sequences. One to match on www and set next hop to R3 and the other to set next hop for all other traffic to R2. --- A Mateen <[EMAIL PROTECTED]> wrote: > Hi ! > > I

Re: Subject: Sniffer Program

2001-02-08 Thread Erick B.
www.ethereal.com It's free and decent for LAN/Ethernet stuff. If you're looking for WAN, ATM, etc then you'll need to look at commericial products such as Sniffer Pro. --- Paul Werner <[EMAIL PROTECTED]> wrote: > > >Can someone recommend a good WindowsME > sniffer? > > Well, I am not su

Re: External Ethernet Loopback Plug

2001-02-06 Thread Erick B.
Why do you need a ethernet loopback plug? I've never heard of or tried crossing the wires on a cable. Don't know what would happen. Use caution. It may not even come up or you might get a ton of collisions or smoke... which reminds me of a graphic I have. :) http://erickbe.home.dhs.org/etherkille

Re: Admin distance on directly connected

2001-02-03 Thread Erick B.
You're right. --- John Neiberger <[EMAIL PROTECTED]> wrote: > Actually, I believe that a static route pointing to > a next hop has an AD of > 1, but a static route pointing to an interface shows > as directly connected > and has an AD of 0. > > I just tested this to be sure, but someone else >

Re: Configuring Bay router loopback

2001-02-03 Thread Erick B.
t prefer SM for major changes for compatibility reasons. Erick --- "Bradley J. Wilson" <[EMAIL PROTECTED]> wrote: > Don't forget that you may have another excellent > configuration tool at your > fingertips - the BCC (Bay Command Console), despite > its relative

RE: Configuring Bay router loopback

2001-02-02 Thread Erick B.
x.x.x is the instance. Just put the stuff after the = in the get/set commands. If you need assistance let me know. I'm in a rush to get someplace right now so writing this real quick. Erick > >Wish I could help but I haven't touched a Bay in > years, do you know how to >

Re: Configuring Bay router loopback

2001-02-02 Thread Erick B.
It's called Circuitless IP. Protocols -> Circuitless IP. You can only have one per router however and can enable RIP, OSPF, etc for it. --- Brian Lodwick <[EMAIL PROTECTED]> wrote: > Anybody know how to configure a loopback interface > on a Bay router? > > >>>Brian

Re: TFTP Server

2001-02-01 Thread Erick B.
With a TFTP server application. PumpKIN is my favorite. Nice and small and gets job done. www.klever.net/kin. Read the story :) They also make some other nifty apps. --- Turfis <[EMAIL PROTECTED]> wrote: > How do you setup a WindowsME laptop as a TFTP server > so that you can > upload/download C

Re: Favorite Network Sniffer

2001-02-01 Thread Erick B.
I use Sniffer Pro and Ethereal often. I like both of them. Sniffer Pro supports alot more and Ethereal is free and does a decent job at LAN/Ethernet traffic. Ethereal also can decode application packets for applications like Yahoo Messenger, AIM, Quake, ICQ, etc which can be useful. This is avai

RE: ISL vs. 802.1Q

2001-02-01 Thread Erick B.
Other vendors (Nortel/Bay) support multiple spanning tree groups on 802.1q as well. I think each implementation is propiertary at moment. I heard something about the IEEE working on a updated 802.1q standard but I don't know where that stands today. Anyone know? I haven't tried Cisco 802.1q w/mu

Re: Tunnel

2001-02-01 Thread Erick B.
What type of tunnel? I'm presuming some sort of VPN tunnel. Sure you can. Set one end up as a server and the other as a client. Check out www.bigdig.com for cool pictures of tunnel making :) --- "N.Anand" <[EMAIL PROTECTED]> wrote: > Can we create tunnel between 2 hosts without the > help of isp

Re: why can't ping its own interface it is up ????

2001-02-01 Thread Erick B.
Since your pinging from the same router that this IP resides on the access-list doesn't come into play. Traffic flowing through that interface will be looked at against the access-list but not traffic sourced from the router, unless you set up a local policy route. If you have a static route rout

Re: Managment Interface for Router

2001-01-25 Thread Erick B.
Use an access-list + access-group to permit only the stations that need to manage the router. You can't get rid of the directly connected routes unless you remove IP from the interface. If the IP network is entering the routing table on another router then you have this network in a routing proce

Re: process-max-time

2001-01-25 Thread Erick B.
we limit the amount of time a process level activity can hold onto CPU in case we were process switching voice traffic. otherwise voice quality is going to suffer. HTH, Erick --- Hugo <[EMAIL PROTECTED]> wrote: > Flem Hi, > If you do not specify a process-max-time does that

Re: OT: MS router fixed (was whois microsoft.com)

2001-01-25 Thread Erick B.
> How > would that explain what happened when you ran a > "whois" on microsoft.com? Did anyone else see > that?!?! It was pretty funny. -- about 15 lines of > hacker orgs and comments about MS. > > A more frightening possibilitydid someone hack > the

Re: How to limit the speed of a switch or router's port?

2001-01-24 Thread Erick B.
Look into the traffic-shape command (GTS). int e0 traffic-shape ... --- dovelet <[EMAIL PROTECTED]> wrote: > Hi all, > > Is there any ways to limit the speed of a switch or > router's ethernet port? > Example, limit the max. speed of an ethernet port to > 3Mbps.

Re: BRI interface

2001-01-24 Thread Erick B.
The 2503 and 2522 are S/T. Usually on U interfaces, the interface has 'ISDN U' or similar. Most of the older routers are S/T but some may be U. It is sometimes hard to find if something is S/T or U in some cisco docs. Older docs say the port is ISDN BRI only. On newer docs I've read they mention t

OT: MS router fixed (was whois microsoft.com)

2001-01-24 Thread Erick B.
http://www.microsoft.com/info/siteaccess.htm Microsoft Explains Site Access Issues On Tuesday evening and Wednesday, many Microsoft customers had difficulty accessing the company's Web sites. The cause has been determined, and the issue is resolved. At 6:30 p.m. Tuesday (PST), a Microsoft tech

Re: OSPF - Cisco & Bay

2001-01-23 Thread Erick B.
they can be worked out. OSPF Global: 5) On Bay the router ID is the first OSPF interface configured on the router. You may want to modify this or create a circuitless IP interface (loopback interface on cisco). Good Luck!! Erick --- [EMAIL PROTECTED] wrote: > Hello everyone. I have a projec

Re: OT (sort of) TAC Horror Stories

2001-01-23 Thread Erick B.
Hi, First of all, this isn't a problem with cisco TAC. They assisted you and dispatched hardware in a timely manner. This is a problem with damage during shipping or possibly defective units from the warehouse or supplier used. I don't work for them but do know sometimes that companies use other

RE: But isn't that the routers job???

2001-01-23 Thread Erick B.
> Plus routing of packets is done more quickly when > done at the Switch level rather than having to go > through the router for every packet. All of this depends on the architecure of the router/switch/software/etc. Some devices depend heavily on 1 processor for everything the box can do. Other

Re: ISDN idle-timer

2001-01-21 Thread Erick B.
133379 41 78 0 --- [EMAIL PROTECTED] wrote: > Erick, > Thanks for passing on the question. > > sh is act doesn't help much either. > > router1#sh is act >

Re: ospf study question

2001-01-21 Thread Erick B.
OSPF will run on LAN, WAN, loopbacks, dialer, tunnel, etc interfaces. --- Charles Paver <[EMAIL PROTECTED]> wrote: > Hi. Was wondering what interface i could or would > put > ospf on, for testing in a home lab environment! > Such > as, can I run ospf from eth0 to serial1 with 2 > different ro

Re: ISDN idle-timer

2001-01-18 Thread Erick B.
Hi, Have you tried 'show isdn act' ? I haven't done it on a AS5300 but that shows a listing of active calls with phone #, time up, idle time remaining, etc. I also asked your question on the Cisco-NAS mailing list which is more access-server related. --- [EMAIL PROTECTED] wrote: > In IOS 11.2,

Re: Multicast Group Join???

2001-01-18 Thread Erick B.
Applications usually have a default/well-known multicast group address they use. This may be configurable depending on the app. Similar to port numbers, most people use the defaults (80 for http, 23 for telnet, etc) but some people change them. If someone changes the multicast group address from t

Re: Remote Telnet access via dial-up

2001-01-18 Thread Erick B.
I defiantly make the customer aware of it and have them correct it. > Priscilla Erick __ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ _ FAQ, list archives, and s

Re: Remote Telnet access via dial-up

2001-01-18 Thread Erick B.
done/said. Erick --- Kevin Wigle <[EMAIL PROTECTED]> wrote: > I don't think its so fishy and I don't think Cisco > could be faulted in any way. > > My reading is that the "guy" was working with Cisco > on a problem. > > Therefore this "guy"

Re: Remote Telnet access via dial-up

2001-01-18 Thread Erick B.
I don't understand how companys can have main network equipment (routers, etc) accessible over the internet with telnet (and other mgmt services) running *with* no passwords or filters. I see it on a regular occurance. --- Priscilla Oppenheimer <[EMAIL PROTECTED]> wrote: > At 10:31 PM 1/17/01, J

Re: how to disable "terminal monitor"

2001-01-15 Thread Erick B.
router#term no mon --- Frank <[EMAIL PROTECTED]> wrote: > when i run "terminal monitor",i can see the debug > info and some alarm > messages > from my console and vty terminal,but could you tell > me how to disable it? > > cisco#no terminal monitor > ^ > % Invalid input detected at '^'

RE: ************** Which is more common - OSPF or EIGRP? ******** ***********

2001-01-15 Thread Erick B.
unky stuff between different boxes. Even though there are standards, everyone implements them in a slightly different manner so there may be things you need to tweak to get it optimized. HTH, Erick CCNP-Security, NNCSE, CCIE attempt 2 soon --- "Fowler, Joey" <[EMAIL PROTECTED]> wro

RE: VTP Protocal Cisco 5000 and 3com Superstack II 1100

2001-01-10 Thread Erick B.
> even though it's not quite conforming to spec. > > -Brant. > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of > Erick B. > Sent: Wednesday, January 10, 2001 1:44 PM > To: Steve Linney; [EMAIL PROTECTED] > Subject

Re: VTP Protocal Cisco 5000 and 3com Superstack II 1100

2001-01-10 Thread Erick B.
I read somewhere that they are working on revising the 802.1q standard to support per-vlan STPs and it's based on Cisco's per vlan STP. Not sure what the current status is. You could turn off STP to avoid this I think (haven't tried) if your network layout doesn't have any loops, etc. Of course, i

Re: VTP Protocal Cisco 5000 and 3com Superstack II 1100

2001-01-09 Thread Erick B.
Hi, VTP is a Cisco propiertary method of automatically learning about other VLANs in the network dynamically. It is not supported on the 3Com SS 1100. Look at the docs at support.3com.com. The SS-1100 does support 802.1q which is a standard VLAN trunking protocol supported by many vendors. You

Re: Cable pinouts for KIV7 HS to 3640

2001-01-08 Thread Erick B.
Here ya go. No pinouts in PDF though or on their website from what I saw. Might have to give them a call. Thee PDF saids the interface is selectable so maybe it's simple and you need to just change the setting over to RS-449 instead of one of the others. http://www.rainbow.com/mykoweb/kiv7.pdf -

Re: Frame Relay Security

2001-01-07 Thread Erick B.
Most Frame relay connections go through some telco/frame provider and some bigger organizations have their own frame infrastructure. I'm not aware of any security measures at the frame layer. As for securing the information, you can encrypt at layer 3. Most financial software these days has encr

Re: cisco router 2610 HSRP in Bay switch

2001-01-07 Thread Erick B.
What are you asking - it's not that clear. Anyway, HSRP is Cisco propiertary and will not work on a Bay switch (use VRRP). If you have 2 Cisco devices w/HSRP plugged into a Bay switch or hub that shouldn't be a problem since the HSRP packets should just pass through the switch. There was a code i

Re: HSRP Groups

2001-01-04 Thread Erick B.
This really comes down to network design. Lets say you have a couple devices doing HSRP and you want half of the users to use 1 IP address and the other half to use another IP address for their default gateway. The HSRP device configured for both groups is shared by groups of users. If the router

Re: OFF SUBJECT -OSPF Timer settings on Bay

2000-12-28 Thread Erick B.
What problems are you having with the inactivity timers? I'd recommend leaving them at default on the Bay unless there is a problem involving them. Do you have any Bay log entries stating a problem that you can show me? I would change the OSPF MTU size on the Bay interface from 1 (the default) to

Re: trunking problem

2000-12-18 Thread Erick B.
Interesting. Have you tried to make the connects regular ports (not trunks) and disable all autoneg (trunk, port channel, duplex, speed, etc). I realize that you may not be able to do a non-trunk test easily but if you can that would narrow the problem down further to a trunking issue or not. I ra

Re: BRI ISDN layer2 going to sleep

2000-12-15 Thread Erick B.
ping". If you have a extra router with a BRI interface try this ISDN circuit in that router to eliminate a possible hardware problem perhaps. What IOS version and model of router is this? Erick --- Gareth Hinton <[EMAIL PROTECTED]> wrote: > Hi all, > > Thanks for the respo

Re: BRI ISDN layer2 going to sleep

2000-12-14 Thread Erick B.
> > > > > > > Has anybody experienced an ISDN BRI "going to > > > sleep". > > > > After periods of inactivity, the layer 2 > status is > > > not shown as active and > > > > incoming calls cannot be received. > > >

Re: BRI ISDN layer2 going to sleep

2000-12-14 Thread Erick B.
ut is there any > > workaround, or is there some form of keepalive > which is not default. Switch > > is basic-net3. > > Config is a real basic one used successfully in > many other locations. = - Erick B | [EMAIL PROTECTED] http://erickb

Re: can I tell the ip of the PC that connected to a switch port?

2000-12-14 Thread Erick B.
ch as IP in this instance. = ----- Erick B | [EMAIL PROTECTED] http://erickbe.home.dhs.org - __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products.

Re: EIGRP

2000-12-12 Thread Erick B.
Kevin and group, Here is the answer. 10.0 - EIGRP network command introduced 12.0(4)T - The network-mask argument was added Here's the URL - watch the wrap. http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ip_r/iprprt2/1rdeigrp.htm#xtocid1405116 --- xndr <[EMAIL PROTEC

Re: Identifying an ISDN port

2000-12-12 Thread Erick B.
The 2503 BRI interface is S/T. On most of the Cisco gear that I have seen with U interfaces it is labeled "ISDN U" or similar. Heres output from a Cisco 800 w/12.1(5)T code: show int bri0 BRI0 is administratively down, line protocol is down Hardware is BRI with U interface and POTS 2620

Re: eXtreme ,juniper, Foundary and Cisco

2000-12-12 Thread Erick B.
7;t the > deciding factor. I agree. I work in a multi-vendor TAC-like environment and have seen some other vendor tech-support groups. It also depends on who you get working with you. I get good+bad support from the vendors I need to work with depending on what it is. = -/--

Re: 4000 Series Router Comment Request

2000-12-11 Thread Erick B.
They are on the CCIE R/S Equipment list and fair game. The 4000 series routers are still being used today and are solid performers even if they are old. 12.x IOS is available for them if you have proper amount of DRAM and Flash to support 12.x, Enterprise feature sets, etc. All the newer hardwa

RE: TFTP

2000-12-11 Thread Erick B.
orkstation (the TFTP server) and it did not work! > > Looks like my router was smart enough to figure out > I was copying junk :) > > Cheers, > > Pierre > > -Original Message- > From: Erick B. [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 11, 2000

RE: TFTP

2000-12-11 Thread Erick B.
Here's some pastes from a Cisco 800 when putting a non-Cisco 800 file on the flash. psychoticindustries.org#copy tftp flash Address or name of remote host []? pc Source filename []? geeks.gif Destination filename [geeks.gif]? Accessing tftp://pc/geeks.gif... Loading geeks.gif from 192.168.1.50 (v

RE: TFTP

2000-12-11 Thread Erick B.
Pierre, Thanks for sharing the results with us. That is useful information. --- Pierre-Alex <[EMAIL PROTECTED]> wrote: > > Through trial and error, I have found that you > cannot copy the image of a > Cisco2513 (c2500-js-l_112-17.bin) to the flash of a > Cisco 4000 (the TFTP > Server). (I have t

RE: TFTP

2000-12-11 Thread Erick B.
The tftp-server command can only serve up files that exist on the routers flash somewhere. If you do a 'show flash' and see the filename listed you can serve it. Best bet is to do a 'show flash' and copy the filename into clipboard so you can paste it on copy command, etc and have right spelling.

Re: TFTP

2000-12-10 Thread Erick B.
tftp-server flash:filename This will make the file's available to be TFTP'd off this Cisco router from another device. IOS doesn't allow a way to just TFTP any file to the flash from remote that I know of. You need to use the copy tftp command from the CLI to put files on the flash. This is for

RE: O/T ballots-per-second musings

2000-12-02 Thread Erick B.
It depends on if Chad is driving the truck. :) > Has anyone figured out the ballots-per-second (bps) > transmission rate for the ballots that travelled in > a Ryder truck from Palm Beach County to Tallahassee? Bits travel around alot at high speed and there have been sightings of swinging bits,

Re: website to pickup usb to db9 cable online

2000-12-02 Thread Erick B.
olks interested. --- "Erick B." <[EMAIL PROTECTED]> wrote: > You need to get a USB to DB9 cable. > > http://www.pcwebshopper.com/bafusbtoserd.html > $25 > > http://store.yahoo.com/cablesonline/usbtorsdb9se.html > $39 > > --- ERIC BRATAGER <[EMAIL PROTE

Re: website to pickup usb to db9 cable online

2000-12-02 Thread Erick B.
You need to get a USB to DB9 cable. http://www.pcwebshopper.com/bafusbtoserd.html $25 http://store.yahoo.com/cablesonline/usbtorsdb9se.html $39 --- ERIC BRATAGER <[EMAIL PROTECTED]> wrote: > If a laptop only has USB ports, what is the best way > to connect to the > console port? Is there any

Re: OSPF Lab - DR behaviour with loopbacks WAS: RE: question about loopback interfaces

2000-12-01 Thread Erick B.
If you remove the router ospf configuration and paste it back, OSPF will restart with a new router ID if you have a new high IP address. You can only do this in a test/non-production network environment though. I've done this before in my labs because it is faster then waiting for the router to re

12.1(5)T enhancement... interface range

2000-12-01 Thread Erick B.
While browsing through the new features in recent releases I found something very useful that will speed up our config making/changing sessions. http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121newft/121t/121t5/range.htm Router(config-if)# interface range fastethernet 5/1 - 5,

Re: Cisco 3920 in CCIE Lab?

2000-12-01 Thread Erick B.
It's on the equipment list and it is fair game (from experience in SJ). If you review the docs on cisco.com on configuration, etc that should provide enough information on how the device operates and is configured. --- Tim Ross <[EMAIL PROTECTED]> wrote: > Is a 3920 still used in the CCIE Lab

Re: Frame Relay - Real Life Problem

2000-11-30 Thread Erick B.
If you look at the interface input stats for s0 there are input errors, CRC errors, framing errors, overruns, etc. Clear the counters if this has been up awhile, and see if those values increase still. If they do have the line looked at. This is a physical layer problem. If you want to make sure i

Re: OSPF Lab - DR behaviour with loopbacks WAS: RE: question about loopback interfaces

2000-11-30 Thread Erick B.
; route. I.e whenever any interface bounce.. > regardless of the OSPF Router ID. > The difference is probably in terms of the amount of > "data" being sent.. but > definitely a covergence would occur.. > > > > - Original Message - > From: "Er

Re: OSPF Lab - DR behaviour with loopbacks WAS: RE: question about loopback interfaces

2000-11-30 Thread Erick B.
unless you want to reach that from another device. I hope this clears things up... it's late so I hope my explanation makes sense. :) If not, hit me for the mistakes if your ever in Chicago area. Erick B. - Prepping for attempt 2. (Why am I still up at 6am?) --- Chuck Larrieu <[EMA

Re: Routing Protocols Load balancing vs. other solutions

2000-11-29 Thread Erick B.
I'm no expert here, but from my experience... Alot of this depends on the forwarding methoding/switching method (whatever x vendor calls it) of a device as well as the end station. The end stations are responsible for pieceing the packets back together in the right order (going over multiple path

Re: OSPF host routes

2000-11-29 Thread Erick B.
Change the ospf network type on the loopback to multipoint. --- Simon Hope <[EMAIL PROTECTED]> wrote: > Hi Guys / Gals > > Does anyone know of a way to make OSPF advertise the > loopback network > instead of the host route? > > ie: > > int lo0 > ip add 213.166.24.161 255.255.255.240 > > comes

Re: question-reg dialer group command

2000-11-29 Thread Erick B.
ct by using an access-list. This access-list doesn't block traffic from going across the dialer interface once the interface is up -- to do that use ip access-group on the interface. I hope this clears things up. If not ask away. Erick --- BENO JACOB <[EMAIL PROTECTED]> wrote: > hi, &g

Re: question about loopback interfaces

2000-11-28 Thread Erick B.
For OSPF, if no loopback address is configured OSPF uses the highest IP address on the router being used. This could be a WAN interface. You may be running OSPF only on your Ethernet interface and not this WAN interface OSPF is using for the router ID. If the WAN interface bounces, it effects OS

Re: excessive collisions

2000-11-20 Thread Erick B.
d see collisions, late collisions, alignment errors, etc. As for this happening at 2-3pm, anything happening in your network at that time (broadcast storm, network backup, etc)? I'd do a sniffer trace and see what that reveals. As for DEC21140, thats the chipset used on the Ethernet interfac

Re: Router Flight Cases

2000-11-20 Thread Erick B.
Try searching/looking at DJ Cases. --- "Cthulu, CCIE Candidate" <[EMAIL PROTECTED]> wrote: > Hi, all, > > Y'all recall that I posted a few weeks ago for a > router cabinet. Well, I > got some good leads, and then my circumstances have > changed...again. I > will be spending alot of time in K

Re: OSPF on Bay & Cisco....

2000-11-16 Thread Erick B.
Your doing OSPF through a NAT translation? If you send me your Cisco/Bay configs I can take a look at them. Send me the log off the Bay as well (save log ) at TI/telnet/console prompt. What version of code on the Bay? NAT can be the problem here since theres a # of issues involved with NAT and

RE: OT: Anyone ever applied at Juniper?

2000-11-16 Thread Erick B.
Know your stuff. They grill ya pretty good on BGP, OSPF, IS-IS, ATM, MPLS if your familiar with it, some SONET/STS stuff and probably will hit on other technolgies (Frame Relay, PPP, security, etc). Having experience in a core/ISP backbone environment is a plus. I interviewed with them awhile bac

<    1   2   3   4   >