I checked on my routers. They let me enter the broadcast keyword on a
subinterface using the "frame-relay interface-dlci dlci" command. But they
are running 11.0. So maybe it was supported at one time, but then Cisco
realized it wasn't necessary and removed it.

Historical IOS research isn't fun, so I won't bother to do more. :-)

Priscilla

Simmi Singla wrote:
> 
> Hi Priscilla,
> I myself  also didnot check on the router just saw that in
> documentation .yeah true there is no keyword broadcast on the
> subinterface as per now i checked on my router .
>
http://www.cisco.com/en/US/products/sw/iosswrel/ps1824/products_command_summary_chapter09186a0080081010.html#xtocid1342715.
> 
> 
> see this link above here its mentioned broadcast keyword ,i
> think U are correct it might be for main  interface or what
> ,either the documentation is wrong.
> In the link u specified it was not.
> 
> Priscilla Oppenheimer wrote:
> > 
> > You better show us actual router output and tell us your IOS
> > version. Per Chuck and Cisco's latest WAN Command Reference,
> > there isn't a "broadcast" argument to the "frame-relay
> > interface-dlci" command. Here's the syntax per Cisco:
> > 
> > frame-relay interface-dlci dlci [ietf | cisco] [voice-cir cir]
> > [ppp virtual-template-name]
> > 
> > See the Command Reference here:
> > 
> >
>
http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fwan_r/frcmds/wrffr2.htm
> > 
> > So, something is definitely squirelly if you are able to type
> > in the broadcast keyword. I'll try on my routers too if I get
> a
> > chance.
> > 
> > Priscilla
> > 
> > Simmi Singla wrote:
> > > 
> > > Hi ,
> > > Thanx both of u for answering But my design is like that I
> am
> > > using point to point subinterfaces for connecting to remote
> > > sites.right now only static routing we have but it might be
> > > tommorow we may switch for dynamic routing protocols so in
> > that
> > > case as both of us sain no need of broadcast keyword on
> point
> > > to point subinterfaces.
> > > if its not needed then why in the command there is option
> for
> > > broadcast keyword.
> > > 
> > > Example:
> > > Int serial 0/0
> > > no ip address
> > > 
> > > int serial 0/0.1
> > > ip address 1.1.1.1 ?255.255.255.0
> > > frame-relay interface-dlci 16 broadcast
> > > 
> > > should i give broadcast or not ,Correct this is point to
> point
> > > link and adjancies will  be established automatically.
> > > why this broadcast option is there ,still a confusion
> > > although this keyword is optional.This  maeans this keyword
> > > will never be used on point to point interfaces.
> > >  am i right if not please correct me
> > > 
> > > 
> > > Priscilla Oppenheimer wrote:
> > > > 
> > > > Priscilla Oppenheimer wrote:
> > > > > 
> > > > > Simmi Singla wrote:
> > > > > > 
> > > > > > Hi all,
> > > > > > Can anybody explain me when i use the broadcast
> keyword
> > in
> > > > sub
> > > > > > interface(fram-relay interface-dlci 16 broadcast) then
> > if
> > > i
> > > > > > have only static routing will it affect that.I read
> that
> > > it
> > > > is
> > > > > > used only for OSPF to pass broadcasts , if
> multicasting
> > > > > > disabled.But In a scenario if I have no dynamic
> routing
> > > and
> > > > > > give this command what will happen.
> > > > > > will it pass unknown broadcasts on frame-relay.
> > > > > 
> > > > > Remember a router doesn't pass broadcasts, i.e. forward
> > > > > broadcasts. So think about when you would need to let a
> > > router
> > > > > send broadcasts on its own, from its own interface. The
> > > usual
> > > > > case is to support dynamic routing. If you are using
> > static
> > > > > routing, then you don't have to worry about it.
> > > > > 
> > > > > Frame Relay is used on routers to create virtual
> circuits
> > to
> > > > > remote sites. A point-to-point virtual circuit can send
> > > > > broadcasts without any problem.
> > > > > 
> > > > > Frame Relay is often designed in a hub-and-spoke
> topology,
> > > > > however, with the hub router connecting many remote
> > sites. A
> > > > > typical design is to place all the WAN serial interfaces
> > in
> > > > > this design in the same subnet, thus creating a
> > multiaccess
> > > > WAN
> > > > > "cloud." The cloud resembles a LAN subnet, but does not
> > > > support
> > > > > broadcasting like a LAN would. The cloud is a
> nonbroadcast
> > > > > multiaccess (NBMA) network.
> > > > > 
> > > > > When a router sends a broadcast into the cloud, only a
> > > > directly
> > > > > connected router on the same virtual circuit hears it.
> > Many
> > > > > protocols were designed with the assumption that two
> hosts
> > > on
> > > > > the same subnet have Layer 2 connectivity and can easily
> > > hear
> > > > > each other's broadcasts. This isn't the case in a Frame
> > > Relay
> > > > > hub-and-spoke topology.
> > > > > 
> > > > > So to fix the problem, if this is your design, you
> better
> > > add
> > > > > the "broadcast" keyword if you are using dynamic
> > addressing.
> > > > 
> > > > I meant to say "dynamic routing" there. That is, use the
> > > > broadcast keyword if you need the router to send routing
> > > > protocol route updates or hellos as broadcasts (or
> > > multicasts).
> > > > He had asked about static routing, so I wanted to add that
> > > > thought but then the darn phone rang while I was typing
> and
> > I
> > > > wrote dynamic addressing instead of dynamic routing. :-)
> > > > 
> > > > Priscilla
> > > > 
> > > > 
> > > > > For example, use seomthing like "frame-relay map
> protocol
> > > > > address broadcast."
> > > > > 
> > > > > The other solution, however, is to use subinterfaces.
> This
> > > > > turns the links back into normal point-to-point links.
> > Then
> > > > > they support broadcast no problem.
> > > > > 
> > > > > Chuck can correct me if I got this wrong! :-)
> > > > > 
> > > > > Priscilla
> > > > > 
> > > > > > moreover exactly how it is used in point-to-point sub
> > > > > > interfaces.
> > > > > > Thanx a lot in advance--:)
> > > > > 
> > > > > 
> > > > 
> > > > 
> > > 
> > > 
> > 
> > 
> 
> 




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

Reply via email to