Minimum Cisco hardware IOS version for GRE [7:31829]

2002-01-14 Thread [EMAIL PROTECTED]

Hi all,

What's minimum Cisco Hardware   IOS version which supports Generic Routing
Encapsulation (GRE) tunnel ?
Any helps will be appreciated.


Thanks
sipitung




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31829t=31829
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Minimum Cisco hardware IOS version for GRE [7:31829]

2002-01-14 Thread [EMAIL PROTECTED]

Dear sipitung my brother from betawi


 IOS Supported for distributed GRE tunnel   
 SERVICE PROVIDER/SECURED SHELL 3DES
 or 

 SERVICE PROVIDER/SECURED SHELL 56  



 Hardware requirement :
cisco 7500 with 128 Dram /16 Flash

CMIIW
imam r/ccnp











sipitung@ekil  
at.com  To: [EMAIL PROTECTED]   
sipitungcc:
Sent by: Subject: Minimum Cisco 
nobody@groupsthardware  IOS version for GRE
udy.com   [7:31829] 


01/14/2002  
03:02 PM
Please respond  
to  
sipitung@ekil  
at.com 






Hi all,

What's minimum Cisco Hardware   IOS version which supports Generic Routing
Encapsulation (GRE) tunnel ?
Any helps will be appreciated.


Thanks
sipitung




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31830t=31829
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Forgotten the https://www.galton.com/~cisco_s/login.html [7:31831]

2002-01-14 Thread Nuurul Basar Mohd Baki

Hai,

I have forgoten the password for my Tracking System and currently the email
that I have given was no longer valid. Is there any way that I may be able
to get my current password revoke ?

Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31831t=31831
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



URGENT - PLEASE HELP - OSPF summary route cost. [7:31832]

2002-01-14 Thread Diffy De Villiers

Hi Everybody

This is the third time that I am posting this message to this
studygroup,
I had no reply to the previous two postings. Hopefully someone will be
able to assist me this time. 

I have a problem understanding how costs are calculated for OSPF
summary
routes. To understand my problem refer to the following example:


This is the internetwork diagram (with 4 routers A,B,C  D):

  netw 1   netw 2   netw 3netw 4
[ A ][ B ][ C ]-[ D ]-|
  cost 1   cost 4   cost 64   cost 16

--
Here are my router configurations:
--
hostname RouterA
!
interface Serial0
 description connected to RouterB via network 1
 ip address 192.168.1.2 255.255.255.0
 ip ospf cost 1
 no fair-queue
!
router ospf 10
 network 192.168.1.0 0.0.0.255 area 1
--
hostname RouterB
!
interface Ethernet0
 description connected to RouterC via network 2
 ip address 192.168.2.1 255.255.255.0
 ip ospf cost 4
!
interface Serial0
 description connected to RouterA via network 1
 ip address 192.168.1.1 255.255.255.0
 ip ospf cost 1
! 
router ospf 10
 network 192.168.1.0 0.0.0.255 area 1
 network 192.168.2.0 0.0.0.255 area 0
--
hostname RouterC
!
interface Ethernet0
 description connected to RouterB via network 2
 ip address 192.168.2.2 255.255.255.0
 ip ospf cost 4
!
interface Serial0
 description connected to RouterD via network 3
 ip address 192.168.3.1 255.255.255.0
 ip ospf cost 64
!
router ospf 10
 network 192.168.2.0 0.0.0.255 area 0
 network 192.168.3.0 0.0.0.255 area 2
--
hostname RouterD
!
interface Ethernet0
 description network 4
 ip address 192.168.4.1 255.255.255.0
 ip ospf cost 16
!
interface Serial0
 description connected to RouterC via network 3
 ip address 192.168.3.2 255.255.255.0
 ip ospf cost 64
 no fair-queue
!
router ospf 10
 network 192.168.3.0 0.0.0.255 area 2
 network 192.168.4.0 0.0.0.255 area 2
--

If we do a show ip route at routerA we get the following output:

RouterAshow ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
   D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
   N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
   E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
   i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * -
candidate
default
   U - per-user static route, o - ODR

Gateway of last resort is not set

C192.168.1.0/24 is directly connected, Serial0
O IA 192.168.2.0/24 [110/5] via 192.168.1.1, 00:23:26, Serial0
O IA 192.168.3.0/24 [110/133] via 192.168.1.1, 00:18:51, Serial0
O IA 192.168.4.0/24 [110/85] via 192.168.1.1, 00:18:56, Serial0


Now for my problem:

Looking at the diagram above, the metric from Router A to network 4 is
85.
This is perfectly understandable (sumtotal of all the costs: 85 =
1+4+64+16).

BUT NOW: The metric from RouterA to network 3 is 133!!! This is higher
than the metric to network 4 even though we access network 4 via
network
3.
Logically I would have thought the cost to network 3 has to be 69
(64+4+1), not 133. Where does the cost-difference of 64 come from? The
only rational explanation I have for this is that the ABR for area 2
added it, but why??? And why only add this cost factor for network 3
(and not for network 4)???

Please assist me if you know the answers since I cannot figure out a 
reasonable explanation.

Thank you for your support.

Abraham de Villiers




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31832t=31832
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: URGENT - PLEASE HELP - OSPF summary route cost. [7:31832]

2002-01-14 Thread Aamer Kaleem

It is adding the ip ospf cost in following manner:

Router D 192.168.3.x net = 64
Router C 192.168.3.x net = 64
Router B Ethernet0 towrads Router A = 4
Router A Serial0 = 1

Total adds up to 133

Aamer Kaleem


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31833t=31832
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: URGENT - PLEASE HELP - OSPF summary route cost. [7:31832]

2002-01-14 Thread Andrew Larkins

Hi, 

I am not to sure myself here. I will ask one of my colleagues here as well
to see if he has any light that he can shed here.

Regards

Andrew

-Original Message-
From: Diffy De Villiers [mailto:[EMAIL PROTECTED]]
Sent: 14 January 2002 13:01 PM
To: [EMAIL PROTECTED]
Subject: URGENT - PLEASE HELP - OSPF summary route cost. [7:31832]


Hi Everybody

This is the third time that I am posting this message to this
studygroup,
I had no reply to the previous two postings. Hopefully someone will be
able to assist me this time. 

I have a problem understanding how costs are calculated for OSPF
summary
routes. To understand my problem refer to the following example:


This is the internetwork diagram (with 4 routers A,B,C  D):

  netw 1   netw 2   netw 3netw 4
[ A ][ B ][ C ]-[ D ]-|
  cost 1   cost 4   cost 64   cost 16

--
Here are my router configurations:
--
hostname RouterA
!
interface Serial0
 description connected to RouterB via network 1
 ip address 192.168.1.2 255.255.255.0
 ip ospf cost 1
 no fair-queue
!
router ospf 10
 network 192.168.1.0 0.0.0.255 area 1
--
hostname RouterB
!
interface Ethernet0
 description connected to RouterC via network 2
 ip address 192.168.2.1 255.255.255.0
 ip ospf cost 4
!
interface Serial0
 description connected to RouterA via network 1
 ip address 192.168.1.1 255.255.255.0
 ip ospf cost 1
! 
router ospf 10
 network 192.168.1.0 0.0.0.255 area 1
 network 192.168.2.0 0.0.0.255 area 0
--
hostname RouterC
!
interface Ethernet0
 description connected to RouterB via network 2
 ip address 192.168.2.2 255.255.255.0
 ip ospf cost 4
!
interface Serial0
 description connected to RouterD via network 3
 ip address 192.168.3.1 255.255.255.0
 ip ospf cost 64
!
router ospf 10
 network 192.168.2.0 0.0.0.255 area 0
 network 192.168.3.0 0.0.0.255 area 2
--
hostname RouterD
!
interface Ethernet0
 description network 4
 ip address 192.168.4.1 255.255.255.0
 ip ospf cost 16
!
interface Serial0
 description connected to RouterC via network 3
 ip address 192.168.3.2 255.255.255.0
 ip ospf cost 64
 no fair-queue
!
router ospf 10
 network 192.168.3.0 0.0.0.255 area 2
 network 192.168.4.0 0.0.0.255 area 2
--

If we do a show ip route at routerA we get the following output:

RouterAshow ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B -
BGP
   D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
   N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
   E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
   i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, * -
candidate
default
   U - per-user static route, o - ODR

Gateway of last resort is not set

C192.168.1.0/24 is directly connected, Serial0
O IA 192.168.2.0/24 [110/5] via 192.168.1.1, 00:23:26, Serial0
O IA 192.168.3.0/24 [110/133] via 192.168.1.1, 00:18:51, Serial0
O IA 192.168.4.0/24 [110/85] via 192.168.1.1, 00:18:56, Serial0


Now for my problem:

Looking at the diagram above, the metric from Router A to network 4 is
85.
This is perfectly understandable (sumtotal of all the costs: 85 =
1+4+64+16).

BUT NOW: The metric from RouterA to network 3 is 133!!! This is higher
than the metric to network 4 even though we access network 4 via
network
3.
Logically I would have thought the cost to network 3 has to be 69
(64+4+1), not 133. Where does the cost-difference of 64 come from? The
only rational explanation I have for this is that the ABR for area 2
added it, but why??? And why only add this cost factor for network 3
(and not for network 4)???

Please assist me if you know the answers since I cannot figure out a 
reasonable explanation.

Thank you for your support.

Abraham de Villiers




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31834t=31832
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: router cannot see host [7:31800]

2002-01-14 Thread Aamer Kaleem

show arp commands results should also show encapsulation type for the
workstation. Default on Cisco Ethernet/Fastethernet is ARPA. If WkStation is
NSAP then router cannot ping it, but workstation would be able to ping
router. Moment workstation pings the router , router would make a note of
its enacpsulation type and if you do show arp now, you will notice
encapsulation for that wkstation as NSAP. Now router can also ping wkstation.

Aamer Kaleem


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31835t=31800
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Gawd I hate my life ;- [7:31817]

2002-01-14 Thread Steven A. Ridder

NBAR.  It's new.


Ken Diliberto  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 You could always call TAC.  Maybe they can find out for you.  Either that,
 or tell you I don't know.

 :-)

 Ken

  Tony Medeiros  01/13/02 11:44PM 
 My router has that command too.
 Can't get to show any output or find anything to turn it on
 with..And no reference to it all, even in 12.2.
 Must be one of the features that never made it
 Tony

 - Original Message -
 From: Chuck Larrieu
 To:
 Sent: Sunday, January 13, 2002 8:39 PM
 Subject: OT: Gawd I hate my life ;- [7:31817]


  OK, so I've been doing rack testing for some people who are going to be
  going public Real Soon Now.
 
  Got some things mocked up. Some of which relate to topics discussed on
 this
  forum yesterday and today. I need to check something and issue the
command
  show ip prot enter.
 
  r2#sh ip prot
  % Ambiguous command:  sh ip prot
  r2#
 
  well, now...
 
  r2#show ip prot?
  protocol-discovery  protocols
 
  r2#show ip prot
 
  so what is show ip protocol-discovery?
 
  r2#sh ip protocol-discovery ?
interface  Show for a specific interface
protocol   Show stats about a pariticula protocol
stats  Show Stats
top-n  Show Top-N protocols by bytes
|  Output modifiers
 
 
  OK. so a command I've been using since 11.2 is no longer valid. except
 that
  it is on other routers.
 
  but look - still good on other routers:
 
  r3#sh ip prot?
  protocols
 
  r3#sh ip prot
 
 
  OK, check CCO, no record of any such command as show ip
protocol-discovery
  in any command reference I check. A search of CCO for the phrase reveals
  nothing.
 
  now what?
 
  the IOS version in question is:
 
  r2#sh ver
  Cisco Internetwork Operating System Software
  IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
  SOFTWARE (f
  c2)
 
  sigh. have not run into this before, not in two trips through the lab,
not
  on any number of routers and IOS versions, both at home and in customer
  installations.
 
  Anyone got any clue what show IP protocol-discovery does?
 
  sheesh.. another good shortcut down the tubes.
 
  Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31836t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE :OSPF costs [7:31837]

2002-01-14 Thread Andrew Larkins

Does this not have something to do with the fact that any comms to another
OSPF area must go via area 0 first. That would explain why there is
additional costs


Andrew Larkins
BCom, CCNP, CCDA
Bytes Technology Networks
A Division of the Bytes Technology Group
A Member of the Altron Group
www.btgroup.co.za
visit the press office @ www.itweb.co.za/office/bytes

Tel :  +27 11 800 9336
Fax : +27 11 800 9496
Mobile : +27 83 656 7214
Email :  [EMAIL PROTECTED]
OR  [EMAIL PROTECTED]
   

This message may contain information which is confidential and subject to
legal privilege.  If you are not the intended recipient, you may not peruse,
use, disseminate, distribute or copy this message.  If you have received
this message in error, please notify the sender immediately by email,
facsimile or telephone and return and/or destroy the original message.

 




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31837t=31837
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Wiping a config w/o en password [7:31838]

2002-01-14 Thread Johnson, Richard (NY Int)

Hi All, 

How do I trash a config on a 2611 w/o the en password. 



Thanks, 

Rich




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31838t=31838
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Gawd I hate my life ;- [7:31817]

2002-01-14 Thread R. Benjamin Kessler

Chuck,

See my post to the CCIE list from Sat (1/12) titled Re: IGRP Timers

I ran into this too...

Ben

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 13, 2002 10:39 PM
To: [EMAIL PROTECTED]
Subject: OT: Gawd I hate my life ;- [7:31817]


OK, so I've been doing rack testing for some people who are going to be
going public Real Soon Now.

Got some things mocked up. Some of which relate to topics discussed on this
forum yesterday and today. I need to check something and issue the command
show ip prot enter.

r2#sh ip prot
% Ambiguous command:  sh ip prot
r2#

well, now...

r2#show ip prot?
protocol-discovery  protocols

r2#show ip prot

so what is show ip protocol-discovery?

r2#sh ip protocol-discovery ?
  interface  Show for a specific interface
  protocol   Show stats about a pariticula protocol
  stats  Show Stats
  top-n  Show Top-N protocols by bytes
  |  Output modifiers


OK. so a command I've been using since 11.2 is no longer valid. except that
it is on other routers.

but look - still good on other routers:

r3#sh ip prot?
protocols

r3#sh ip prot


OK, check CCO, no record of any such command as show ip protocol-discovery
in any command reference I check. A search of CCO for the phrase reveals
nothing.

now what?

the IOS version in question is:

r2#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
SOFTWARE (f
c2)

sigh. have not run into this before, not in two trips through the lab, not
on any number of routers and IOS versions, both at home and in customer
installations.

Anyone got any clue what show IP protocol-discovery does?

sheesh.. another good shortcut down the tubes.

Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31839t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Flash rom read-only [7:31840]

2002-01-14 Thread [EMAIL PROTECTED]

Memo from Steve Skinner of PricewaterhouseCoopers

 Start of message text 



guys...

i am having a blonde moment.

i have a 2500 that i have tried to uprgrade the ios on i recently
upgrade it to 12.0.9...and all is ok 
what is happening now is that the flash card has been set to
READ-ONLY...and even though i have tried to upgrade it again...it has not
taken the ios
the copy works ok ...but in re-boot no ios


any idea`s..i am having a bad day already


TIA


steve



- End of message text 

This e-mail is intended only for the person to whom it is
addressed. If an addressing or transmission error has
misdirected this e-mail, please notify the author by replying to
this e-mail. If you are not the intended recipient you must not
use, disclose, copy, print or rely on this e-mail.

The principal place of business of PricewaterhouseCoopers and
its associate partnerships is 1 Embankment Place, London
WC2N 6RH where lists of the partners' names are available for
inspection. All partners in the associate partnerships are
authorised to conduct business as agents of, and all contracts
for services to clients are with, PricewaterhouseCoopers. The
UK firm of PricewaterhouseCoopers is authorised by the
Institute of Chartered Accountants in England and Wales to
carry on investment business. PricewaterhouseCoopers is a
member of the world-wide PricewaterhouseCoopers
organisation.

PricewaterhouseCoopers may monitor outgoing and incoming
e-mails and other telecommunications on its e-mail and
telecommunications systems.


Visit our website http://www.pwcglobal.com



The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you received
this in error, please contact the sender and delete the material from any
computer.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31840t=31840
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Wiping a config w/o en password [7:31838]

2002-01-14 Thread Craig Columbus

Perform password recovery and then do whatever else you want.

Craig

At 07:44 AM 1/14/2002 -0500, you wrote:
Hi All,

 How do I trash a config on a 2611 w/o the en password.



Thanks,

Rich




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31841t=31838
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Gawd I hate my life ;- [7:31817]

2002-01-14 Thread Tim O'Brien

Chuck,

You actually have 2 commands now that match what you are trying to type.

so there is now a sho ip protocol-discovery
and there is also a sho ip protocols.

The bad news is that you will have to use an alias now or you will have to
type the whole word protocols to make this command work.

Tim


 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
 Sent: Sunday, January 13, 2002 10:39 PM
 To: [EMAIL PROTECTED]
 Subject: OT: Gawd I hate my life ;- [7:31817]


 OK, so I've been doing rack testing for some people who are going to be
 going public Real Soon Now.

 Got some things mocked up. Some of which relate to topics discussed on
this
 forum yesterday and today. I need to check something and issue the command
 show ip prot enter.

 r2#sh ip prot
 % Ambiguous command:  sh ip prot
 r2#

 well, now...

 r2#show ip prot?
 protocol-discovery  protocols

 r2#show ip prot

 so what is show ip protocol-discovery?

 r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


 OK. so a command I've been using since 11.2 is no longer valid. except
that
 it is on other routers.

 but look - still good on other routers:

 r3#sh ip prot?
 protocols

 r3#sh ip prot


 OK, check CCO, no record of any such command as show ip protocol-discovery
 in any command reference I check. A search of CCO for the phrase reveals
 nothing.

 now what?

 the IOS version in question is:

 r2#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
 SOFTWARE (f
 c2)

 sigh. have not run into this before, not in two trips through the lab, not
 on any number of routers and IOS versions, both at home and in customer
 installations.

 Anyone got any clue what show IP protocol-discovery does?

 sheesh.. another good shortcut down the tubes.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31842t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Wiping a config w/o en password [7:31838]

2002-01-14 Thread steve skinner

Hi.

http://www.cisco.com/warp/customer/474/

this websites lists all the password recovery procuders (there different for 
different switch/routers)..

with this info you can trash the config

HTH

steve


From: Johnson, Richard (NY Int) 
Reply-To: Johnson, Richard (NY Int) 
To: [EMAIL PROTECTED]
Subject: Wiping a config w/o en password [7:31838]
Date: Mon, 14 Jan 2002 07:44:05 -0500

Hi All,

   How do I trash a config on a 2611 w/o the en password.



Thanks,

Rich
_
Chat with friends online, try MSN Messenger: http://messenger.msn.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31843t=31838
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: OT: you bad boys and girls... [7:31777]

2002-01-14 Thread steve skinner

WEY HEYnow you are speaking my lauguage..Mr hussainhe is 
good

From: [EMAIL PROTECTED] 
Reply-To: [EMAIL PROTECTED] 
To: [EMAIL PROTECTED]
Subject: OT: you bad boys and girls... [7:31777]
Date: Sun, 13 Jan 2002 16:39:35 -0500

Football??
Not a chance.
Cricket!

JMcL
- Forwarded by Jenny Mcleod/NSO/CSDA on 14/01/2002 08:39 am -


Chuck
 Larrieu To:
[EMAIL PROTECTED]
Subject: OT: you bad boys and
girls...
 Sent by:
[7:31777]

nobody@groups

tudy.com



14/01/2002
 06:24
am

Please
 respond
to

Chuck

Larrieu






to judge from the lack of traffic on the list, I gather you bad boys and
girls are watching football instead of studying.
_
Join the worlds largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31844t=31777
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Wiping a config w/o en password [7:31838]

2002-01-14 Thread Hire, Ejay

Full instructions are at this webpage, but I'll summarize.
http://www.cisco.com/warp/public/474/pswdrec_2600.shtml

Power Cycle the router, and Press Ctrl-Break within 30 seconds of powering
it back up.  You should go to a Prompt rommon.  type confreg 0x2142 Press
enter type reset, press enter.  Wait for the router to reboot.  Type the
following

enable
copy start runn
config term
configura 2102
enable secret newenablepassword
line vty 0 4
password newtelnetpassword
line con 
password newconsolepassword

copy runn start

Let me know if you need help,

-Ejay
-Original Message-
From: Johnson, Richard (NY Int) [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 7:44 AM
To: [EMAIL PROTECTED]
Subject: Wiping a config w/o en password [7:31838]


Hi All, 

How do I trash a config on a 2611 w/o the en password. 



Thanks, 

Rich




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31846t=31838
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: OT: Gawd I hate my life ;- [7:31817]

2002-01-14 Thread Howard C. Berkowitz

OK, so I've been doing rack testing for some people who are going to be
going public Real Soon Now.

Got some things mocked up. Some of which relate to topics discussed on this
forum yesterday and today. I need to check something and issue the command
show ip prot enter.

r2#sh ip prot
% Ambiguous command:  sh ip prot
r2#

well, now...

r2#show ip prot?
protocol-discovery  protocols

r2#show ip prot

so what is show ip protocol-discovery?

r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


Top-N and modifiers are terms from the latest revision of RMON, so I 
wonder if Cisco is putting RMON into the general product line and 
just hasn't announced it. This wouldn't be the first time they've 
introduced the code before the documentation.




OK. so a command I've been using since 11.2 is no longer valid. except that
it is on other routers.

but look - still good on other routers:

r3#sh ip prot?
protocols

r3#sh ip prot


OK, check CCO, no record of any such command as show ip protocol-discovery
in any command reference I check. A search of CCO for the phrase reveals
nothing.

now what?

the IOS version in question is:

r2#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
SOFTWARE (f
c2)

sigh. have not run into this before, not in two trips through the lab, not
on any number of routers and IOS versions, both at home and in customer
installations.

Anyone got any clue what show IP protocol-discovery does?

sheesh.. another good shortcut down the tubes.

Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31845t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Gawd I hate my life ;- [7:31847]

2002-01-14 Thread R. Benjamin Kessler

Chuck,

See my post to the CCIE list from Sat (1/12) titled Re: IGRP Timers

I ran into this too...

Ben

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Sunday, January 13, 2002 10:39 PM
To: [EMAIL PROTECTED]
Subject: OT: Gawd I hate my life ;- [7:31817]


OK, so I've been doing rack testing for some people who are going to be
going public Real Soon Now.

Got some things mocked up. Some of which relate to topics discussed on this
forum yesterday and today. I need to check something and issue the command
show ip prot enter.

r2#sh ip prot
% Ambiguous command:  sh ip prot
r2#

well, now...

r2#show ip prot?
protocol-discovery  protocols

r2#show ip prot

so what is show ip protocol-discovery?

r2#sh ip protocol-discovery ?
  interface  Show for a specific interface
  protocol   Show stats about a pariticula protocol
  stats  Show Stats
  top-n  Show Top-N protocols by bytes
  |  Output modifiers


OK. so a command I've been using since 11.2 is no longer valid. except that
it is on other routers.

but look - still good on other routers:

r3#sh ip prot?
protocols

r3#sh ip prot


OK, check CCO, no record of any such command as show ip protocol-discovery
in any command reference I check. A search of CCO for the phrase reveals
nothing.

now what?

the IOS version in question is:

r2#sh ver
Cisco Internetwork Operating System Software
IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
SOFTWARE (f
c2)

sigh. have not run into this before, not in two trips through the lab, not
on any number of routers and IOS versions, both at home and in customer
installations.

Anyone got any clue what show IP protocol-discovery does?

sheesh.. another good shortcut down the tubes.

Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31847t=31847
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



linux mailing group [7:31848]

2002-01-14 Thread george gittins

i been looking for a linux redhat mailing group where i can ask technical
questions. any sugesstions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31848t=31848
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



...to Desgin or ...to IE [7:31849]

2002-01-14 Thread Packet Loss

Morning All,

Stumbled upon this NG and feel like I have found a gold mine. Have one
more test to go (640-506, support) to complete the CCNP.

Struggling with... do I go Design route or CCIE route. I can see pros and
cons to both directions. I am curious to what direction others in my shoes
have done and what techniques they used to get there, i.e., which books for
each path.

Looking for any and all feedback to consider..

Thanks in advance for your time and advice.

Packet-Loss




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31849t=31849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



PIX Firewall [7:31850]

2002-01-14 Thread Guenter Strasser

does anyone know a good reporting tool for
the kiwi syslog logfiles ?



[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31850t=31850
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



What CD do they give you at the R/S lab? [7:31851]

2002-01-14 Thread Firesox

Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31851t=31851
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: How to block MSN, and others. [7:31057]

2002-01-14 Thread Mike Sweeney

Here is a clip from the newest TechRepublic newsletter. In order to read the
whole article, I think you need to be registered. But it is a decent site so
it might be worth it to you.

article starts here:::
Instant messaging threatens enterprise security 

It#8217;s no surprise that instant messaging (IM) is gaining in popularity.
The often-free communication feature lets people interact instantly, make
decisions on the fly, and provide immediate contact, as opposed to the
delays that can occur when using e-mail.

(this is the point I was trying to make about personal use vs. corporation
use. Different rules apply for each)

But what may be surprising, especially to today#8217;s IT leaders, are the
serious security issues posed by IM usage. Add that to the fact that most IM
applications are used without corporate IT#8217;s knowledge or approval,
and it#8217;s not a pretty picture for network security.

:::article continues on:::

http://www.techrepublic.com/article_guest.jhtmlid=r00520011218sss01.htmfromtm=e101-3


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31852t=31057
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: What CD do they give you at the R/S lab? [7:31851]

2002-01-14 Thread Brad Ellis

A CD with lots of example configs including all of the answer configs for
your lab.

(okay, not really, just the Cisco DOC CD)

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
Firesox  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31853t=31851
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ...to Desgin or ...to IE [7:31849]

2002-01-14 Thread Brad Ellis

Do both. I know quite a few CCIE's that do design work.  It's too early for
you to go one direction (in  my opinion at least).  High level engineers
should be able to design complex networks and take into account what is
happening in their network.  The best way I see fit, is to understand the
20,000 foot view as well as the 100 foot view.

Maybe Priscilla can join into the thread and share her views.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc

Packet Loss  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Morning All,

 Stumbled upon this NG and feel like I have found a gold mine. Have
one
 more test to go (640-506, support) to complete the CCNP.

 Struggling with... do I go Design route or CCIE route. I can see pros and
 cons to both directions. I am curious to what direction others in my shoes
 have done and what techniques they used to get there, i.e., which books
for
 each path.

 Looking for any and all feedback to consider..

 Thanks in advance for your time and advice.

 Packet-Loss




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31854t=31849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



erro when run CiscoView in CW2000 [7:31856]

2002-01-14 Thread friend

Dearl all
pls show me why and how to repair it
When I setup and running  a few day , there erro   Please grant permitssion
to
launch Cisco View . Quit the browser and try again,   when I use cisco view
.I
can't use it

Please assist me if you know the answers
Thank you for your support.



Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31856t=31856
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: What CD do they give you at the R/S lab? [7:31851]

2002-01-14 Thread Chuck Larrieu

What would be far more valuable than the doc CD would be about four more
hours to complete the work. I'd make that trade any day!


Brad Ellis  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 A CD with lots of example configs including all of the answer configs for
 your lab.

 (okay, not really, just the Cisco DOC CD)

 thanks,
 -Brad Ellis
 CCIE#5796 (RS / Security)
 Network Learning Inc
 Firesox  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31857t=31851
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ...to Desgin or ...to IE [7:31849]

2002-01-14 Thread John Neiberger

I would definitely suggest going for CCDP before you tackle the written.
 Studying for the CID will cover a lot of the material you'll need for
the IE written.  The CID is a fairly tough test so it's good
preparation.  Personally, I'm quite glad that I went that route before I
took the IE written exam.

You'll need to brush up on SNA, NetBIOS and Windows networking, and all
of the other stuff you studied for the NP, except thinking from a design
perspective, not a configuration perspective.

Pick up one of the many study guides available and supplement that with
material from CCO, especially on the SNA stuff.  Do that after you've
passed the NP and you should do well.

Regards,
John

 Packet Loss  1/14/02 7:39:16 AM 
Morning All,

Stumbled upon this NG and feel like I have found a gold mine.
Have one
more test to go (640-506, support) to complete the CCNP.

Struggling with... do I go Design route or CCIE route. I can see pros
and
cons to both directions. I am curious to what direction others in my
shoes
have done and what techniques they used to get there, i.e., which books
for
each path.

Looking for any and all feedback to consider..

Thanks in advance for your time and advice.

Packet-Loss




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31858t=31849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ...to Desgin or ...to IE [7:31849]

2002-01-14 Thread Shayne Causey

Brad,

Hey, Thanks for the feedback. I may not have so been clear on my initial
post. I had planned on doing both Design and CCIE (something). I had not
decided which path I would take after I complete the CCNP, a Design
(CCDA/DP) or CCIE written.

Packet-Loss

Brad Ellis  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Do both. I know quite a few CCIE's that do design work.  It's too early
for
 you to go one direction (in  my opinion at least).  High level engineers
 should be able to design complex networks and take into account what is
 happening in their network.  The best way I see fit, is to understand the
 20,000 foot view as well as the 100 foot view.

 Maybe Priscilla can join into the thread and share her views.

 thanks,
 -Brad Ellis
 CCIE#5796 (RS / Security)
 Network Learning Inc

 Packet Loss  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Morning All,
 
  Stumbled upon this NG and feel like I have found a gold mine. Have
 one
  more test to go (640-506, support) to complete the CCNP.
 
  Struggling with... do I go Design route or CCIE route. I can see pros
and
  cons to both directions. I am curious to what direction others in my
shoes
  have done and what techniques they used to get there, i.e., which books
 for
  each path.
 
  Looking for any and all feedback to consider..
 
  Thanks in advance for your time and advice.
 
  Packet-Loss




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31859t=31849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: EIGRP 'default network' Rehash [7:31799]

2002-01-14 Thread s vermill

Chuck,

Many thanks for taking the time.  Could you clarify that you are issuing the
'ip default-network x.x.x.x' command on one single router and all of the
others are flagging it accordingly?  Or are you issuing 'ip route 0.0.0.0
0.0.0.0 x.x.x.x' and then 'redistribute static'?

By the way, you illustrate the classful/classless issue quite nicely.  It is
my understanding that, where the 'ip default-network' command works, you can
issue it twice - once for the major network and once for the subnet.

Murtaza,

Thanks for the post.  Both of the techniques in that text work quite
nicely.

Regards,

Scott 


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31860t=31799
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



One step ahead [7:31862]

2002-01-14 Thread Rodney Jackson

The company I work for recently merged with another company and the need for
the networks to be connected has risen. We will be connecting via VPN
non-NAT, however there is some opposing with concerns. What concerns should
I be prepared to answer from the other company when we meet with OUR CFO?
The CFO is backing me but we don't know what to expect as far as concerns.
Any help.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31862t=31862
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Lab question - terminal server [7:31863]

2002-01-14 Thread Oliver Steudler

Hi,

In the R/S lab, do you always get a terminal server (to configure) or has
anyone been made to plug console cables ?

Thanks

[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31863t=31863
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: EIGRP 'default network' Rehash [7:31799]

2002-01-14 Thread Chuck Larrieu

I created a line of routers  R5---R1---R3-R2   ( that's the way the test
pod I was using is set up )

There are loopbacks on R5 and R2 that are addressed and will become the
default networks

R5 and R2 contain the statement ip default-network.

R5 contained the 100.x.x.x/24  and the 199.1.1.x /24 nets

R2 contained the 135.35.x.x/24 and the 155.55.x.x/16 nets.

R3 was where the routing table outputs were taken. The default network was
propagated properly and as expected only for those default nets that were
also classful.

Again, my point is that there appears to be an issue with flagging the major
network when all you have are subnets. I did not try advertising  EIGRP
summaries from R5 or R2. That might work too.

Chuck


s vermill  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Chuck,

 Many thanks for taking the time.  Could you clarify that you are issuing
the
 'ip default-network x.x.x.x' command on one single router and all of the
 others are flagging it accordingly?  Or are you issuing 'ip route 0.0.0.0
 0.0.0.0 x.x.x.x' and then 'redistribute static'?

 By the way, you illustrate the classful/classless issue quite nicely.  It
is
 my understanding that, where the 'ip default-network' command works, you
can
 issue it twice - once for the major network and once for the subnet.

 Murtaza,

 Thanks for the post.  Both of the techniques in that text work quite
 nicely.

 Regards,

 Scott




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31864t=31799
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: ...to Desgin or ...to IE [7:31849]

2002-01-14 Thread Stefan Dozier

Indeed, you have!

But wait until you discover the archives! :-)

Stefan


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Packet Loss
Sent: Monday, January 14, 2002 9:39 AM
To: [EMAIL PROTECTED]
Subject: ...to Desgin or ...to IE [7:31849]


Morning All,

Stumbled upon this NG and feel like I have found a gold mine. Have one
more test to go (640-506, support) to complete the CCNP.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31865t=31849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: AS5400 no ping [7:31648]

2002-01-14 Thread lg

In any AS5400, IOS 12.x, when you show user, you will see IP and you
should be able to ping that IP if they are assigned from your ip pool.
Check the customer gateway, see if they have route built in to return to
you?
Gao Man
Junior Network Engineer.

Ismail M Saeed wrote:
 
 I configured AS 5400 with 16 PRI. Users connect and get IP from the pool
but
 when i ping them from the AS i get no reply
 
 please advise
 Thanks and best regards
 _ _ _ _ _ _ _ _ _ _
 
 Ismail M Saeed
 Senior Network Engineer
 GEGA NET
 Tel. +202-4149771 ext.125
 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31866t=31648
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



TCP port 280 [7:31867]

2002-01-14 Thread Martin Roy

Can any one tell me which application is using port 280?  I get several hits
on my access-list from port 280 but I cannot seem to narrow the source.
 
Thanks
 
Martin

Martin Roy 
Network Support Specialist 
Nuvo Network Management




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31867t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Multicast Packet Generator / CCIP [7:31868]

2002-01-14 Thread Mike Bernico

Hey all,

I've been doing lots of mutlicast work recently both for my CCIP as well as
for my company.  I got tired of finding creative ways to generate multicast
traffic so I wrote my own traffic generator.  It's freeware if anyone wants
it.  I put it on source forge, it should run on any linux / un*x.

http://sourceforge.net/projects/mc-mint/

If anyone has advice on the MCAST + QoS test I take it friday.

Mike

  



---
Mike Bernico [EMAIL PROTECTED]
Illinois Century Network  http://www.illinois.net
(217) 557-6555




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31868t=31868
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Flash rom read-only [7:31840]

2002-01-14 Thread Roger Huang

Check out
http://www.cisco.com/warp/public/130/sw_upgrade_proc_flash.shtml. 2500
is different from the 2600s and 3600s, you need to change the config-reg
first to change to read/write. I just did one yesterday.

Cheers.
Roger

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 4:54 AM
To: [EMAIL PROTECTED]
Subject: Flash rom read-only [7:31840]


Memo from Steve Skinner of PricewaterhouseCoopers

 Start of message text 



guys...

i am having a blonde moment.

i have a 2500 that i have tried to uprgrade the ios on i recently
upgrade it to 12.0.9...and all is ok 
what is happening now is that the flash card has been set to
READ-ONLY...and even though i have tried to upgrade it again...it has
not
taken the ios
the copy works ok ...but in re-boot no ios


any idea`s..i am having a bad day already


TIA


steve



- End of message text 

This e-mail is intended only for the person to whom it is
addressed. If an addressing or transmission error has
misdirected this e-mail, please notify the author by replying to
this e-mail. If you are not the intended recipient you must not
use, disclose, copy, print or rely on this e-mail.

The principal place of business of PricewaterhouseCoopers and
its associate partnerships is 1 Embankment Place, London
WC2N 6RH where lists of the partners' names are available for
inspection. All partners in the associate partnerships are
authorised to conduct business as agents of, and all contracts
for services to clients are with, PricewaterhouseCoopers. The
UK firm of PricewaterhouseCoopers is authorised by the
Institute of Chartered Accountants in England and Wales to
carry on investment business. PricewaterhouseCoopers is a
member of the world-wide PricewaterhouseCoopers
organisation.

PricewaterhouseCoopers may monitor outgoing and incoming
e-mails and other telecommunications on its e-mail and
telecommunications systems.


Visit our website http://www.pwcglobal.com



The information transmitted is intended only for the person or entity to
which it is addressed and may contain confidential and/or privileged
material.  Any review, retransmission, dissemination or other use of, or
taking of any action in reliance upon, this information by persons or
entities other than the intended recipient is prohibited.   If you
received
this in error, please contact the sender and delete the material from
any
computer.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31869t=31840
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Protocol based vlan [7:31870]

2002-01-14 Thread Rick Foster

Hi,

Can someone help with configuring protocol based vlans on a 6000/6500 switch.

Currently we have configured these subnet based vlans using:
Created 2 vlan interfaces (vlan1 and vlan2) on the MSFC and assigned
different subnets to each vlan interface.

Then individually assigned ports 2/1-48 to vlan1 and 3/1-48 to vlan2.
However this is a static configuration. The need is that once the vlan
interfaces are configured there should not be a need to manually assign
ports to respective vlans on the switch (CatOS)

Is there a way to configure dynamic ports. Will set port membership 3/1
dynamic do the trick.
Are there are any restrictions, like trunk ports cannot be set as dynamic
ports, or vlan trunks should be running 802.10 and not ISL??

Any help will be greatly appreciated
Thanks ... Rick


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31870t=31870
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: TCP port 280 [7:31867]

2002-01-14 Thread Patrick Ramsey

google returns all kinds of hits looks like novell or something..

http://www.google.com/search?q=tcp+port+280 

mirror that port and trace what each packet contains You should also be
looking at the source fo the packets.  workstations?  servers?  printers?
etc...



Patrick Ramsey
Sr. Network Engineer
WellStar Health Systems
770.956.6338

 Martin Roy  01/14/02 10:55AM 
Can any one tell me which application is using port 280?  I get several hits
on my access-list from port 280 but I cannot seem to narrow the source.
 
Thanks
 
Martin

Martin Roy 
Network Support Specialist 
Nuvo Network Management




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31871t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: TCP port 280 [7:31867]

2002-01-14 Thread James Haynes

According to snort.org it would be this:

Port 280 / tcp
Keyword http-mgmt
Description



Port 280 / udp
Keyword http-mgmt
Description





--
James Haynes
Network Architect
Cendant IT
A+,MCSE,CCNA,CCDA,CCNP,CCDP,
CQS-SNA/IPSS

Martin Roy  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Can any one tell me which application is using port 280?  I get several
hits
 on my access-list from port 280 but I cannot seem to narrow the source.

 Thanks

 Martin

 Martin Roy
 Network Support Specialist
 Nuvo Network Management




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31872t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Lab question - terminal server [7:31863]

2002-01-14 Thread Chuck Larrieu

with the new one-day format, you will be able to connect to all your routers
without having to configure anything ( unless, of course, there is a
hardware failure ;- ). The monkey work has been eliminated, leaving lots of
points for things more important.

Chuck

Oliver Steudler  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi,

 In the R/S lab, do you always get a terminal server (to configure) or has
 anyone been made to plug console cables ?

 Thanks

 [EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31873t=31863
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: linux mailing group [7:31848]

2002-01-14 Thread Ole Drews Jensen

If you go to groups.yahoo.com you can find many many many groups. Probably
even one about how to make different hats out of spaghetti...

Ole

~~~
 Ole Drews Jensen
 Systems Network Manager
 CCNP, MCSE, MCP+I
 RWR Enterprises, Inc.
 [EMAIL PROTECTED]
~~~ 
 http://www.RouterChief.com
~~~
 NEED A JOB ???
 http://www.oledrews.com/job
~~~


-Original Message-
From: george gittins [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 8:39 AM
To: [EMAIL PROTECTED]
Subject: linux mailing group [7:31848]


i been looking for a linux redhat mailing group where i can ask technical
questions. any sugesstions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31861t=31848
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Gawd I hate my life ;-gt; [7:31817]

2002-01-14 Thread Brad Ellis

snip
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
 SOFTWARE (f
snip

dont use IOS 12.(5)T10.  you folks you should be using 12.(5)T9, it has less
bugs in it.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
[EMAIL PROTECTED]
used Cisco gear:  www.optsys.net
CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html
Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 OK, so I've been doing rack testing for some people who are going to be
 going public Real Soon Now.

 Got some things mocked up. Some of which relate to topics discussed on
this
 forum yesterday and today. I need to check something and issue the command
 show ip prot enter.

 r2#sh ip prot
 % Ambiguous command:  sh ip prot
 r2#

 well, now...

 r2#show ip prot?
 protocol-discovery  protocols

 r2#show ip prot

 so what is show ip protocol-discovery?

 r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


 OK. so a command I've been using since 11.2 is no longer valid. except
that
 it is on other routers.

 but look - still good on other routers:

 r3#sh ip prot?
 protocols

 r3#sh ip prot


 OK, check CCO, no record of any such command as show ip protocol-discovery
 in any command reference I check. A search of CCO for the phrase reveals
 nothing.

 now what?

 the IOS version in question is:

 r2#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
 SOFTWARE (f
 c2)

 sigh. have not run into this before, not in two trips through the lab, not
 on any number of routers and IOS versions, both at home and in customer
 installations.

 Anyone got any clue what show IP protocol-discovery does?

 sheesh.. another good shortcut down the tubes.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31855t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: linux mailing group [7:31848]

2002-01-14 Thread Brian Whalen

www.svlug.org
www.kernel-panic.org

Brian Sonic Whalen
Success = Preparation + Opportunity


On Mon, 14 Jan 2002, george gittins wrote:

 i been looking for a linux redhat mailing group where i can ask technical
 questions. any sugesstions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31874t=31848
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



I need Help in Cisco [7:31875]

2002-01-14 Thread Ing. Milton Amador Z.

I have one Cisco 3640 i need to send all my trafic www to one linux box, in
this linux box i have Proxy squid, but i don4t know how make this.

Somebody know how make this?


Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31875t=31875
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: linux mailing group [7:31848]

2002-01-14 Thread Ing. Milton Amador Z.

[EMAIL PROTECTED]
- Original Message -
From: Brian Whalen 
To: 
Sent: Monday, January 14, 2002 10:36 AM
Subject: Re: linux mailing group [7:31848]


 www.svlug.org
 www.kernel-panic.org

 Brian Sonic Whalen
 Success = Preparation + Opportunity


 On Mon, 14 Jan 2002, george gittins wrote:

  i been looking for a linux redhat mailing group where i can ask
technical
  questions. any sugesstions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31876t=31848
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: URGENT - PLEASE HELP - OSPF summary route cost. [7:31832]

2002-01-14 Thread Peter van Oene

Although I agree with you here, I'm not able to find a valid reason for the 
inclusion of the D's interface to Net 3 in the cost from A.  C should use 
its own interface cost of 64 as the only cost to net 3 thereby returning a 
cost of 69.

I'm of the opinion that this is a bug, or some wacky handling of PtP 
interfaces.

Pete

At 06:47 AM 1/14/2002 -0500, Aamer Kaleem wrote:
It is adding the ip ospf cost in following manner:

Router D 192.168.3.x net = 64
Router C 192.168.3.x net = 64
Router B Ethernet0 towrads Router A = 4
Router A Serial0 = 1

Total adds up to 133

Aamer Kaleem




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31877t=31832
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: I need Help in Cisco [7:31875]

2002-01-14 Thread c1sc0k1d

With the limited description you gave I'd say you probably want policy
routing.

The k1d



Ing. Milton Amador Z.  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I have one Cisco 3640 i need to send all my trafic www to one linux box,
in
 this linux box i have Proxy squid, but i don4t know how make this.

 Somebody know how make this?


 Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31878t=31875
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: TCP port 280 [7:31867]

2002-01-14 Thread Matthew Crane

Certainly I see it a lot when using the web based management software from
Compaq  Novell. I also recall seeing mention of it in the well known ports
lists as to do with http management, so that should givew you a place to
start.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31879t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Gawd I hate my life ;- [7:31817]

2002-01-14 Thread Ken Diliberto

I looked at CCO for this and none of the commands looked exactly like what
he said.  I saw tons of the NBAR stuff, though.

Ken

 Steven A. Ridder  01/14/02 06:10AM 
NBAR.  It's new.


Ken Diliberto  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 You could always call TAC.  Maybe they can find out for you.  Either that,
 or tell you I don't know.

 :-)

 Ken

  Tony Medeiros  01/13/02 11:44PM 
 My router has that command too.
 Can't get to show any output or find anything to turn it on
 with..And no reference to it all, even in 12.2.
 Must be one of the features that never made it
 Tony

 - Original Message -
 From: Chuck Larrieu
 To:
 Sent: Sunday, January 13, 2002 8:39 PM
 Subject: OT: Gawd I hate my life ;- [7:31817]


  OK, so I've been doing rack testing for some people who are going to be
  going public Real Soon Now.
 
  Got some things mocked up. Some of which relate to topics discussed on
 this
  forum yesterday and today. I need to check something and issue the
command
  show ip prot enter.
 
  r2#sh ip prot
  % Ambiguous command:  sh ip prot
  r2#
 
  well, now...
 
  r2#show ip prot?
  protocol-discovery  protocols
 
  r2#show ip prot
 
  so what is show ip protocol-discovery?
 
  r2#sh ip protocol-discovery ?
interface  Show for a specific interface
protocol   Show stats about a pariticula protocol
stats  Show Stats
top-n  Show Top-N protocols by bytes
|  Output modifiers
 
 
  OK. so a command I've been using since 11.2 is no longer valid. except
 that
  it is on other routers.
 
  but look - still good on other routers:
 
  r3#sh ip prot?
  protocols
 
  r3#sh ip prot
 
 
  OK, check CCO, no record of any such command as show ip
protocol-discovery
  in any command reference I check. A search of CCO for the phrase reveals
  nothing.
 
  now what?
 
  the IOS version in question is:
 
  r2#sh ver
  Cisco Internetwork Operating System Software
  IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
  SOFTWARE (f
  c2)
 
  sigh. have not run into this before, not in two trips through the lab,
not
  on any number of routers and IOS versions, both at home and in customer
  installations.
 
  Anyone got any clue what show IP protocol-discovery does?
 
  sheesh.. another good shortcut down the tubes.
 
  Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31880t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: I need Help in Cisco [7:31875]

2002-01-14 Thread Scott Riley

One suggestion is to use two route-map's,  one to permit traffic to pass
straight through the cache and one with the set ip next-hop feature.  This
second route map will match an access-list configured to capture web
traffic, something like the following should do it:


Fastethernet 1/0
 ip policy route-map proxy-redirect out

route-map proxy-redirect permit 10
match ip address 101

route-map proxy-redirect permit 10
 match ip address 110
 set ip next-hop abc.abc.abc.abc[IP ADDRESS OF SQUID SERVER]

access-list 101 remark STRAIGHT THROUGH TRAFFIC
access-list 101 permit tcp xxx.xxx.xxx.xxx 0.0.0.255 any any[RANGE OF
SOURCE TRAFFIC TO GO THROUGH]

access-list 110 remark TRAFFIC TO BE REDIRECTED TO WEB-CACHE
access-list 110 permit tcp xxx.xxx.xxx.xxx 0.0.0.255 any eq web [RANGE OF
SOURCE TRAFFIC TO BE REDIRECTED]


Place all networks to be cached in list 110 and any you don't want to be
cached in list 101.  For example if you wanted to ensure that the entire
192.168.100.0 network is cached except for host 192.168.0.254 then do the
following:

access-list 101 permit tcp host 192.168.0.1 any

access-list 110 permit tcp 192.168.100.0 0.0.0.255 any eq web

Remember to put your Squid (proxy) server in the exceptions list otherwise
it'll never work!

Hope this helps...

Cheers,

Scott Riley CCNP CCDA MCSE (NT4)
Senior Network Engineer
Firstnet Services Ltd
W: http://www.firstnet.net.uk

[This message subject to: http://www.firstnet.net.uk/disclaimer.html]



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Ing. Milton Amador Z.
Sent: Monday, 14 January 2002 16:41
To: [EMAIL PROTECTED]
Subject: I need Help in Cisco [7:31875]


I have one Cisco 3640 i need to send all my trafic www to one linux box, in
this linux box i have Proxy squid, but i don4t know how make this.

Somebody know how make this?


Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31882t=31875
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Cli clear ? [7:31881]

2002-01-14 Thread Joaquim Lopes

Hi, how can i clear the command quickly?

Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31881t=31881
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: TCP port 280 [7:31867]

2002-01-14 Thread Scott Nawalaniec

Hi Martin,

The Well Known Ports are assigned by the IANA and on most systems can
only be used by system (or root) processes or by programs executed by
privileged users.

Bookmark this link. The best port list that I have found so far. 
http://www.iana.org/assignments/port-numbers

http-mgmt   280/tcphttp-mgmt
http-mgmt   280/udphttp-mgmt
#  Adrian Pell
#



HTH

Scott
-Original Message-
From: Patrick Ramsey [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 8:16 AM
To: [EMAIL PROTECTED]
Subject: Re: TCP port 280 [7:31867]


google returns all kinds of hits looks like novell or something..

http://www.google.com/search?q=tcp+port+280 

mirror that port and trace what each packet contains You should also be
looking at the source fo the packets.  workstations?  servers?  printers?
etc...



Patrick Ramsey
Sr. Network Engineer
WellStar Health Systems
770.956.6338

 Martin Roy  01/14/02 10:55AM 
Can any one tell me which application is using port 280?  I get several hits
on my access-list from port 280 but I cannot seem to narrow the source.
 
Thanks
 
Martin

Martin Roy 
Network Support Specialist 
Nuvo Network Management




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31884t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cli clear ? [7:31881]

2002-01-14 Thread Steven A. Ridder

control + C is my little secret


--
RFC 1149 Compliant.


FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



SPAN problems [7:31886]

2002-01-14 Thread [EMAIL PROTECTED]

Greetings all,

I'm trying to SPAN a vlan to a port on a cat6509 with CATOS 6.3.3, I
can't seem to receive any traffic.

set span 801 4/22

Any ideas?

Thanks..Nabil




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31886t=31886
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Summarization [7:31766]

2002-01-14 Thread David j

Hello Ben, thanks for your detailed answer. 
I'm afraid I have no idea what happened but I'm think that it wasn't a
problem with CPU unless summarization is a very intensive cpu process(I
don't know if it is).
We have a hub-and-spoke topology. Four 7500 (2 7513 and 2 7507) for backbone
(ATM)and over 230 sites (2500 an 2600 mainly), and we have implemented
redundancy using dialers and ISDN connections (and yes, we have conected
each router to two different hub routers). In one of the 7513 we have over
100 dialers and 90 serial WANs connections, I have tried the summarization
again with only two routers and by now, I haven't experimented any problem.
 As you can guess, our network is growing more and more and I'm worried
about routing tables with a lot of entries (we're using network 172.x.x.x
for serial interfaces and 10.x.x.x for ethernet interfaces)
I tried to summarize on networks 10.x.x.x and 172.x.x.x using the following
commands
ip summary-address eigrp 1 10.0.0.0 255.0.0.0
ip summary-address eigrp 1 172.0.0.0 255.0.0.0
Today, I have talked with my boss and we've decided to try the summarization
again but we're going to use the 0.0.0.0 network instead the other two (I'll
try to check my RSP in-depth this time)
Anyway, we're not experts in Cisco so I thought that we could reduce routing
tables using summary address and make easier the administration and
troubleshooting (perhaps it isn't a good idea). Unfortunatly, we work in a
helth-care enviroment, and we have to make sure before doing anything in
backbone routers.
I hope you read this post, I live in Europe and every time I have to reply a
post I have hundreds before me. Anyway, I'll keep you and this wonderful
group informed.

David




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31888t=31766
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: TCP port 280 [7:31867]

2002-01-14 Thread Martin Roy

I figured out what is port tcp 280.  It's being used by HP OpenView.  We
have an HP OV workstation that checks if http-mgmt is enabled on a device
and on the reply I receive hits on my ACL.  Thanks for all the replies.

Martin

Martin Roy
Network Support Specialist 
Nuvo Network Management 


-Original Message-
From: Scott Nawalaniec [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 12:42
To: [EMAIL PROTECTED]
Subject: RE: TCP port 280 [7:31867]


Hi Martin,

The Well Known Ports are assigned by the IANA and on most systems can
only be used by system (or root) processes or by programs executed by
privileged users.

Bookmark this link. The best port list that I have found so far. 
http://www.iana.org/assignments/port-numbers

http-mgmt   280/tcphttp-mgmt
http-mgmt   280/udphttp-mgmt
#  Adrian Pell
#



HTH

Scott
-Original Message-
From: Patrick Ramsey [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 8:16 AM
To: [EMAIL PROTECTED]
Subject: Re: TCP port 280 [7:31867]


google returns all kinds of hits looks like novell or something..

http://www.google.com/search?q=tcp+port+280 

mirror that port and trace what each packet contains You should also be
looking at the source fo the packets.  workstations?  servers?  printers?
etc...



Patrick Ramsey
Sr. Network Engineer
WellStar Health Systems
770.956.6338

 Martin Roy  01/14/02 10:55AM 
Can any one tell me which application is using port 280?  I get several hits
on my access-list from port 280 but I cannot seem to narrow the source.
 
Thanks
 
Martin

Martin Roy 
Network Support Specialist 
Nuvo Network Management




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31890t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: ...to Desgin or ...to IE [7:31849]

2002-01-14 Thread Priscilla Oppenheimer

At 10:04 AM 1/14/02, Brad Ellis wrote:
Do both. I know quite a few CCIE's that do design work.  It's too early for
you to go one direction (in  my opinion at least).  High level engineers
should be able to design complex networks and take into account what is
happening in their network.  The best way I see fit, is to understand the
20,000 foot view as well as the 100 foot view.

Maybe Priscilla can join into the thread and share her views.

OK. ;-)

Packet Loss,

I would say it depends on your career goals and your level of experience so 
far. If you are somewhat new to networking, do the CCDP before you do CCIE. 
That way you'll gain more contextual knowledge and wisdom that will help 
you study the CCIE topics.

If you go directly to CCIE, you may find yourself learning networking 
minutiae without much understanding of why it's relevant, what problems it 
solves, which customers care about it, etc. For example, we hear from a lot 
of newbies with picky questions about SNA access lists (because they are on 
CCIE tests) who seem to have no clue how SNA works in a typical LAN/WAN 
internetwork. These folks don't have a chance in hexx of passing the CCIE 
tests. Studying for CCDP would help them gain some background knowledge 
first, as well as help them develop important design skills.

On the other hand, if you are already an experienced network engineer, and 
your career goals involve quickly getting to the top of the ladder in a 
network operations role, just go straight for your CCIE. Having the CCIE 
tells employers that you are a guru. With your CCIE, you will probably get 
to do some design work, if that's what interests you. There's really no 
need to have CCDP also.

Unfortunately, Cisco no longer has a CCIE-level design test. Some employers 
will recognize that having the CCDP means that you have reached the 
pinnacle of Cisco design certifications and that you have different and 
additional skills from a CCIE. Most employers won't even know what CCDP
means.

On the other hand, if you don't care too much about the perceptions of 
employers, and your interests definitely are design, then go for the CCDP, 
regardless of whether you also go for your CCIE. The CCDP qualifies you as 
being very knowledgeable about networking protocols, technologies, etc., 
and how they apply to various network environments. It just doesn't go the 
next step to say that you can also very quickly configure Cisco routers to 
meet the advanced requirements of rather strange and convoluted scenarios 
(which the CCIE lab does). One major requirement for CCIE is speed when 
configuring. Those of us who think outside the box too much, have a hard 
time with this. ;-)

Priscilla


thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc

Packet Loss  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Morning All,
 
  Stumbled upon this NG and feel like I have found a gold mine. Have
one
  more test to go (640-506, support) to complete the CCNP.
 
  Struggling with... do I go Design route or CCIE route. I can see pros and
  cons to both directions. I am curious to what direction others in my
shoes
  have done and what techniques they used to get there, i.e., which books
for
  each path.
 
  Looking for any and all feedback to consider..
 
  Thanks in advance for your time and advice.
 
  Packet-Loss


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31891t=31849
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: EIGRP 'default network' Rehash [7:31799]

2002-01-14 Thread s vermill

Chuck,

Let there be light (finally).  I couldn't get the default to propagate
because I had auto-summary turned off.  As you were trying to tell me, if
the only route in a downstream table is non-natural, it will not be flagged
as a default candidate.

By the way, if you manually summarize at the interface, or if you turn on
auto-summary for the AS, the route gets flagged as default downstream.  This
is why you must issue the 'ip default-net' for the classful network - the
'ip default-net' for a subnet only has local significance.

Many thanks to all of you who suffered through this with me.  And if you
feel that there is still something I am not getting, please leave me in
blissful ignorance (just kidding).

Regards,

Scott



Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31892t=31799
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: TCP port 280 [7:31867]

2002-01-14 Thread MADMAN

I found this in /etc/services

http-mgmt   280/tcp
http-mgmt   280/udp

  Dave

Martin Roy wrote:
 
 Can any one tell me which application is using port 280?  I get several
hits
 on my access-list from port 280 but I cannot seem to narrow the source.
 
 Thanks
 
 Martin
 
 Martin Roy
 Network Support Specialist
 Nuvo Network Management
-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

Emotion should reflect reason not guide it




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31893t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Cli clear ? [7:31881]

2002-01-14 Thread MADMAN

better yet ctrl u

  Dave

Steven A. Ridder wrote:
 
 control + C is my little secret
 
 --
 RFC 1149 Compliant.
 
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

-- 
David Madland
Sr. Network Engineer
CCIE# 2016
Qwest Communications Int. Inc.
[EMAIL PROTECTED]
612-664-3367

Emotion should reflect reason not guide it




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31894t=31881
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: SPAN problems [7:31886]

2002-01-14 Thread KC Krebs

Dont forget the direction to monitor tfaffic.

Set span   Source module and port numbers   Destination
module and port numbers   both Both receiving and transmitting traffic


KC


 wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Greetings all,

 I'm trying to SPAN a vlan to a port on a cat6509 with CATOS 6.3.3, I
 can't seem to receive any traffic.

 set span 801 4/22

 Any ideas?

 Thanks..Nabil




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31895t=31886
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: EIGRP 'default network' Rehash [7:31799]

2002-01-14 Thread Cisco Nuts

Hello Murtaza,
My problem was that the core router was running BGP (simulated ISP 
connection) and I also had the 0.0.0.0 0.0.0.0 s0 route and I redistributed 
this into eigrp so as to inject a default route of D EX to other routers in 
my EIGRP domain.
Question is: Would this default route on my core router be used for all 
outing connections to the Internet? Wouldn't this also override BGP as it 
has a AD of 0 compared to that of 20 of BGP?
Please advise.
Thank you.


From: Murtaza Syed 
Reply-To: Murtaza Syed 
To: [EMAIL PROTECTED]
Subject: Re: EIGRP 'default network' Rehash [7:31799]
Date: Mon, 14 Jan 2002 01:37:29 -0500

Following is some info from Cisco's site:
http://www.cisco.com/warp/public/103/eigrp8.html

Default Routing

There are two ways to inject a default route into EIGRP: redistribute a
static route or summarize to 0.0.0.0/0. Use the first method when
you want to draw all traffic to unknown destinations to a default route at
the core of the network. This method is effective for advertising
connections to the Internet. For example:

  ip route 0.0.0.0 0.0.0.0 x.x.x.x (next hop to the internet)
  !
  router eigrp 100
   redistribute static
   default-metric 1 1 255 1 1500

The static route that is redistributed into EIGRP does not have to be to
network 0.0.0.0. If you use another network, you must use the ip
default-network command to mark the network as a default network. Please
refer to Configuring a Gateway of Last Resort for further
information.

Summarizing to a default route is effective only when you want to provide
remote sites with a default route. Since summaries are configured
per interface, you don't need to worry about using distribute-lists or 
other
mechanisms to prevent the default route from being propagated
toward the core of your network. Note that a summary to 0.0.0.0/0 overrides
a default route learned from any other routing protocol. The
only way to configure a default route on a router using this method is to
configure a static route to 0.0.0.0/0. (Beginning in Cisco IOS
Software 12.0(4)T, you can also configure an administrative distance on the
end of the summary-address command, so the local summary
doesn't override the 0.0.0.0/0 route).

  router eigrp 100
   network 10.0.0.0
  !
  interface serial 0
   encapsulation frame-relay
   no ip address
  !
  interface serial 0.1 point-to-point
   ip address 10.1.1.1
   frame-relay interface-dlci 10
   ip summary-address eigrp 100 0.0.0.0 0.0.0.0

Regards,

Murtaza

- Original Message -
From: s vermill
To:
Sent: Sunday, January 13, 2002 4:33 PM
Subject: EIGRP 'default network' Rehash [7:31799]


  Sorry to bring this up again but apparently, for at least some of us, it
  needs to be.  I chimed in the other day and offered a way to get EIGRP 
to
  distribute a default route.  That basically amounted to simply defining 
a
  static to 0.0.0.0 and redistributing static into EIGRP (whoever 
corrected
me
  by pointing out that the 'network 0.0.0.0' command isn't necessary, I
thank
  you (it was in BSCN)).
 
  Wayne jumped in and explained some problems with EIGRP and the 'ip
  default-network' command.  I thought it all sounded quite reasonable.  
So
I
  tried this in the lab for several hours today (no get a life remarks
  please).  I must be really dense, because nothing I try works quite the
way
  (that I thought) it was described.  It seems that the only way to
  sucessfully use the default-network is to configure it on every single
  router in the AS (I tried this with RIP just as a sanity check and it
worked
  just fine).
 
  If that is the case, can a good argument be made in favor of this 
approach
  over redistributing static?  Or summarizing to 0.0.0.0 0.0.0.0 on an
  interface?  Both of those, at least, propogate throughout the AS after
  configuration on just one router.
 
  Thanks in advance,
 
  Scott
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31896t=31799
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: linux mailing group [7:31848]

2002-01-14 Thread Paul Borghese

This may sound obvious, but have you tried Redhat.com?  Check out:

https://listman.redhat.com/mailman/listinfo/



Paul


- Original Message -
From: Ing. Milton Amador Z. 
To: 
Sent: Monday, January 14, 2002 11:47 AM
Subject: Re: linux mailing group [7:31848]


 [EMAIL PROTECTED]
 - Original Message -
 From: Brian Whalen
 To:
 Sent: Monday, January 14, 2002 10:36 AM
 Subject: Re: linux mailing group [7:31848]


  www.svlug.org
  www.kernel-panic.org
 
  Brian Sonic Whalen
  Success = Preparation + Opportunity
 
 
  On Mon, 14 Jan 2002, george gittins wrote:
 
   i been looking for a linux redhat mailing group where i can ask
 technical
   questions. any sugesstions?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31897t=31848
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Mac address for Serial Ports?? [7:31898]

2002-01-14 Thread Cisco Nuts

Hello,
Is there a way of verifying that a serial port in borrowing the mac address 
of the Ethernet/Tr port when it is connecting to another router in an IP 
network?
I see this in an ipx network but not in an ip network. sh ipx int s0

I tried the debug ip packet, detail, debug arp, debug broadcast etc. but I 
am not seeing that the serial port is using a mac address.

What test can I do on my router to check that the serial port does borrow 
the first available Mac address of a Ethernet port on a router?

Thank you.

_
Join the worlds largest e-mail service with MSN Hotmail. 
http://www.hotmail.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31898t=31898
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Upgrading a 2502 via the console port? [7:31899]

2002-01-14 Thread Cisco Nuts

Hello,
Is there a way to upgrade the ios on a 2502 router via the console port?
I have used the xmodem -c  command on a 2600 and a 3600 series 
router but cannot use this on the 2500 series.

Has anyone had success on a 2500 TR router?

Thank you.



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31899t=31899
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Cli clear ? [7:31881]

2002-01-14 Thread Sean Knox

You can UNIX control-keys to quickly move around the CLI:

ctrl-u: clear the entire CLI
ctrl-w: clear the word before the cursor
ctrl-a: jump to the beginning of a command
ctrl-w: jump to the end of a command

There are others, but those are the ones I use the most often.

- Sean

-Original Message-
From: Joaquim Lopes [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 9:11 AM
To: [EMAIL PROTECTED]
Subject: Cli clear ? [7:31881]


Hi, how can i clear the command quickly?

Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31900t=31881
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



debug broadcast command [7:31901]

2002-01-14 Thread Cisco Nuts

Hello,
Sorry for my previous email regarding seeing the mac address used by a 
serial port.
The correct post should have been What test can I do on my router to see 
the mac address used by the serial port from the output of a #debug 
broadcast command ??

And incidentally, this command is only available on ios ver. 10.3 which I am 
running on my 4500.
But NOT present on ios 11.3 or 12.0.9?? Looks like the #debug arp has 
replaced it??

Please advsie


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31901t=31901
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Custom Telnet Application [7:31889]

2002-01-14 Thread Brad Ellis

Would anyone be interested in using a custom telnet application that has
some built-in macros?  (sh ip route, some initial setup stuff, automated
switching between devices on a comm-server, etc)

If you're interested in something like this, please RESPOND to this message
on Groupstudy with your email address.  If there's enough of a response,
I'll write the app and email it to you when it's done.

Also, if you want to suggest some custom macro's or custom features, include
them in your post.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
used Cisco gear:  www.optsys.net
CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31889t=31889
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



NAT Problems with 12.2(5)? RE: Gawd I hate my life [7:31883]

2002-01-14 Thread Kaminski, Shawn G

Regarding IOS's, has anyone had any problems with NAT when using 12.2(5)?
Without going into details, we're having some NAT issues and it seems to
have started after upgrading our routers to 12.2(5). CCO doesn't currently
show any NAT problems or bugs with this version. 

Shawn K.

-Original Message-
From: Brad Ellis [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 14, 2002 11:29 AM
To: [EMAIL PROTECTED]
Subject: Re: Gawd I hate my life ;-gt; [7:31817]


snip
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE 
 SOFTWARE (f
snip

dont use IOS 12.(5)T10.  you folks you should be using 12.(5)T9, it has less
bugs in it.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
[EMAIL PROTECTED]
used Cisco gear:  www.optsys.net
CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html
Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 OK, so I've been doing rack testing for some people who are going to 
 be going public Real Soon Now.

 Got some things mocked up. Some of which relate to topics discussed on
this
 forum yesterday and today. I need to check something and issue the 
 command show ip prot enter.

 r2#sh ip prot
 % Ambiguous command:  sh ip prot
 r2#

 well, now...

 r2#show ip prot?
 protocol-discovery  protocols

 r2#show ip prot

 so what is show ip protocol-discovery?

 r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


 OK. so a command I've been using since 11.2 is no longer valid. except
that
 it is on other routers.

 but look - still good on other routers:

 r3#sh ip prot?
 protocols

 r3#sh ip prot


 OK, check CCO, no record of any such command as show ip 
 protocol-discovery in any command reference I check. A search of CCO 
 for the phrase reveals nothing.

 now what?

 the IOS version in question is:

 r2#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE 
 SOFTWARE (f
 c2)

 sigh. have not run into this before, not in two trips through the lab, 
 not on any number of routers and IOS versions, both at home and in 
 customer installations.

 Anyone got any clue what show IP protocol-discovery does?

 sheesh.. another good shortcut down the tubes.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31883t=31883
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: What good is this stuff, anyway? [7:31705]

2002-01-14 Thread Hartnell, George

I watched, again, the most excellent Flight of the Phoenix over the
weekend.  (Yes, folks, I do have a life besides IT..)  As sometimes happens
after re-visiting a film, I discovered another perspective, maybe even
relevant to IT engineering.

There was a point, in the movie, that the engineer was in complete control.
Who is in authority, here?  As long as the aircraft was on the ground, in
the design/construction phase, the engineer had complete, ruthless, but
necessary, control.

As soon as the engine started, however, that control shifted over to the
pilot of the aircraft.  The control shifted immediately and entirely.

The pilot, you see, had many years of practical experience *flying*
aircraft.  The engineer's task was done.

Maybe there is a lesson here.  Sure, and engineer can have that coveted CCIE
(or MCSE, or CNE, etc., etc.), but it takes a different kind of person to
get the system off the ground and keep it flying.

Best, G.
VP OGC

When you're wounded and left on Afghanistan's plains,
And the women come out to cut up what remains,
Jest roll to your rifle and blow out your brains
   An' go to your Gawd like a soldier.
Kipling, on other wars with different soldiers




 -Original Message-
 From: Chuck Larrieu [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 11, 2002 8:53 PM
 To: [EMAIL PROTECTED]
 Subject: OT: What good is this stuff, anyway? [7:31705]
 
 
 I had the extreme good fortune of sitting in a meeting today with a
 customer. The project has moved out of the sales phase ( a year in the
 making ) and into the project phase. In attendance were the 
 customer's top
 IT networking staff and my employer's project team.
 
 This ended up being a four hour meeting, completely dominated 
 by Customer IT
 Director and my employer's Mr. CCIE
 
 One of the high points? the customer had sent Mr. CCIE an L3 switch
 configuration the previous day. Mr. CCIE was to offer comment 
 on the design.
 Mr. CCIE said from what I see here, I'll bet you have a 
 routing loop. I'll
 bet that if you do a traceroute from that switch to this 
 particular network
 it will go nowhere. The customer said you're on, telnetted into the
 switch, performed the trace, and sure enough, the * * * * * * 
 appeared after
 three hops. You shoulda seen this guy's face!
 
 this was but a small part of a fascinating dialogue between 
 the customer and
 Mr. CCIE.
 
 Oh, it did not hurt that Mr. CCIE had fifteen years 
 technology experience,
 and ten years in networking.
 
 Anyway, back to the books. I'm jazzed about learning the 
 dirty little BS
 things again!
 
 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31887t=31705
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Gawd I hate my life ;- [7:31817]

2002-01-14 Thread Gaz

Mmmm... I've just spent half the day getting ambiguous command for wr m.
Can't get it out of my system now - old dogs/new tricks.

Gaz

Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 OK, so I've been doing rack testing for some people who are going to be
 going public Real Soon Now.

 Got some things mocked up. Some of which relate to topics discussed on
this
 forum yesterday and today. I need to check something and issue the command
 show ip prot enter.

 r2#sh ip prot
 % Ambiguous command:  sh ip prot
 r2#

 well, now...

 r2#show ip prot?
 protocol-discovery  protocols

 r2#show ip prot

 so what is show ip protocol-discovery?

 r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


 OK. so a command I've been using since 11.2 is no longer valid. except
that
 it is on other routers.

 but look - still good on other routers:

 r3#sh ip prot?
 protocols

 r3#sh ip prot


 OK, check CCO, no record of any such command as show ip protocol-discovery
 in any command reference I check. A search of CCO for the phrase reveals
 nothing.

 now what?

 the IOS version in question is:

 r2#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
 SOFTWARE (f
 c2)

 sigh. have not run into this before, not in two trips through the lab, not
 on any number of routers and IOS versions, both at home and in customer
 installations.

 Anyone got any clue what show IP protocol-discovery does?

 sheesh.. another good shortcut down the tubes.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31903t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Upgrading a 2502 via the console port? [7:31899]

2002-01-14 Thread Martin Roy

Have you tried the link below?

http://www.cisco.com/warp/public/130/xmodem_generic.html

Martin Roy
Network Support Specialist 
Nuvo Network Management 
2650 Queensview Drive Suite 260 
Ottawa, ON K2B 8H6 
Tel: (613) 726-5074 
Fax: (613) 721-1399 
E-mail: 
 - Maximizing Network Availability



-Original Message-
From: Cisco Nuts [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 14:55
To: [EMAIL PROTECTED]
Subject: Upgrading a 2502 via the console port? [7:31899]


Hello,
Is there a way to upgrade the ios on a 2502 router via the console port?
I have used the xmodem -c  command on a 2600 and a 3600 series 
router but cannot use this on the 2500 series.

Has anyone had success on a 2500 TR router?

Thank you.



_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31902t=31899
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Mac address for Serial Ports?? [7:31898]

2002-01-14 Thread Priscilla Oppenheimer

Serial interfaces don't have MAC addresses. IPX is a special case because 
the network-layer node address IS the MAC address.

Think about frame formats and identifications for WAN protocols. What 
identifies the sender in Frame Relay? A DLCI. How about ATM? A VPI/VCI 
pair. How about PPP? No need because it's point-to-point. How about HDLC. 
No need because it's point-to-point (in Cisco HDLC anyway).

How does a network layer address get mapped to a data-link identifier? 
Static mapping or Inverse ARP for some protocols. PPP has the NCP which 
sits between the two layers.

Priscilla

At 02:51 PM 1/14/02, Cisco Nuts wrote:
Hello,
Is there a way of verifying that a serial port in borrowing the mac address
of the Ethernet/Tr port when it is connecting to another router in an IP
network?
I see this in an ipx network but not in an ip network. sh ipx int s0

I tried the debug ip packet, detail, debug arp, debug broadcast etc. but I
am not seeing that the serial port is using a mac address.

What test can I do on my router to check that the serial port does borrow
the first available Mac address of a Ethernet port on a router?

Thank you.

_
Join the worlds largest e-mail service with MSN Hotmail.
http://www.hotmail.com


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31904t=31898
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: debug broadcast command [7:31901]

2002-01-14 Thread John Neiberger

A serial port does not have a MAC address.  In IPX, a host address
consists of the network address followed by a six-byte host portion
which--as you noticed--gets borrowed from the MAC address of the
ethernet interface.  So, the serial link does not have a MAC address,
but it borrows the MAC address from the ethernet interface to construct
an IPX host address.  This sort of thing is not necessary with IP.

HTH,
John

 Cisco Nuts  1/14/02 1:14:35 PM 
Hello,
Sorry for my previous email regarding seeing the mac address used by a

serial port.
The correct post should have been What test can I do on my router to
see 
the mac address used by the serial port from the output of a #debug 
broadcast command ??

And incidentally, this command is only available on ios ver. 10.3 which
I am 
running on my 4500.
But NOT present on ios 11.3 or 12.0.9?? Looks like the #debug arp has 
replaced it??

Please advsie


_
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31906t=31901
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Equivalent of Circuit Emu on 6500?!?! [7:31909]

2002-01-14 Thread Michael Williams

Hey all. I know that you can use Circuit Emulation to run T1 voice
trunks over ATM PVCs in the LS1010.  Is there a way to do that on the
6500s?  Where would I even begin to find out if/how it can be done?  Can I
use EM Modules on a special linecard, etc?

Any input is appreciated!

Mike W.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31909t=31909
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: I need Help in Cisco [7:31875]

2002-01-14 Thread NetEng

Have your web browsers proxy config point to your squid box. you dont really
need to setup anything on the router.

Ing. Milton Amador Z.  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I have one Cisco 3640 i need to send all my trafic www to one linux box,
in
 this linux box i have Proxy squid, but i don4t know how make this.

 Somebody know how make this?


 Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31910t=31875
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



IOS BUG: WAS - Re: Gawd I hate my life ;-amp;gt; [7:31817]

2002-01-14 Thread Chuck Larrieu

FYI I have a case open with Cisco TAC on this. They were unable to
duplicate, but it turns out they were using a 2513 as their test machine,
not a 3620 image.  There is nothing on TAC about this thing.

As I said to the TAC engineer, it's not a show stopper by any means. Just
puzzling.

Chuck


Brad Ellis  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 snip
  Cisco Internetwork Operating System Software
  IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
  SOFTWARE (f
 snip

 dont use IOS 12.(5)T10.  you folks you should be using 12.(5)T9, it has
less
 bugs in it.

 thanks,
 -Brad Ellis
 CCIE#5796 (RS / Security)
 Network Learning Inc
 [EMAIL PROTECTED]
 used Cisco gear:  www.optsys.net
 CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html
 Chuck Larrieu  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  OK, so I've been doing rack testing for some people who are going to be
  going public Real Soon Now.
 
  Got some things mocked up. Some of which relate to topics discussed on
 this
  forum yesterday and today. I need to check something and issue the
command
  show ip prot enter.
 
  r2#sh ip prot
  % Ambiguous command:  sh ip prot
  r2#
 
  well, now...
 
  r2#show ip prot?
  protocol-discovery  protocols
 
  r2#show ip prot
 
  so what is show ip protocol-discovery?
 
  r2#sh ip protocol-discovery ?
interface  Show for a specific interface
protocol   Show stats about a pariticula protocol
stats  Show Stats
top-n  Show Top-N protocols by bytes
|  Output modifiers
 
 
  OK. so a command I've been using since 11.2 is no longer valid. except
 that
  it is on other routers.
 
  but look - still good on other routers:
 
  r3#sh ip prot?
  protocols
 
  r3#sh ip prot
 
 
  OK, check CCO, no record of any such command as show ip
protocol-discovery
  in any command reference I check. A search of CCO for the phrase reveals
  nothing.
 
  now what?
 
  the IOS version in question is:
 
  r2#sh ver
  Cisco Internetwork Operating System Software
  IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
  SOFTWARE (f
  c2)
 
  sigh. have not run into this before, not in two trips through the lab,
not
  on any number of routers and IOS versions, both at home and in customer
  installations.
 
  Anyone got any clue what show IP protocol-discovery does?
 
  sheesh.. another good shortcut down the tubes.
 
  Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31905t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



NAT Problems with 12.2(5)? RE: Gawd I hate my life [7:31883]

2002-01-14 Thread Patrick Ramsey

Does this have anythign to do with the wrong nat pool being used for a given
interface?  Or the use of only one nat pool regardless fo interface?

-Patrick

 Kaminski, Shawn G  01/14/02 03:32PM 
Regarding IOS's, has anyone had any problems with NAT when using 12.2(5)?
Without going into details, we're having some NAT issues and it seems to
have started after upgrading our routers to 12.2(5). CCO doesn't currently
show any NAT problems or bugs with this version. 

Shawn K.

-Original Message-
From: Brad Ellis [mailto:[EMAIL PROTECTED]] 
Sent: Monday, January 14, 2002 11:29 AM
To: [EMAIL PROTECTED] 
Subject: Re: Gawd I hate my life ;-gt; [7:31817]


snip
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE 
 SOFTWARE (f
snip

dont use IOS 12.(5)T10.  you folks you should be using 12.(5)T9, it has less
bugs in it.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
[EMAIL PROTECTED] 
used Cisco gear:  www.optsys.net 
CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html 
Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 OK, so I've been doing rack testing for some people who are going to 
 be going public Real Soon Now.

 Got some things mocked up. Some of which relate to topics discussed on
this
 forum yesterday and today. I need to check something and issue the 
 command show ip prot enter.

 r2#sh ip prot
 % Ambiguous command:  sh ip prot
 r2#

 well, now...

 r2#show ip prot?
 protocol-discovery  protocols

 r2#show ip prot

 so what is show ip protocol-discovery?

 r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


 OK. so a command I've been using since 11.2 is no longer valid. except
that
 it is on other routers.

 but look - still good on other routers:

 r3#sh ip prot?
 protocols

 r3#sh ip prot


 OK, check CCO, no record of any such command as show ip 
 protocol-discovery in any command reference I check. A search of CCO 
 for the phrase reveals nothing.

 now what?

 the IOS version in question is:

 r2#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE 
 SOFTWARE (f
 c2)

 sigh. have not run into this before, not in two trips through the lab, 
 not on any number of routers and IOS versions, both at home and in 
 customer installations.

 Anyone got any clue what show IP protocol-discovery does?

 sheesh.. another good shortcut down the tubes.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31907t=31883
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: I need Help in Cisco [7:31875]

2002-01-14 Thread Patrick Ramsey

I don't even think I understand the question

Where does the 3640 come into play?

-Patrick

 NetEng  01/14/02 04:17PM 
Have your web browsers proxy config point to your squid box. you dont really
need to setup anything on the router.

Ing. Milton Amador Z.  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 I have one Cisco 3640 i need to send all my trafic www to one linux box,
in
 this linux box i have Proxy squid, but i don4t know how make this.

 Somebody know how make this?


 Thanks




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31912t=31875
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



DS3 requirments [7:31914]

2002-01-14 Thread Richard Tufaro

Hey guys...is there a quick rundown of the best hardware software, that
would be good for a DS3 connection?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31914t=31914
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: NAT Problems with 12.2(5)? RE: Gawd I hate my [7:31913]

2002-01-14 Thread R. Benjamin Kessler

What platform?  I was doing a bug search for 7200's and saw several NAT
bugs - some of which are unresolved.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of
Patrick Ramsey
Sent: Monday, January 14, 2002 3:24 PM
To: [EMAIL PROTECTED]
Subject: NAT Problems with 12.2(5)? RE: Gawd I hate my life [7:31883]


Does this have anythign to do with the wrong nat pool being used for a given
interface?  Or the use of only one nat pool regardless fo interface?

-Patrick

 Kaminski, Shawn G  01/14/02 03:32PM 
Regarding IOS's, has anyone had any problems with NAT when using 12.2(5)?
Without going into details, we're having some NAT issues and it seems to
have started after upgrading our routers to 12.2(5). CCO doesn't currently
show any NAT problems or bugs with this version.

Shawn K.

-Original Message-
From: Brad Ellis [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 11:29 AM
To: [EMAIL PROTECTED]
Subject: Re: Gawd I hate my life ;-gt; [7:31817]


snip
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
 SOFTWARE (f
snip

dont use IOS 12.(5)T10.  you folks you should be using 12.(5)T9, it has less
bugs in it.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
[EMAIL PROTECTED]
used Cisco gear:  www.optsys.net
CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html
Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 OK, so I've been doing rack testing for some people who are going to
 be going public Real Soon Now.

 Got some things mocked up. Some of which relate to topics discussed on
this
 forum yesterday and today. I need to check something and issue the
 command show ip prot enter.

 r2#sh ip prot
 % Ambiguous command:  sh ip prot
 r2#

 well, now...

 r2#show ip prot?
 protocol-discovery  protocols

 r2#show ip prot

 so what is show ip protocol-discovery?

 r2#sh ip protocol-discovery ?
   interface  Show for a specific interface
   protocol   Show stats about a pariticula protocol
   stats  Show Stats
   top-n  Show Top-N protocols by bytes
   |  Output modifiers


 OK. so a command I've been using since 11.2 is no longer valid. except
that
 it is on other routers.

 but look - still good on other routers:

 r3#sh ip prot?
 protocols

 r3#sh ip prot


 OK, check CCO, no record of any such command as show ip
 protocol-discovery in any command reference I check. A search of CCO
 for the phrase reveals nothing.

 now what?

 the IOS version in question is:

 r2#sh ver
 Cisco Internetwork Operating System Software
 IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
 SOFTWARE (f
 c2)

 sigh. have not run into this before, not in two trips through the lab,
 not on any number of routers and IOS versions, both at home and in
 customer installations.

 Anyone got any clue what show IP protocol-discovery does?

 sheesh.. another good shortcut down the tubes.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31913t=31913
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Custom Telnet Application [7:31889]

2002-01-14 Thread Wright, Jeremy

count me in

-Original Message-
From: Brad Ellis [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 2:32 PM
To: [EMAIL PROTECTED]
Subject: Custom Telnet Application [7:31889]


Would anyone be interested in using a custom telnet application that has
some built-in macros?  (sh ip route, some initial setup stuff, automated
switching between devices on a comm-server, etc)

If you're interested in something like this, please RESPOND to this message
on Groupstudy with your email address.  If there's enough of a response,
I'll write the app and email it to you when it's done.

Also, if you want to suggest some custom macro's or custom features, include
them in your post.

thanks,
-Brad Ellis
CCIE#5796 (RS / Security)
Network Learning Inc
used Cisco gear:  www.optsys.net
CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31908t=31889
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Gawd I hate my life ;-amp;gt; [7:31817]

2002-01-14 Thread Gaz

Does that go for 3660 too:

IOS (tm) 3600 Software (C3660-JK2S-M), Version 12.1(5)T10,

Spent all day pre-staging this - please break the news gently Brad.


Gaz


Brad Ellis  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 snip
  Cisco Internetwork Operating System Software
  IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
  SOFTWARE (f
 snip

 dont use IOS 12.(5)T10.  you folks you should be using 12.(5)T9, it has
less
 bugs in it.

 thanks,
 -Brad Ellis
 CCIE#5796 (RS / Security)
 Network Learning Inc
 [EMAIL PROTECTED]
 used Cisco gear:  www.optsys.net
 CCIE Labs, racks, and classes:  http://www.ccbootcamp.com/quicklinks.html
 Chuck Larrieu  wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  OK, so I've been doing rack testing for some people who are going to be
  going public Real Soon Now.
 
  Got some things mocked up. Some of which relate to topics discussed on
 this
  forum yesterday and today. I need to check something and issue the
command
  show ip prot enter.
 
  r2#sh ip prot
  % Ambiguous command:  sh ip prot
  r2#
 
  well, now...
 
  r2#show ip prot?
  protocol-discovery  protocols
 
  r2#show ip prot
 
  so what is show ip protocol-discovery?
 
  r2#sh ip protocol-discovery ?
interface  Show for a specific interface
protocol   Show stats about a pariticula protocol
stats  Show Stats
top-n  Show Top-N protocols by bytes
|  Output modifiers
 
 
  OK. so a command I've been using since 11.2 is no longer valid. except
 that
  it is on other routers.
 
  but look - still good on other routers:
 
  r3#sh ip prot?
  protocols
 
  r3#sh ip prot
 
 
  OK, check CCO, no record of any such command as show ip
protocol-discovery
  in any command reference I check. A search of CCO for the phrase reveals
  nothing.
 
  now what?
 
  the IOS version in question is:
 
  r2#sh ver
  Cisco Internetwork Operating System Software
  IOS (tm) 3600 Software (C3620-JS56I-M), Version 12.1(5)T10,  RELEASE
  SOFTWARE (f
  c2)
 
  sigh. have not run into this before, not in two trips through the lab,
not
  on any number of routers and IOS versions, both at home and in customer
  installations.
 
  Anyone got any clue what show IP protocol-discovery does?
 
  sheesh.. another good shortcut down the tubes.
 
  Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31911t=31817
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Encapsulation Failed [7:31916]

2002-01-14 Thread Fraasch James

I ran into a problem this weekend. I have a 7204 on one end and an IBM 6611
on the other of a point to point T-1.  IBM requires PPP encapsulation.  I
debugged and got the following:

*Jan 12 02:57:19.231: IP: s=172.25.137.201 (local), d=224.0.0.5 (Serial3/7),
len
 64, sending broad/multicast
*Jan 12 02:57:19.231: Se3/7 PPP: Outbound ip packet dropped, line protocol
not u
p
*Jan 12 02:57:19.231: IP: s=172.25.137.201 (local), d=224.0.0.5 (Serial3/7),
len
 64, encapsulation failed
*Jan 12 02:57:19.347: LSP-TUNNEL-TIMER: timer fired for Tunnel Head Checkup

I know one of those lines says that the line protocol is not up but I
guarantee that it is. We were switching out an existing router that used
that line just fine.

The Cisco Tech I talked to wanted to talk about reversing the bits and
seeing what that does.  That's crap.  It looks to be just an ARP problem but
I can fix it.  Has anyone other there ran into this problem before, and if
so, how did it get fixed?

This is my first post. Please dont leave me hanging.


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31916t=31916
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: DS3 requirments [7:31914]

2002-01-14 Thread Lupi, Guy

Really depends on what you want to do, what are you going to run on the
router, BGP, OSPF, EIGRP, what is your budget?  The best hardware solution
often means the best solution you can get for the money you are alloted.
You could go all out and buy a GSR, but if you only have one DS3 that is
kind of overkill :).

-Original Message-
From: Richard Tufaro [mailto:[EMAIL PROTECTED]]
Sent: Monday, January 14, 2002 5:01 PM
To: [EMAIL PROTECTED]
Subject: DS3 requirments [7:31914]


Hey guys...is there a quick rundown of the best hardware software, that
would be good for a DS3 connection?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31915t=31914
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: OT - Cisco lightstream ATM configs [7:31758]

2002-01-14 Thread Chuck Larrieu

well, this has been an interesting search. finally got something that
appears to work.

For those whose rack rental places continue to expect you to configure the
lightstream as well as the router side of things, something like this
appears to work.

ATM1 atm pvc a b interface atm 2 c d

ATM2  no configuration required

so in the particular pod where I am working:

interface ATM0/0/0
 no ip address
 no ip directed-broadcast
 atm ilmi-keepalive
!
interface ATM0/0/2
 no ip address
 no ip directed-broadcast
 atm ilmi-keepalive
 atm pvc 1 52  interface  ATM0/0/0 1 50
!

note that ATM 0/0/0 has no pvc configuration

test with:

ls1010#sh atm vc
InterfaceVPI   VCI   TypeX-Interface  X-VPI X-VCI  Encap Status
ATM0/0/0 1 50 PVC ATM0/0/2 1 52   UP
ATM0/0/2 1 52 PVC ATM0/0/0 1 50   UP

now I have end to end ( assuming the router side is configured correctly )

interesting. time wasting.

Chuck


Chuck Larrieu  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Anyone have some sample Lightstream 1010 configs they can send me
privately?
 for configuring the LS so that ATM edge routers can route over ATM?

 Yes I have checked CCO and the doc CD. I could spend a good portion of my
 life studying how to set up a Lightstream so that ATM routers ( 36xx and
 72xx ) can route across ATM, or I can rely on the good will of some of you
 folks.

 Hint to rack rental places: ATM core switch configuration is NOT part of
the
 CCIE R/S competency. The LS is NOT on the equipment list for the R/S Lab,
 and neither I nor anyone else I know has been required to configure an LS
in
 the Lab. I rent your rack time so I can practice the required competencies
 ( of which there are MANY ) Same for frame, BTW.

 thanks.

 Chuck




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31917t=31758
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: TCP port 280 [7:31867]

2002-01-14 Thread CCIE Student

http based mngt on some hp printers. check out list of
registered ports with IANA.
http://www.iana.org/assignments/port-numbers

hope that helps.
--- Martin Roy  wrote:
 Can any one tell me which application is using port
 280?  I get several hits
 on my access-list from port 280 but I cannot seem to
 narrow the source.
  
 Thanks
  
 Martin
 
 Martin Roy 
 Network Support Specialist 
 Nuvo Network Management
[EMAIL PROTECTED]


__
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31918t=31867
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Mac address for Serial Ports?? [7:31898]

2002-01-14 Thread Priscilla Oppenheimer

At 10:50 PM 1/14/02, Cisco Nuts wrote:
Sorry Priscilla but I am trying to understand, IP does not need a mac 
address to get to the next hop( on a point-to-point netw - PPP or HDLC)!! 
Why? Because it is a point-to-point as you say? But I thought ip was layer 
three.

It is Layer 3, but in most cases to send an IP packet requires a Layer 2 
address also. But not if there's only one possible recipient, the other end 
of the point-to-point link.

I'm not sure I understand your confusion, but maybe this will help. Compare 
IP on a LAN to IP on a WAN. For example, assume you have configured IP 
addresses on some Ethernet stations and also on some router serial 
interfaces and you're doing some pinging.

A LAN device sends an ARP packet to find the MAC address that maps to the 
destination IP address. On a point-to-point WAN, a device doesn't do this. 
It assumes there's only one place the packet can go -- to the other end.

Also compare this to Frame Relay and ATM. In this case, a device learns in 
advance through Inverse ARP which data-link identifier to use when sending 
to an IP address.

Maybe the point is just too obvious or you haven't thought about the fact 
that a point-to-point link is a special case

Please send questions to the group. I like to answer to the group so that 
everyone benefits from the answer and any discussion that follows.

Priscilla


I understand in terms of ATM or FR but ip on a point-to-point?
Am I missing something here?
Sorry, can you help?


From: Priscilla Oppenheimer 
Reply-To: Priscilla Oppenheimer 
To: [EMAIL PROTECTED]
Subject: Re: Mac address for Serial Ports?? [7:31898]
Date: Mon, 14 Jan 2002 15:37:15 -0500

Serial interfaces don't have MAC addresses. IPX is a special case because
the network-layer node address IS the MAC address.

Think about frame formats and identifications for WAN protocols. What
identifies the sender in Frame Relay? A DLCI. How about ATM? A VPI/VCI
pair. How about PPP? No need because it's point-to-point. How about HDLC.
No need because it's point-to-point (in Cisco HDLC anyway).

How does a network layer address get mapped to a data-link identifier?
Static mapping or Inverse ARP for some protocols. PPP has the NCP which
sits between the two layers.

Priscilla

At 02:51 PM 1/14/02, Cisco Nuts wrote:
 Hello,
 Is there a way of verifying that a serial port in borrowing the mac
address
 of the Ethernet/Tr port when it is connecting to another router in an IP
 network?
 I see this in an ipx network but not in an ip network. sh ipx int s0
 
 I tried the debug ip packet, detail, debug arp, debug broadcast etc. but
I
 am not seeing that the serial port is using a mac address.
 
 What test can I do on my router to check that the serial port does borrow
 the first available Mac address of a Ethernet port on a router?
 
 Thank you.
 
 _
 Join the worlds largest e-mail service with MSN Hotmail.
 http://www.hotmail.com


Priscilla Oppenheimer
http://www.priscilla.com
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.





Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31919t=31898
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Encapsulation Failed [7:31916]

2002-01-14 Thread John Neiberger

Can we see the relevant portions of the config plus output from 'show
int'?

Thanks,
John

 Fraasch James  1/14/02 3:45:41 PM 
I ran into a problem this weekend. I have a 7204 on one end and an IBM
6611
on the other of a point to point T-1.  IBM requires PPP encapsulation. 
I
debugged and got the following:

*Jan 12 02:57:19.231: IP: s=172.25.137.201 (local), d=224.0.0.5
(Serial3/7),
len
 64, sending broad/multicast
*Jan 12 02:57:19.231: Se3/7 PPP: Outbound ip packet dropped, line
protocol
not u
p
*Jan 12 02:57:19.231: IP: s=172.25.137.201 (local), d=224.0.0.5
(Serial3/7),
len
 64, encapsulation failed
*Jan 12 02:57:19.347: LSP-TUNNEL-TIMER: timer fired for Tunnel Head
Checkup

I know one of those lines says that the line protocol is not up but I
guarantee that it is. We were switching out an existing router that
used
that line just fine.

The Cisco Tech I talked to wanted to talk about reversing the bits and
seeing what that does.  That's crap.  It looks to be just an ARP
problem but
I can fix it.  Has anyone other there ran into this problem before, and
if
so, how did it get fixed?

This is my first post. Please dont leave me hanging.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31920t=31916
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Encapsulation Failed [7:31916]

2002-01-14 Thread Priscilla Oppenheimer

At 05:45 PM 1/14/02, Fraasch James wrote:
I ran into a problem this weekend. I have a 7204 on one end and an IBM 6611
on the other of a point to point T-1.  IBM requires PPP encapsulation.  I
debugged and got the following:

*Jan 12 02:57:19.231: IP: s=172.25.137.201 (local), d=224.0.0.5 (Serial3/7),
len
  64, sending broad/multicast

Are you doing bridging? I know the IBM 6611 can act as a bridge. A router 
wouldn't normally even attempt to forward this packet addressed to a 
multicast address. It seems like you must be running OSPF in addition to 
bridging, though. That's the multicast address used for OSPF Hellos.

I think you'll have to send us your config and some information about the 
logical topology to get to the bottom of this.

Priscilla

*Jan 12 02:57:19.231: Se3/7 PPP: Outbound ip packet dropped, line protocol
not u
p
*Jan 12 02:57:19.231: IP: s=172.25.137.201 (local), d=224.0.0.5 (Serial3/7),
len
  64, encapsulation failed
*Jan 12 02:57:19.347: LSP-TUNNEL-TIMER: timer fired for Tunnel Head Checkup

I know one of those lines says that the line protocol is not up but I
guarantee that it is. We were switching out an existing router that used
that line just fine.

The Cisco Tech I talked to wanted to talk about reversing the bits and
seeing what that does.  That's crap.  It looks to be just an ARP problem but
I can fix it.  Has anyone other there ran into this problem before, and if
so, how did it get fixed?

This is my first post. Please dont leave me hanging.


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31921t=31916
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Mac address for Serial Ports?? [7:31898]

2002-01-14 Thread Cisco Nuts

Thank you very much.
Yes, I do understand now.
Regards.


From: Priscilla Oppenheimer 
Reply-To: Priscilla Oppenheimer 
To: [EMAIL PROTECTED]
Subject: Re: Mac address for Serial Ports?? [7:31898]
Date: Mon, 14 Jan 2002 18:33:24 -0500

At 10:50 PM 1/14/02, Cisco Nuts wrote:
 Sorry Priscilla but I am trying to understand, IP does not need a mac
 address to get to the next hop( on a point-to-point netw - PPP or HDLC)!!
 Why? Because it is a point-to-point as you say? But I thought ip was 
layer
 three.

It is Layer 3, but in most cases to send an IP packet requires a Layer 2
address also. But not if there's only one possible recipient, the other end
of the point-to-point link.

I'm not sure I understand your confusion, but maybe this will help. Compare
IP on a LAN to IP on a WAN. For example, assume you have configured IP
addresses on some Ethernet stations and also on some router serial
interfaces and you're doing some pinging.

A LAN device sends an ARP packet to find the MAC address that maps to the
destination IP address. On a point-to-point WAN, a device doesn't do this.
It assumes there's only one place the packet can go -- to the other end.

Also compare this to Frame Relay and ATM. In this case, a device learns in
advance through Inverse ARP which data-link identifier to use when sending
to an IP address.

Maybe the point is just too obvious or you haven't thought about the fact
that a point-to-point link is a special case

Please send questions to the group. I like to answer to the group so that
everyone benefits from the answer and any discussion that follows.

Priscilla


 I understand in terms of ATM or FR but ip on a point-to-point?
 Am I missing something here?
 Sorry, can you help?
 
 
 From: Priscilla Oppenheimer
 Reply-To: Priscilla Oppenheimer
 To: [EMAIL PROTECTED]
 Subject: Re: Mac address for Serial Ports?? [7:31898]
 Date: Mon, 14 Jan 2002 15:37:15 -0500
 
 Serial interfaces don't have MAC addresses. IPX is a special case 
because
 the network-layer node address IS the MAC address.
 
 Think about frame formats and identifications for WAN protocols. What
 identifies the sender in Frame Relay? A DLCI. How about ATM? A VPI/VCI
 pair. How about PPP? No need because it's point-to-point. How about 
HDLC.
 No need because it's point-to-point (in Cisco HDLC anyway).
 
 How does a network layer address get mapped to a data-link identifier?
 Static mapping or Inverse ARP for some protocols. PPP has the NCP which
 sits between the two layers.
 
 Priscilla
 
 At 02:51 PM 1/14/02, Cisco Nuts wrote:
  Hello,
  Is there a way of verifying that a serial port in borrowing the mac
address
  of the Ethernet/Tr port when it is connecting to another router in an 
IP
  network?
  I see this in an ipx network but not in an ip network. sh ipx int s0
  
  I tried the debug ip packet, detail, debug arp, debug broadcast etc. 
but
I
  am not seeing that the serial port is using a mac address.
  
  What test can I do on my router to check that the serial port does 
borrow
  the first available Mac address of a Ethernet port on a router?
  
  Thank you.
  
  _
  Join the worlds largest e-mail service with MSN Hotmail.
  http://www.hotmail.com
 
 
 Priscilla Oppenheimer
 http://www.priscilla.com
 _
 Get your FREE download of MSN Explorer at 
http://explorer.msn.com/intl.asp.
 




Priscilla Oppenheimer
http://www.priscilla.com
_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31922t=31898
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Fefault route for eigrp? [7:31592]

2002-01-14 Thread Scott

Is it possible to have 2 different routers in the same EIGRP AS each have a 
different default route? Essentially, a router will send a packet to the 
closest default route until 1 of those routes goes down, and then all will 
use the workng route?



On Friday 11 January 2002 09:54 am, MADMAN wrote:
 You don't add the network 0.0.0.0 to make it work otherwise your
 right on though adding the default-network command will work I prefer
 redistributing the static.

   Dave

 s vermill wrote:
  EIGRP behaves a little differently than all of the other protocols.  You
  first have to define a static 'ip route 0.0.0.0 0.0.0.0 x.x.x.x' and then
  add a 'network 0.0.0.0' to your EIGRP config.  I think you have to
  'redistribute static' as well.  It will not propogate a default as a
  result of the 'default-network' command.
 
  Regards

-- 
Scott Meyer
CCNA, CCDA, MCSE, etc.
[EMAIL PROTECTED]




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31923t=31592
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Encapsulation Failed [7:31916]

2002-01-14 Thread s vermill

Priscilla,

May I ask what led you to believe that bridging was involved as opposed to
just assuming that the source address was the Cisco router itself?

Just as an opportunity to learn something.

Regards,

Scott


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31924t=31916
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: DS3 requirments [7:31914]

2002-01-14 Thread George Murphy CCNP, MCSE

Richard, it really kind of depends on what kind of traffic etc will be 
going through. If a big corporate site with a 1000 plus users were using 
a DS3 fo internet and this corp had remote sites that were spokes. I 
would say go with a 7000 series of some sort. A nice modular 3600 series 
with a HHSI card and an Adtran CSU would get you there as well but is 
probably better for a smaller situation just my two cents but you 
may check Cisco's site for example designs to. Hope this helps

Richard Tufaro wrote:

Hey guys...is there a quick rundown of the best hardware software, that
would be good for a DS3 connection?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31925t=31914
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



SNMP Read-only Access [7:31926]

2002-01-14 Thread Quezada, Jose L

Hello all,
I have some doubts regarding SNMP. What exactly does SNMP read-only
give you? I believe it has to do with the MIB's, but considering Catalyst
5000 switches, what can you do with SNMP read-only and what requires
read-write. 

Also, if I want to only monitor the network from a NMS, is SNMP
read-only sufficient or do I also have to enable some traps. Can I have SNMP
read-only without any traps being enabled?

Any help would be appreciated.

Thanks.

Joe Quezada




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31926t=31926
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: Upgrading a 2502 via the console port? [7:31899]

2002-01-14 Thread Tan Ron

Hi,

I'm looking for a way to upgrade my 4000 via console as well. Let's keep in
touch.

Ron


Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31927t=31899
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: Encapsulation Failed [7:31916]

2002-01-14 Thread Priscilla Oppenheimer

At 07:57 PM 1/14/02, s vermill wrote:
Priscilla,

May I ask what led you to believe that bridging was involved as opposed to
just assuming that the source address was the Cisco router itself?

Good question. The IBM 6611 does bridging for one thing. The other hint was 
that it was attempting to send an OSPF Hello on a serial interface. Does 
OSPF do that?  How does it establish adjacency to a neighbor router on a 
WAN? On a point-to-point network, I figured it just knew who its neighbor
was.

On a non-broadcast, multiple-access network, such as Frame Relay, you 
normally configured the neighbor command.

I've only seen the OSPF multicast Hellos on LANs, (but I can't afford a WAN 
Sniffer anymore! ;-)

Gurus? Help? Thanks.

Priscilla

P.S. Anyone seeing this may be confused because you didn't include the 
original message. PLEASE, people, reply with the body of the message in the 
reply. We work in connectionless, stateless mode. How do you expect anyone 
to easily connect this to the discussion about a router failing to forward 
a packet on a PPP link to an IBM 6611. Hello?


Just as an opportunity to learn something.

Regards,

Scott


Priscilla Oppenheimer
http://www.priscilla.com




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7i=31928t=31916
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



  1   2   >