6 configuration example, Configuration example -7 – Riverstone Networks WICT1-12 User Manual

Page 471

Advertising
background image

Riverstone Networks RS Switch Router User Guide Release 8.0 19-7

Multicast Routing Configuration

Configuration Example

19.6 CONFIGURATION EXAMPLE

The following is a sample RS configuration for DVMRP and IGMP. Seven subnets are created. IGMP is enabled on 4
IP interfaces. The IGMP query interval is set to 30 seconds. DVMRP is enabled on 5 IP interfaces. IGMP is not running
on “downstream” interfaces.

Show information about multicasts registered by IGMP.

l2-tables show igmp-mcast-registration

Show IGMP status on a VLAN.

l2-tables show vlan-igmp-status

Show all multicast Source, Group entries.

mulitcast show cache

Show all interfaces running multicast protocols (IGMP,
DVMRP).

multicast show interfaces

Show all multicast routes.

multicast show mroutes

! Create VLANS.

!

vlan create upstream ip

vlan add ports et.5.3,et.5.4 to upstream

!

! Create IP intefaces

!

interface create ip mls15 address-netmask 172.1.1.10/24 port et.5.8

interface create ip company address-netmask 207.135.89.64/25 port et.5.1

interface create ip test address-netmask 10.135.89.10/25 port et.1.8

interface create ip rip address-netmask 190.1.0.1 port et.1.4

interface create ip mbone address-netmask 207.135.122.11/29 port et.1.1

interface create ip downstream address-netmask 10.40.1.10/24 vlan upstream

!

! Enable IGMP interfaces.

!

igmp enable interface 10.135.89.10

igmp enable interface 172.1.1.10

igmp enable interface 207.135.122.11

igmp enable interface 207.135.89.64

!

Advertising