Re: OSPF / frame-relay question...

2000-08-10 Thread Sue

Assign a higher administrative weight to a backup static route for each
static route on the remote routers.

 ip route198.162.50.0 255.255.255.0198.162.10.0
 ip route198.162.50.0 255.255.255.0198.162.20.0180

198.162.10.0 is the primary route using the 1st central router
198.162.20.0 is the backup route using the 2nd central router
The administrative weight of 180 would keep traffic off the backup route
until the primary route was down.



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



Re: Help On Provisioning a PRI Line

2000-08-10 Thread Sue

This document discusses implementing VoIP over PRI. You might need to get a
Voice Network Card (no ports on it - just a processor) and/or a Voice
Feature Card, depending on the router model .
http://www.cisco.com/warp/public/793/voip/voip_ccs.htm.


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



Re: E1 card for 3640 is available?

2000-08-10 Thread Sue

Assign the timeslots into groups, and the Telco will point these timeslots
to the appropriate remote offices.
Example from Cisco ACRC: Define channel-groups  0 & 8. Group 0 uses timeslot
1, group 8 uses timeslots 5,6,12,13,14,15, and 20. Group 8 timeslots run at
64K.  Encapsulate group 0 timeslots with PPP. Assume E1 will be connected to
port S0.

RouterA(config)# channel-group 0 time slots 1
RouterA(config)# channel-group 8 time slots 5, 7, 12-15, 20 speed 64
RouterA(config)# int s0:0   /*apply
channel-group 0  to S0
RouterA(config-if)# ip address   /*separate IP for
channel-group 0
RouterA(config-if)#encap ppp /*applies
encapsulation type for channel-group 0
RouterA(config-if)#exit
RouterA(config)# int s0:8  /*apply
channel-group 8 to S0
RouterA(config-if)# ip address /*separate IP for
channel-group 8
RouterA(config-if)# exit /*leave at
default encapsulation

- susan


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



Passed CCNA with 981

2000-08-03 Thread Sue

Passed CCNA last Friday with 981!

Will study for BSCN with Exam cram, & new Sybex books.

- Susan


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



Re: VPN 3DES ON 2MB Link with 25XX

2000-08-02 Thread Sue

Christophe,
The 2M serial link will handle the telnet traffic.  All that is sent
during telnet is keyboard and video characters.  All processing is done on
the remote machine, therefore there won't be any paging traffic, etc.  If
all file & print services are provided locally, then you should be just
fine.

Regards,
Susan


<[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello,
>
> I wish to setup a 3DES VPN between two sites (a local and a remote site)
on
> a 2MB serial link using 2 2502 cisco routeurs. I will have 30 people
> working on the remote site using telnet session, NT file and print with
> servers in the local site.
>
> Do you think the 25XX could handle such calculation (3DES processing) for
> such amount of user. If yes is someone already setup such thing ?
>
> regards,
> Christophe.
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


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



Re: Sub-interface access-list question

2000-06-25 Thread Sue

Buddy,
Applying access lists to a frame relay/T1 subinterface is the similar to
applying an access-list to other types of interfaces.  Simplified example:
 config
int s0.100
 access-list 101 out
 access-list 102 in
 exit
 int s0.200
 access-list 201 out
 access-list 202 in
 exit
  exit

- susan




"Buddy Venne" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> All-
> Can I apply an access list to a sub-interface?
> Background:
> Generally a hub and spoke network. Company "A" at central site, company
"X"
> 15 miles away.
> Central site router is a 7204, need to have only company "X" network _not_
> learn our routes, but still have 2 dynamic routes back to us. All other
> remote sites can learn all routes.
> The routing protocol is eigrp, and the two paths between company "X" and
> central  are point-point T1 and Frame Relay. Remote router is a 3640. The
> frame relay connection is multipoint frame relay on a subinterface here.
> thanks
>
> Bud Venne
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---


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



Re: Break Keys

2000-06-24 Thread Sue

Mauro,
   Try these special keys. Each platform, OS, emulation package and
application responds differently, so its hard to remember what the
INTEL/NT/Hyperterm/Cisco combo likes. (It's different for SUN/UNIX/Telnet,
etc.)

   Ctrl^   -- <6> simultaneously
   CtrlBrk --  simultaneously
   ^^B
   ^[
   ^]

yes, I'm a newbie...this is a useful newsgroup.
- susan


""Mauro Conosciani"" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I need to pwd recovery a Cisco 4000...could anybody tell me how to send a
> break from an Hyperterminal connection to the router to enter in rommon ??
> Cheers
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
> ---




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



Re: Cisco for Woman? "

2000-06-24 Thread Sue

To the women in this group from a newbie,
   The Wharton Business School study "Solo Women on All Male Technical
Teams" shows that a woman is more likely to be accepted on a technical team
(including IT) if she's young, wears sexy clothes and defers to the men
(e.g. - plays dumb & looks good).  Furthermore she can drop the act 6 months
into the job and the guys won't notice - they still accept her as part of
the team. If she doesn't do this the guys tend to overreact to the lack of
deferrence & label her with the B-word!
Don't blame me for this information - I didn't do the study!
- susan


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