cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
804
Views
22
Helpful
7
Replies

Frame-Relay broadcast

cisco
Level 1
Level 1

Hi,

Please let me know the significance of "broadcast" key word in frame relay map command.

regards

Neo

7 Replies 7

mahmoodmkl
Level 7
Level 7

HI

it enables forwarding of broadcast and multicast to the specified ip address.

Thanks

Mahmood

The broadcast keyword is used for broadcast and multicast traffic. Frame-relay doesn't support broadcasts, so the keyword allows for it to emulate broadcasts, if you will. It's generally used for routing protocols like OSPF.

http://www.cisco.com/en/US/tech/tk713/tk237/technologies_tech_note09186a008014f8a7.shtml#broadcastkey

HTH,

John

HTH, John *** Please rate all useful posts ***

It is also important to know how it emulates broadcasts:

It sends a copy of the broadcast or multicast packet through each active Frame Relay PVC, thereby achieving a result similar to a broadcast network like Ethernet.

Cheers:

Istvan

cisco
Level 1
Level 1

Hi,

thanks for those info, if you could tell me about types of network in OSPF using Frame-Relay.

regards

Neo

You can run any type of network in OSPF over frame relay, the broadcast key-word just allows the multicast (which is used by EIGRP and RIPv2 as well) that is destined to 224.0.0.5 and 224.0.0.6 (both of those are for OSPF depending on the network type).

Without the broadcast keyword you would have to use a neighbor statement, which converts the routing updates typically sent via multicast, to a unicast packet.

When you say "network" types, you could be referring to the OSPF network types stub networks, not so stubby areas, total stub area etc. Or you could be referring to broadcast networks, non-broadcast networks, non-broadcast multiaccess networks etc.

Either way, the broadcast keyword allows for neighbor adjacencies between routing protocols and routing updates. It is not always needed, and there are other ways to get the updates, such as using PPP over frame-relay.

HTH,

Craig

Hi,

I would like to know more about broadcast networks, non-broadcast networks, non-broadcast multiaccess networks etc. in OSPF. i am totally confused in those terms.

regards

Neo

The short answer:

Broadcast Network - An example of a broadcast network is an ethernet network, a broadcast is a packet that is destined to all hosts, we typically use VLAN's to segment broadcast traffic. Routers use broadcasts for some routing protocols such as RIPv1.

In regards to frame-relay and OSPF in particular, broadcast also refers to multicast traffic. OSPF uses multicast as opposed to broadcasts to send routing information to other routers. Without the broadcast keyword, the routing updates would never be sent out a frame relay interface.

Non-broadcast Networks - An example of a non-broadcast network is frame-relay, in order to overcome this limitation that affects routing updates, you can either specify "broadcast" in the interface configuration of frame-relay, or specify a neighbor in the routing protocol:

router ospf 1

neighbor 10.10.10.1

This would then send unicast routing updates instead of multicast routing updates.

Non-broadcast multi access Networks - Very similar to the frame-relay example, with the exception that it would use a virtual interface instead of a physical interface. To configure a virtual interface you could use something such as:

conf t

interface virtual-template 1

ip address 10.10.10.1 255.255.255.0

There really is a lot that is involoved with this subject.

Here is a link that discusses OSPF and multi-access networks:

http://www.cisco.com/en/US/tech/tk365/technologies_configuration_example09186a00801ec9eb.shtml

HTH,

Craig

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card