rsvp question [7:63965]

2003-02-27 Thread Casey, Paul (6822)
Hello, 
 
If I configure rsvp reservations across a frame-relay network, and I am
using point-point / multipoint sub-interfaces, when I configure the
reservation, on the sub-interfaces, do I need to configure the reservation
on the physical interfaces as well. Or is it ok to do it just on the
sub-interface...??
 
Kind regards.
Paul.
 
 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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


ospf - rip redistribution issue, [7:63647]

2003-02-24 Thread Casey, Paul (6822)
Hello, 
 
 
I have ospf in to rip redistribution on a /24 classfull boundary, I
Summarized/ area range(d) all the networks in ospf domain to /24 to get them
to show up in rip.domain.
 
No real problems here, though I haved one network in ospf 200.200.0.0/16
which is not showing up in  rip router. 
What can I do to make this /16 route cross the classfull boundary, as its
prefix is shorter that the /24 network it need to cross  thus cant be
summarised.
Or should this route be capable of traversing the /24 classful boundary,
automatically,.
Any help  greatly appreciated.
 
Kind regard.
Paul.




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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


RE: newbie: removing an ip route to loopback [7:62811]

2003-02-11 Thread Casey, Paul (6822)
Type no interface loopback0 

The network is a virtual interface on the router, 
If you scroll through the running config you will see 

Int loopback0
Ip address 10.x.x.x x.x.x.x

MAKE SURE no one needs this before delete it, 
Otherwise fire ahead, this will reemove it,

Matbe go and research its usage before you delete it to be sure.

Its showing up because its directly attached to the router, , 
Look at the C beside it, that means directly connected.

Kind regards.


-Original Message-
From: J. Johnson [mailto:[EMAIL PROTECTED]] 
Sent: 11 February 2003 17:23
To: [EMAIL PROTECTED]
Subject: newbie: removing an ip route to loopback [7:62811]


Please pardon my newbieness ...

I have a router with this in the routing table:

Router#show ip route
 
 10.0.0.0/24 is subnetted, 1 subnets
 C   10.0.0.0 is directly connected, Loopback0
 
Router#

I would like to remove it.  However, the following (and several variations) 
doesn't do the trick:

Router(config)#no ip route 10.0.0.0 255.255.255.0 Loopback 0 %No matching
route to delete Router(config)# 

This command with other addresses works the way I would expect it to work. 
E.g. I can do "ip route 10.0.0.3 255.255.255.255 Loopback 0" and the route 
appears, and then "no ip route 10.0.0.3 255.255.255.255 Loopback 0" and the 
route is gone.  Presumably the difference is that the 10.0.0.0 address is a 
network address.  Is there a way to remove it?

This router is a 3620 shared by several people in a lab environment.  I 
don't know how this route got into the table.

James


This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



RE: BGP help needed., [7:62736]

2003-02-10 Thread Casey, Paul (6822)
Hello, 

I have the practise lab I am working on.
3 routers in lab,

AS100 --AS200-AS300

I have a loopback 1.1.1.1 in AS100 and I want to advertise it to AS200 who
in turn will advertise it to AS300. When it arrives in AS300 it has to look
like it originated in AS200 and NOT for AS300.
This needs be achieved with 1 command on AS200. 

Anyone any idea how to do get this to work,
Can this be done,..??

Kind regards,
Paul.




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



logging question. [7:62735]

2003-02-10 Thread Casey, Paul (6822)
Hello Group,

On a router you have the following logging available,
 
alerts Immediate action needed (severity=1)
critical Critical conditions (severity=2)
debugging Debugging messages (severity=7)
emergencies System is unusable (severity=0)
errors Error conditions (severity=3)
informational Informational messages (severity=6)
notifications Normal but significant conditions (severity=5)
warnings Warning conditions (severity=4)
 

If you type :
logging buffered debug 
 
You log severity 7 and all lower levels on ie, 6,5,4,3...0 Is it possible to
logging particular severity levels, say you wanted to log severity 7,4,1
only can this be achived on a router,
 
Any help appreciated,
 
Kind regards.
 
Paul.




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



upgrade flash question [7:61447]

2003-01-21 Thread Casey, Paul (6822)
The flash on my 2621xm router is write protected and I cant delete it, 
how do I remove this and upgrade the flash:

and help appreciated.
Kind regards.
Paul.



Paul Casey
O2 Ireland
 Core Network Eng'g Team 
76 Lower Baggot Street, Dublin 2. 
> * Mob : +353 86 8143310
E-mail: [EMAIL PROTECTED]

PLEASE NOTE THAT THE ABOVE IS CONFIDENTIAL INFORMATION I

> See what you can do www.o2.ie
> 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



disable password recovery. [7:58697]

2002-12-06 Thread Casey, Paul (6822)
Can someone tell me the command to disable password recovery on a router, so
when someone reboots the router the cant password recover and it forces them
to reset the configuration,
As far as I can remember there is a command but I cant seem to find it,

Any help appreciated.
Kind regards.
Paul.





This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Must Know..to pass [7:56923]

2002-11-05 Thread Casey, Paul (6822)
The new qualifications for CCIE have been announced. I have a copy of some
practice questions. They are as follows:

1. Describe the history of the papacy from its origin to the present day,
concentrating especially, but not exclusively, on its social, political,
economic, religious, and philosophical impact on Europe, Asia, America, and
Africa. Be brief, concise, and specific. 
2. You have been provided with a razor blade, a piece of gauze, and a bottle
of Jack Daniels. Remove your appendix. Do not suture until your work has
been inspected. You have 10 minutes. 
3. 2500 riot-crazed aborigines are storming the room. Calm them. You may use
any ancient language except Latin or Greek. 
4. Create life. Estimate the differences in subsequent human culture if this
form of life had developed 500 million years earlier, with special attention
to its probable effect on the English Parliamentary System. Prove your
thesis. 
5. Write a piano concerto. Orchestrate and perform it with flute and drum.
You will find a piano under your chair. 
6. Based on your knowledge of their works, evaluate the emotional stability,
degree of adjustment, and repressed frustrations of each of the following: 
a. Alexander of Aphrodisias
b. Ramses II
c. Gregory of Nicea
d. Iammurati
Support your evaluation with quotations from each man's work, making
appropriate references. It is not necessary to translate. 
7. The disassembled parts of a high-powered rifle have been placed in a box
on your desk. You will also find an instruction manual printed in Swahili.
In 5 minutes, a hungry Bengal tiger will be admitted to the room. Take
whatever action you feel appropriate. Be prepared to justify your decision. 







This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



CD-DOC question [7:56036]

2002-10-21 Thread Casey, Paul (6822)
Do you have access in the Lab to the Internetwork Design Guide section of
the Doc-CD see hyperlink below.
Any info appreciated.
Kind regards
Paul.

http://www.cisco.com/univercd/cc/td/doc/cisintwk/idg4/index.htm




Paul Casey
O2 Ireland
 Core Network Eng'g Team 
76 Lower Baggot Street, Dublin 2. 
> * Mob : +353 86 8143310
E-mail: [EMAIL PROTECTED]

PLEASE NOTE THAT THE ABOVE IS CONFIDENTIAL INFORMATION I

> See what you can do www.o2.ie
> 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Remote command question [7:55880]

2002-10-18 Thread Casey, Paul (6822)
Hello, 

Can someone help me with the following lab requirment.

Configure R2 so that, 2 users 'cisco1' and 'cisco2' that are local on R1's
ethernet  can execute EXEC commands on R2 without connecting to that router.


This is a routed network with r1 and r2 back to back.
Any help appreciated

Kind regards.
Paul.


Paul Casey
O2 Ireland
 Core Network Eng'g Team 
76 Lower Baggot Street, Dublin 2. 
> * Mob : +353 86 8143310
E-mail: [EMAIL PROTECTED]

PLEASE NOTE THAT THE ABOVE IS CONFIDENTIAL INFORMATION I

> See what you can do www.o2.ie
> 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



unusual BGP question. [7:54429]

2002-09-28 Thread Casey, Paul (6822)

Hello, 

Anyone any thought on the following lab Im working on,

AS 1 and AS2 are connected to AS3 via EBGP as well as each other.
(Triangular fashion)
AS1 and AS2  both  originate and advertise the network 81.0.0.0/8 in to EBGP
to AS3


Objective:
Ensure that AS3 routes to 81.0.0.0/8 via AS 1.
Local preference or AS-path attributes may NOT be modified.

I'm thinking to do this, to use policy routing, or is there another way to
deal with a situation like this.

Any help appreciated.
Kind regards.
Paul.







This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



boot software. [7:54088]

2002-09-25 Thread Casey, Paul (6822)

Hello, 

Is there a way to update your System rom: bootstrap version off another
router.
I think that mine is correct.

I have tftped the flash: from another router and that was fine, 
Is it possibleto tftp the System rom bootstrap software. 

Any help appreciated.
Kind regards.
Paul.




Paul Casey
O2 Ireland
 Core Network Eng'g Team 
76 Lower Baggot Street, Dublin 2. 
> * Mob : +353 86 8143310
E-mail: [EMAIL PROTECTED]

PLEASE NOTE THAT THE ABOVE IS CONFIDENTIAL INFORMATION I

> See what you can do www.o2.ie
> 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



RE: dumb question IPV6 [7:53712]

2002-09-21 Thread Casey, Paul (6822)

If you want to be ISP provider independent, you should have got 
PI  (Provider Independent ) address space from your LIR. though this is
discouraged by RIPE, ARAN, and IANA. due to backbone routing tables
explosion of routes
This is where your LIR assigns you global address space and not you ISP.

You could move ISP's  transparently  if you had these addresses instead of
the usual PA address space assigned, though you would need justification to
get them.

I think currently about 5% of RIPE's address space allocation requests are
PI address space, 
and the rest are PA space..

Kind regards.
Paul.


> -Original Message-
> From: nrf [SMTP:[EMAIL PROTECTED]]
> Sent: 21 September 2002 20:29
> To:   [EMAIL PROTECTED]
> Subject:  Re: dumb question IPV6 [7:53712]
> 
> >
> > For one, the economic benefit of being able to change ISPs without
> > internal numbering, and the consequence that the ISPs lose the
> > leverage of "locking in" customers to their address space.  Remember
> > that in V6 addressing, only the low-order part of the address needs
> > to be enterprise-specific.
> 
> It is difficult for me to see that there is enough money here to justify a
> transition.
> 
> >
> > New revenue streams MAY be possible with some of the organizations
> > that already have adopted V6, such as 3rd generation wireless, HDTV,
> > and next-generation air traffic control.
> 
> The key question there is 'may'.  Carriers don't just spend money just
> because there may be new revenue streams - they have to be pretty darn
> sure
> there will be and how much and when they will start getting it and all
> that.
> Like I said, the dotcom silliness is over.
> 
> >
> > >
> > >
> > >>
> > >>  For example, people talk about how wonderful ipv6 is for
> > >>  eliminating the
> > >>  need for NAT and how you can now give every device in the world
> > >>  its own
> > >  > unique address.
> >
> > Speaking as someone who was there when the decisions on V6 were made,
> > and continuing to be active in NAT work, this "wonderful" idea is, in
> > the view of the IETF, urban legend.  There was NEVER an attempt to
> > justify V6 because it could give a static address to everything in
> > the world.  The long address is there because it allows provider
> > addressing information to be decoupled from enterprise addressing
> > information.  I realize that there are large organizations, such as
> > the PRC government, that look at V6 as something that can give them
> > unique static addresses (and it could), but that's NOT the way it was
> > designed to be used.
> 
> Good, very good.  I'm glad somebody said this.  Please come to
> alt.certification.cisco and set the guys there straight.  Dudes over there
> seem to love ipv6 because they apparently see some reason in giving their
> toaster a globally unique address.
> 
> 
> >
> > Aside from the addressing aspects, there are also functional changes
> > in the protocol.  Yes, pretty much all can be done with IPv4
> > extensions, but not as cleanly or as efficiently.
> 
> I believe that almost everything in telecom could be done more cleanly and
> efficiently.  The problem is that there is so much legacy infrastructure
> that nobody wants to throw out.  One guy once said that God made the world
> in 7 days because he didn't have an installed base to deal with.  I
> replied
> that it was more like God made the world in 7 days because he didn't have
> any gear on a 15-year depreciation schedule.
> 
> >
> > >But the crucial question is how exactly do the
> > >>  providers
> > >  > benefit financially from all this?
> >
> > If nothing else, it gives providers the ability to get into new
> > accounts that previously were barred to them by the customer's
> > unwillingness to renumber out of provider-assigned addres space.
> 
> That is, unfortunately, counteracted by providers who want to lock in
> accounts by forcing those accounts to renumber if they want to get another
> provider.  So I think it's a wash.


This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Aux port [7:53080]

2002-09-11 Thread Casey, Paul (6822)

Is there a way to get a aux port to keep trying to dial out every few
minutes, if it has dropped the line for some unknown reason.

Basically something like a command that would  keep alive that would keep
bringing it up, and forcing the modem to try and dial out.

I don't want to have to dialin to it and force it to call me back.

Any help appreciated.
Kind regards.
Paul.
--
Sent from my BlackBerry Wireless Handheld




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Pinging serial interfaces [7:53001]

2002-09-10 Thread Casey, Paul (6822)

Sometimes I don't seem to be able to ping my own serial interfaces on a
router, yet I can ping the remote end..
This often happens on frame relay . In the labs I am working on.

I never thought about it 2 much because all the requirments were met. Though
now a requirment has come up to make sure you can ping you own serial
interface..

Can some tell me what I am doing wrong. I must be leaving something out
here..

Kind regards.
Paul.
--
Sent from my BlackBerry Wireless Handheld




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



GRE [7:52997]

2002-09-10 Thread Casey, Paul (6822)

I have also been looking for a guide to gre tunneling, though on CCO
everything seems to be with ipsec or tunneling desktop protocols. 
I am just looking to tunnel ip, and looking for a basic guide to start
with..

Anyone know where to pick up this information..

Any help appreciated
Kind regards
Paul.

--
Sent from my BlackBerry Wireless Handheld




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Tunneling [7:52818]

2002-09-06 Thread Casey, Paul (6822)

Can someone help me please, I am trying to link 2 private networks over a
public network. Using tunneling no ipsec

This is in a lab of course..

Can some write some simple configs on how to do this.
I can't get it to work, nor am I am 100 percent sure how to do it.

Its a total IP network and I want to use GRE.. 

Any help appreciated

Kind regards
Paul.

--
Sent from my BlackBerry Wireless Handheld




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Re: OSPF Stub area [7:52781]

2002-09-06 Thread Casey, Paul (6822)

Use the area 3 default  command on the abr router you want the traffic to go
over, this will get injected into the stub area  

Both Abr's will inject 0.0.0.0 in to the stub, buf you can influence using
this command.. Which will be the prefered route out, + u could also use the
summary command on the other router for certain traffic to go through this
one 


Kind regards.
Paul.




--
Sent from my BlackBerry Wireless Handheld


-Original Message-
From: Lee Messenger 
To: [EMAIL PROTECTED] 
Sent: Fri Sep 06 12:00:36 2002
Subject: OSPF Stub area [7:52781]

Hi,

I have a network (Area 3) that has 2 connections to my OSPF area 0.  One via
2mb ATM the other via VPN. I would like to configure this as a stub area,
however, with multiple exit points, will my traffic go via the ATM or VPN or
both.  I would prefer the route via ATM, and only use VPN if ATM goes down. 
What do I need to do to achive this ?

Regards

LM


This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



inbound vty [7:52535]

2002-09-02 Thread Casey, Paul (6822)

I am trying to create an access-list rule on a router, to deny telnet access
from a router to anywhere except another particular routers IP address.

using the following 

access-list 1 permit 10.10.10.1

line vty 0 4 
access-class out 1 

However it doesnt seem to work. I have tryed inbound filters and they seem
to work fine, restricting incoming connections fromspecif addresses. Is it
something I am doing incorrect.

Anyone any idea's  

Kind regards.
paul.


Paul Casey
O2 Ireland
 Core Network Eng'g Team 
76 Lower Baggot Street, Dublin 2. 
> * Mob : +353 86 8143310
E-mail: [EMAIL PROTECTED]

PLEASE NOTE THAT THE ABOVE IS CONFIDENTIAL INFORMATION I

> See what you can do www.o2.ie
> 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



SDH/STM1/E1 design question. [7:52405]

2002-08-30 Thread Casey, Paul (6822)

Hello, 

Can someone help me with this design question 

We have an pure SDH network, with add/drop MUX's
I wish to put a Cisco 7200 VXR with a channelised STM1 interface at the
coreconnected onto the SDH network and have 10 access sites with Cisco
2651's with E1 interfaces connecting to the SDH network back to the core
talking to the 7200.

Is this possible to do without any sort of internetworking technology. such
as farme-relay ??
or is there no problems here at all 

Any help appreciated.
Kind regards.

Paul




 


Paul Casey
O2 Ireland
 Core Network Eng'g Team 
76 Lower Baggot Street, Dublin 2. 
> * Mob : +353 86 8143310
E-mail: [EMAIL PROTECTED]

PLEASE NOTE THAT THE ABOVE IS CONFIDENTIAL INFORMATION I

> See what you can do www.o2.ie
> 




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



A BGP questiion. [7:49013]

2002-07-17 Thread Casey, Paul (6822)

Can anyone help me with this. 


How do you configure a router, so that when its neighbours make a BGP
change, the BGP change will take effect without resetting the BGP TCP
session. 

Kind regards,
Paul.





This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



ATM Question [7:49007]

2002-07-17 Thread Casey, Paul (6822)

Hello

Can some tell me the requirments for atm for the lab 
I have the following 3640 ATM Support (NM-4T1-IMA) and the 3640 routers. 

Are those cards any good to me, 
Do I need an ATM switch or can I put this stuff back to back. 

Any help appreciated. 

Kind regards.
Paul





This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



RE: IP unnumbered [7:48894]

2002-07-16 Thread Casey, Paul (6822)

Depending what your provider is selling you, 
If the provider offers you an IP address for the WAN take, it as it makes
things easier to troubleshoot.

You usually use IP unnumbered on point to point links where the traffic
doesn't need to use the address because it is point to point and can really
go anywhere else.Or in here used for dial in connections for ISDN, where the
dial in client dials the number of the router and is assigned IP addresses
from dial in pool, and the WAN interface is referenced using a unnumbered
loopback 0

If you are dialing to your provider, you can use the  IP negotiate on the
wan interface, and  when you dial your provider he assigned you the address
dynamically and you can NAT of this, ( This is a clever solution).. its
called "easy IP"

Kind regards.
 



> -Original Message-
> From: Lupi, Guy [SMTP:[EMAIL PROTECTED]]
> Sent: 16 July 2002 15:38
> To:   [EMAIL PROTECTED]
> Subject:  RE: ip unnumbered [7:48894]
> 
> You can use ip unnumbered with or without PPP, depending on how your
> provider is set up.  You would just use ip unnumbered to the ethernet port
> or to a loopback interface, whichever you prefer, I prefer the loopback.
> 
> *-Original Message-
> *From: richard dumoulin [mailto:[EMAIL PROTECTED]]
> *Sent: Tuesday, July 16, 2002 5:32 AM
> *To: [EMAIL PROTECTED]
> *Subject: ip unnumbered [7:48894]
> *
> *
> *Hey guys,
> *I have to connect a Cisco router to the internet (Worldcom) 
> *and I was told
> *the following "If your router is a CISCO model, then there is no
> *need to assign actual IP addresses to the WAN serial
> *interfaces since CISCO's un-numbered technology can
> *be employed". Does this mean that I can configure IP 
> *unnumbered ethernet0 or
> *loopback0 (with one of them having a routable IP address) and so I must
> *configure ppp encap on the serial ??
> *
> *I am a bit confused, thx for your help !! 
> *
> *


This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



ATM fore CCIE [7:48892]

2002-07-16 Thread Casey, Paul (6822)

Hello

Can some tell me the requirments for atm for the lab 
I have the following 3640 ATM Support (NM-4T1-IMA) and the 3640 routers. 

Are those cards any good to me, 
Do I need an ATM switch or can I put this stuff back to back. 

Any help appreciated. 

Kind regards.
Paul




This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



Ospf redistruibution query. [7:48817]

2002-07-15 Thread Casey, Paul (6822)

Hello,

Can some help me with this please. (See below)


Propagate OSPF loopback addresses on a router into the OSPF process. However
OSPF can NOT be run on these interfaces + when propagated, the routes should
NOT show up as OSPF external routes.

I dont see how this can be done, no matter the routes are redistributed, I
would have thought they would have always shown up as External routes, even
using the rediustributed connected command.

Its just a secenario I am working on.

Any help appreciated.

Kind regards.
Paul.





 
 






This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.

*




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



MPLS doc released on 1st April [7:40147]

2002-04-01 Thread Casey, Paul (6822)

Correct me if I am wrong, 
Looking at the following from the doc 
RSVP Messages and their roles
RSVP sends RESV messages upstream -- from sender to receiver. It sends PATH
messages downstream -- from receiver to sender. This is illustrated in
Figure 4.
If you look at figure 4, doesnt it show the exact opposite 

Am I missing something here.
Kind regards.





This E-mail is from Digifone Ltd. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.
*




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



RE: Test [7:39667]

2002-03-28 Thread Casey, Paul (6822)

I have 2 3640 routers,
 
If I bought a voice modules for each of them, is this an enough equipment
for what is needed for learning  the voice portion of the CCIE lab.

Any help on this point would be appreciated.
Kind regards.







This E-mail is from Digifone Ltd. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.
*




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



Token ring stuff. [7:38906]

2002-03-19 Thread Casey, Paul (6822)

Does as one have any idea, what date they will be removing the token ring
stuff. Is it weeks or months away. ?
Any help appreciated 

Kind regards.





This E-mail is from Digifone Ltd. The E-mail and any files
transmitted with it are confidential and may also be privileged and intended
solely for the use of the individual or entity to whom they are addressed.
Any unauthorised direct or indirect dissemination, distribution or copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify [EMAIL PROTECTED] or 
  telephone ++ 353 1 6095000.
*




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



RE: HELP !! CCIE 2B or NOT? [7:36542]

2002-02-27 Thread Casey, Paul (6822)

I agree, get rid of the acronym till you got the number after it, 
It demeans the CCIE actual certification which few will ever achieve.
My Personal belief is that you could get the CCIE- "written"  knowing  f**k
all.

The day you actually get the CCIE #  then I care who you are, 
and what you have to say, listen closely, and understand how much you
studied,
and follow your advise,  but until then ..

Stop getting sesame street certifications and learn to walk with kings..






> -Original Message-
> From: Solar [SMTP:[EMAIL PROTECTED]]
> Sent: 27 February 2002 13:47
> To:   [EMAIL PROTECTED]
> Subject:  Re: HELP !! CCIE 2B or NOT? [7:36542]
> 
> Have no clear idea of why the CCIE Written should be dropped. Unless you
> pass both written and lab exams, then append the CCIE after your name
> 
> Compare it to the following
> "Name"
> CCNA, CCNP Routing Switching, BSc 3rd year, CCIE Written, MCSE Win2K Pro
> and
> Server, MBA 1st semester
> 
> Is it conceptually clear to you ?
> 
> Thank you
> 
> 
> ""Tim Booth""  wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> > >BTW - Tim? Drop the 'CCIE Written' 'bit' from you acronym
> > collection...it
> > >ain't cool no more :)
> >
> > BTW - Oliver?
> >
> >Appending "CCIE written" isn't to be "cool." It's not to pretend I'm
> > a CCIE. It's to let others know how far my progress is in achieving my
> > goal, where I'm at in an educational standpoint etc. It is purely a
> > shorthand version of "I have passed a CCIE written test." It would be
> > the equivalent of saying something like "I'm in college," if college and
> > studying to be a CCIE were comparable. In your head you can append
> > "Studied hard and passed a CCIE written exam." I'm not claiming to be a
> > CCIE, but I am claiming to be actively studying towards being one.
> >
> >As far as my certifications, I have studied very hard to earn them,
> > and in no sense are they simply an "acronym collection." In my case,
> > treating them as such is inappropriate.
> >
> >If you have further issues, please email me off-list.
> >
> > Kind Regards,
> > Tim Booth
> > MCDBA, CCNP, CCDP, CCIE written
> > -
> > Those who would give up essential liberty to purchase a little temporary
> > safety deserve neither liberty nor safety.
> > Benjamin Franklin, 1759




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



Whats it all about [7:36489]

2002-02-26 Thread Casey, Paul (6822)

Can someone tell me the what you get when you become a CCIE 
Do you get a support contract from CCIE, do you get free training
courses,...etc...
I have heard different things regarding what you get.
Cheers...




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



RE: Interface errors [7:34461]

2002-02-05 Thread Casey, Paul (6822)

Make sure the dulplex is set correctly, full/half etc.


> -Original Message-
> From: Tom Martin [SMTP:[EMAIL PROTECTED]]
> Sent: 05 February 2002 15:58
> To:   
> Subject:  Re: Interface errors [7:34461]
> 
> Joaquim,
> 
> I had a similar problem with CRC and Frame alignment errors that turned
> out to be a bad CSD/DSU.  It looks like you might be experiencing this as
> well, especially given the number of interface resets.
> 
> - Tom
> 
> In article , "Joaquim Lopes"
>  wrote:
> 
> > Hi, what could cause this errors?
> > 
> > 
> > Serial0/0 is up, line protocol is up
> >   Hardware is DSCC4 Serial
> >   Internet address is 10.172.1.2/30
> >   MTU 1500 bytes, BW 2048 Kbit, DLY 2 usec,
> >  reliability 255/255, txload 1/255, rxload 3/255
> >   Encapsulation PPP, loopback not set
> >   Keepalive set (10 sec)
> >   LCP Open
> >   Listen: CDPCP
> >   Open: IPCP
> >   Last input 00:00:00, output 00:00:00, output hang never Last clearing
> >   of "show interface" counters 2w4d Input queue: 0/75/337
> >   (size/max/drops); Total output drops: 21 Queueing strategy: weighted
> >   fair
> >   Output queue: 0/1000/64/21 (size/max total/threshold/drops)
> >  Conversations  0/60/256 (active/max active/max total) Reserved
> >  Conversations 0/0 (allocated/max allocated)
> >   5 minute input rate 29000 bits/sec, 8 packets/sec 5 minute output rate
> >   12000 bits/sec, 9 packets/sec
> >  13153011 packets input, 1756696209 bytes, 0 no buffer Received 0
> >  broadcasts, 0 runts, 0 giants, 4066 throttles 3230 input errors,
> >  222 CRC, 3008 frame, 0 overrun, 0 ignored, 0 abort 12955327 packets
> >  output, 2923854785 bytes, 0 underruns 0 output errors, 0
> >  collisions, 160 interface resets 0 output buffer failures, 0 output
> >  buffers swapped out 0 carrier transitions DCD=up  DSR=up  DTR=up
> >  RTS=up  CTS=up
> > 
> > Thanks
> > Joaquim Lopes
> > misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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