User guide

Configuring a Multicast Border Router Configuring a Multicast Border Router
OmniSwitch AOS Release 7 Advanced Routing Configuration Guide March 2015 page 8-7
Example 2: DVMRP Default Route
In this example, the switch is configured to act as an MBR but also enables DVMRP to advertise the
default route on "vlan-6", but not on "vlan-4".
-> ip load pim
-> ip pim interface "vlan-2"
-> ip pim interface "vlan-3"
-> ip pim dense group 225.0.0.0/24
-> ip pim dense admin-state enable
-> ip load dvmrp
-> ip dvmrp interface "vlan-4"
-> ip dvmrp interface "vlan-6"
-> ip dvmrp interface "vlan-6" mbr-default-information enable
-> ip dvmrp admin-state enable
-> ip mroute mbr admin-state enable
Example 3: PIM Routes to All Sources
In this example, the switch is configured to act as an MBR but also enables PIM to notify DVMRP about
the routes to all sources.
-> ip load pim
-> ip pim interface "vlan-2"
-> ip pim interface "vlan-3"
-> ip pim dense group 225.0.0.0/24
-> ip pim mbr all-sources
-> ip pim dense admin-state enable
-> ip load dvmrp
-> ip dvmrp interface "vlan-4"
-> ip dvmrp interface "vlan-6"
-> ip dvmrp admin-state enable
-> ip mroute mbr admin-state enable