Re: 802.11a [7:47599]

2002-06-27 Thread Harish DV/peakxv

802.11a works at 5GHz and can support upto 54mbps as compared to
2.4GHz/11mbps of 802.11b

This link might help

http://www.wlana.org/pdf/highspeed.pdf

Harish



   
 
  Dennis
Laganiere
  , '[EMAIL PROTECTED]'   
 
ionics.com
  Sent by: 
cc:
  nobody@groupstudy.Subject: 
802.11a
 
com
   
 
   
 
  06/27/2002
01:39
 
PM
  Please respond
to
  Dennis
Laganiere
   
 
   
 




I've been reading about the new, faster wireless solutions.  Is anybody's
802.11a technology ready-for-prime time?  I'm ordering a Aironet 1200
access
point to play with, and it should be capable (with the right antenna), but
I
understand Cisco's product is not out yet...  Anybody know anything about
the new a standard?

Thanks...

--- Dennis
_
Commercial lab list: http://www.groupstudy.com/list/commercial.html
Please discuss commercial lab solutions on this list.




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



Re: ISIS Routing [7:2977]

2001-05-03 Thread Harish Rane

Thanks Erick

It worked ! I reconfigured the interfaces to Point-to-point and I can see L1
and L2 routes in routing table.


Thanks again!

Harish



Erick B.  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hi,

 ISIS works on broadcast and point-to-point networks
 only. On Frame relay, it has to be a point-to-point
 subinterface. Try moving your R5/R6 configs to a
 point-to-point subinterface and let us know the
 results.

 Erick

 --- Hareish Rane  wrote:
  Hi Folks,
 
   I am bit new to ISIS and working on Mark's Lab 11
  (excluding the ATM LANE).
  When configuring ISIS routing over Framne Relay, I
  cannot get the ISIS to
  form adjacences to with other peer router over Frame
  Relay. I tried all that
  I can think about, searched CCO for references and
  also the group study
  archive. But I can't still figure out what is wroung
  below
 
   The R1 is the Frame Relay hub router and R5 and R6
  are spoke routers:
 
 
  R1:
 
  clns routing
  !
  !
  interface Ethernet0/0
   ip address 10.1.1.1 255.255.0.0
   no ip directed-broadcast
   ip router isis 11
   no keepalive
  !
  interface Serial0/0
   no ip address
   no ip directed-broadcast
   encapsulation frame-relay
   no ip mroute-cache
   no fair-queue
  !
  interface Serial0/0.1 point-to-point
   ip address 10.16.1.1 255.255.0.0
   no ip directed-broadcast
   ip router isis 11
   frame-relay interface-dlci 600
  !
  interface Serial0/0.2 point-to-point
   ip address 10.13.1.1 255.255.0.0
   no ip directed-broadcast
   ip router isis 11
   frame-relay interface-dlci 300
  !
  interface Serial0/0.3 point-to-point
   ip address 10.15.1.1 255.255.0.0
   no ip directed-broadcast
   ip router isis 11
   frame-relay interface-dlci 500
  !
  router isis 11
   net 00.0002..0c00..00
  !
  ip classless
 
 
  R5:
 
  clns routing
  !
  !
  !
  !
  !
  interface Ethernet0
   ip address 150.10.10.1 255.255.255.0
   no ip directed-broadcast
   ip ospf message-digest-key 1 md5 CCIE
   ip ospf interface-retry 0
   ip ospf priority 200
  !
  interface Serial0
   ip address 10.15.1.2 255.255.0.0
   no ip directed-broadcast
   encapsulation frame-relay
   no ip mroute-cache
   no fair-queue
   isis circuit-type level-1
   frame-relay map clns 500 broadcast
   frame-relay map ip 10.15.1.1 500 broadcast
  !
  !
  router ospf 11
   area 0 authentication message-digest
   network 150.10.10.0 0.0.0.255 area 0
  !
  router isis 11
   net 00.0002..0c00..00
  !
  ip classless
  !
 
  R6:
 
  clns routing
  !
  !
  !
  !
  !
  interface Ethernet0
   ip address 10.2.1.1 255.255.0.0
   no ip directed-broadcast
   ip router isis 11
   no keepalive
  !
  interface Serial0
   ip address 10.16.1.2 255.255.0.0
   no ip directed-broadcast
   ip router isis 11
   encapsulation frame-relay
   no ip mroute-cache
   frame-relay map clns 600 broadcast
   frame-relay map ip 10.16.1.1 600 broadcast
  !
  interface Serial1
   no ip address
   no ip directed-broadcast
   shutdown
  !
  interface BRI0
   no ip address
   no ip directed-broadcast
   shutdown
  !
  router isis 11
   net 00.0002..0c00..00
  !
  ip classless
  !
 
 
  Thanking you in advance
 
  Harish


 __
 Do You Yahoo!?
 Yahoo! Auctions - buy the things you want at great prices
 http://auctions.yahoo.com/
 FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
 Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]




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



SNA Between two different ethernet interfaces on the same router

2000-06-07 Thread Harish

Hi!

I have a small question.
The sceniro is as follows

   __
   | Router|
   | _|
  IP   |  | IP
   _IPX__ |  |_IPX__
   ||
|
   ||
|
----   --
|  || |   |
|
----   --
  AS/400 AS/400 AS/400
SNA  SNASNA


 We have a router with two ethernet interfaces. IP and IPX is routed between
these two ethernet interfaces.
 We also have three AS/400 connected on the LAN on two different ethernet
interfaces as shown in figure above.
 These AS/400 need to communicate with each other with SNA.

 Now since we are already routing IP and IPX between these two ethernet
interfaces of the same router, I am looking for a way to Bridge SNA traffic
between these ethernet interfaces.

Can any of you Cisco/IBM  gurus guide me regarding this.

Thanking you in advance.

Regards,
Harish






___
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]