6 ip dvmrp reject-non-pruners, 7 ip dvmrp tunnel – PLANET XGS3-24040 User Manual

Page 631

Advertising
background image

XGS3 Command Guide

38-60

<burst_size> is a quantity of transmitted message every time, value range from 1 to 65535

Default: Default the delay of transmitted DVMRP report message as 1s, default: transmitting two

messages every time.

Command Mode: Interface Configuration Mode

Usage Guide: Avoid message burst if setting an appropriate delay.

Example:

Switch (Config-If-vlan1)#ip dvmrp output-report-delay 1 1024

38.7.6 ip dvmrp reject-non-pruners

Command: ip dvmrp reject-non-pruners

no ip dvmrp reject-non-pruners

Function: Configure to reject neighbor ship with DVMRP router of non pruning/grafting on the interface,

the “no ip dvmrp reject-non-pruners” command restores neighbor ship can be established.

Parameter: None

Default: Default

Command Mode: Interface Configuration Mode

Usage Guide: The command determines if it will establish neighboringship with DVMRP router of non

pruning/grafting or not.

Example:

Switch (Config-If-vlan1)#ip dvmrp reject-non-pruners

38.7.7 ip dvmrp tunnel

Command: ip dvmrp tunnel <index> <src-ip> <dst-ip>

no ip dvmrp tunnel {<index> |<src-ip> <dst-ip>}

Function: Configure a DVMRP tunnel; the “no ip dvmrp tunnel {<index> |<src-ip> <dst-ip>}

command deletes a DVMRP tunnel.

Parameter: <src-ip> is source IP address,

<dst-ip> is remote neighbor IP address,

<index> is tunnel index number, value range from 1 to 65535.

Default: Do not Configure DVMRP tunnel.

Command Mode: Global Mode

Usage Guide: Because not all of switches support multicast, DVMRP supports tunnel multicast

communication. The tunnel is a way of transmitted multicast data packet among DVMRP switches

partitioned off switches without supporting multicast routing. It acts as a virtual network between two

DVMRP switches. Multicast data packets packed in unicast data packets, directly are transmitted to next

supporting multicast switch. DVMRP protocol equally deal with tunnel interface and general physical

interface. After configuring no ip dv multicast-routing, all of the tunnel configurations are deleted.

Example:

Switch(config)#ip dvmrp tunnel 1 12.1.1.1 24.1.1.1

Advertising