Page 266 / 757 Scroll up to view Page 261 - 265
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
262
Example usage:
To configure the DNS Resolver state to enabled:
DGS-3627:admin# enable dns_resolver
Command: enable dns_resolver
Success.
DGS-3627:admin#
disable dns_resolver
Purpose
Used to configure the DNS Resolver state of the switch to disabled.
Syntax
disable dns_resolver
Description
The disable dns_resolver command is used to configure the switch’s DNS Resolver state to
disabled.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the DNS Resolver state to disabled:
DGS-3627:admin# disable dns_resolver
Command: disable dns_resolver
Success.
DGS-3627:admin#
Page 267 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
263
34
DVMRP COMMANDS
The DVMRP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the
following table.
DVMRP is a distance-vector multicast routing protocol designed to support the forwarding of multicast datagrams through
an inter-network. DVMRP can be summarized as a "broadcast & prune" multicast routing protocol. It builds per-source
broadcast trees based upon routing exchanges, then dynamically creates per-source-group multicast delivery trees by
pruning the source's truncated broadcast tree. It performs Reverse Path Forwarding checks to determine when multicast
traffic should be forwarded to downstream interfaces. In this way, source-rooted shortest path trees can be formed to
reach all group members from each source network of multicast traffic.
Command
Parameters
config dvmrp
[ipif <ipif_name 12> | all] {metric <value 1-31> | probe <sec 1-65535> |
neighbor_timeout <sec 1-65535> | state [enable | disable]}
enable dvmrp
disable dvmrp
show dvmrp neighbor
{ipif <ipif_name 12> | ipaddress <network_address>}
show dvmrp nexthop
{ipaddress <network_address> | ipif <ipif_name 12>}
show dvmrp routing_table
{ipaddress <network_address>}
show dvmrp
{ipif <ipif_name 12>}
Each command is listed, in detail, in the following sections.
config dvmrp
Purpose
Used to configure DVMRP on the Switch.
Syntax
config dvmrp [ipif <ipif_name 12> | all] {metric <value 1-31> | probe <sec 1-65535> |
neighbor_timeout <sec 1-65535> | state [enable | disable]}
Description
This command is used to configure DVMRP on the Switch.
Parameters
ipif <ipif_name 12>
The name of the IP interface for which DVMRP is to be configured.
all
Specifies that DVMRP is to be configured for all IP interfaces on the Switch.
metric <value 1-31>
Allows the assignment of a DVMRP route cost to the above IP
interface. A DVMRP route cost is a relative number that represents the real cost of using
this route in the construction of a multicast delivery tree. It is similar to, but not defined as,
the hop count in RIP. The default is
1
.
probe <second 1-65535>
DVMRP defined an extension to IGMP that allows routers to
query other routers to determine if a DVMRP neighbor is present on a given subnetwork
or not. This is referred to as a ‘probe’. This entry will set an intermittent probe (in seconds)
on the device that will transmit dvmrp messages, depending on the time specified. This
probe is also used to “keep alive” the connection between DVMRP enabled devices. The
default value is
10
seconds.
neighbor_timeout <second 1-65535>
The time period for which DVMRP will hold
Neighbor Router reports before issuing poison route messages. The default value is
35
seconds.
state [enable | disable]
Allows DVMRP to be enabled or disabled.
Page 268 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
264
config dvmrp
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure DVMRP configurations of IP interface “System”:
DGS-3627:admin# config dvmrp ipif System neighbor_timeout 30 metric 1 probe 5
Command: config dvmrp ipif System neighbor_timeout 30 metric 1 probe 5
Success
DGS-3627:admin#
enable dvmrp
Purpose
Used to enable DVMRP.
Syntax
enable dvmrp
Description
This command, in combination with the
disable dvmrp
command below, is used to
enable and disable DVMRP on the Switch.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To enable DVMRP:
DGS-3627:admin# enable dvmrp
Command: enable dvmrp
Success.
DGS-3627:admin#
disable dvmrp
Purpose
Used to disable DVMRP.
Syntax
disable dvmrp
Description
This command is used, in combination with the
enable dvmrp
command above, is
used to enable and disable DVMRP on the Switch.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To disable DVMRP:
Page 269 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
265
DGS-3627:admin# disable dvmrp
Command: disable dvmrp
Success.
DGS-3627:admin#
show dvmrp routing_table
Purpose
Used to display the current DVMRP routing table.
Syntax
show dvmrp routing table {ipaddress <network_address>}
Description
The command is used to display the current DVMRP routing table.
Parameters
ipaddress <network_address>
The IP address and netmask of the destination. The
address and mask information can be specified using the traditional format (for
example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
Restrictions
None.
Example usage:
To display DVMRP routing table:
DGS-3627:admin# show dvmrp routing_table
Command: show dvmrp routing_table
DVMRP Routing Table
Source Address/Netmask Upstream Neighbor
Metric
Learned
Interface
Expire
---------------
---------------
----
-------
------------
------
10.0.0.0/8
10.90.90.90
1
Local
System
-
20.0.0.0/8
20.1.1.1
2
Dynamic
ip2
117
30.0.0.0/8
30.1.1.1
2
Dynamic
ip3
106
Total Entries: 3
DGS-3627:admin#
show dvmrp neighbor
Purpose
Used to display the DVMRP neighbor table.
Syntax
show dvmrp neighbor {ipif <ipif_name 12> | ipaddress <network_address>}
Description
This command will display the current DVMRP neighbor table.
Parameters
<ipif_name 12>
The name of the IP interface for which to display the DVMRP
neighbor table.
ipaddress <network_address>
The IP address and netmask of the destination.
The address and mask information can be specified using the traditional format
(for example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
Restrictions
None.
Example usage:
To display DVMRP neighbor table:
Page 270 / 757
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
266
DGS-3627:admin# show dvmrp neighbor
Command: show dvmrp neighbor
DVMRP Neighbor Address Table
Interface
Neighbor Address
Generation ID
Expire Time
--------------- -----------------
--------------
---------
System
10.2.1.123
2
35
Total Entries: 1
DGS-3627:admin#
show dvmrp nexthop
Purpose
Used to display the current DVMRP routing next hop table.
Syntax
show dvmrp nexthop {ipaddress <network_address> | ipif <ipif_name 12>}
Description
This command will display the DVMRP routing next hop table.
Parameters
<ipif_name 12>
The name of the IP interface for which to display the current DVMRP routing
next hop table.
ipaddress <network_address>
The IP address and netmask of the destination. The address
and mask information can be specified using the traditional format (for example,
10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
Restrictions
None.
Example usage:
To display DVMRP routing next hop table:
DGS-3627:admin# show dvmrp nexthop
Command: show dvmrp nexthop
DVMRP Routing Next Hop Table
Source Addresss/Netmask
Interface Name
Type
-----------------
---------------
------
10.0.0.0/8
ip2
Leaf
10.0.0.0/8
ip3
Leaf
20.0.0.0/8
System
Leaf
20.0.0.0/8
ip3
Leaf
30.0.0.0/8
System
Leaf
30.0.0.0/8
ip2
Leaf
Total Entries: 6
DGS-3627:admin#
show dvmrp
Purpose
Used to display the current DVMRP settings on the Switch.
Syntax
show dvmrp{<ipif_name 12>}
Description
The command will display the current DVMRP configurations.
Parameters
<ipif_name 12>
This parameter will allow the user to display DVMRP settings for a specific IP
interface.

Rate

4.5 / 5 based on 2 votes.

Bookmark Our Site

Press Ctrl + D to add this site to your favorites!

Share
Top