![D-Link xStack DGS-3612G series Cli Manual Download Page 356](http://html1.mh-extra.com/html/d-link/xstack-dgs-3612g-series/xstack-dgs-3612g-series_cli-manual_3519854356.webp)
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
353
delete ipmroute
Purpose
Used to delete an IP multicast static route configuration entry.
Syntax
delete ipmroute [<network_address>|all]
Description
Deletes an IP multicast static route configuration entry.
Parameters
network_address
– The entry corresponds to the specified network to be
deleted.
all
– All configured entries will be removed.
Restrictions
Only Administrator and Operator-level users can issue this command.
Usage examle:
To delete an IP multicast static route entry:
DGS-3627:5#delete ipmroute 10.0.0.9/8
Command: delete ipmroute 10.0.0.9/8
Success.
DGS-3627:5#
show ipmroute
Purpose
Used to display an IP multicast static route configuration entry.
Syntax
show ipmroute { <network_address>}
Description
The show ipmroute command displays the RPF check entry to a source IP
address range.
Parameters
network_address
– The network address that will be used, if the IP multicast
packet received matches it, the RPF address configured will be used to do
the RPF check.
Restrictions None.
Usage examle:
To display an IP multicast static route entry:
DGS-3627:5#show ipmroute 10.0.0.0/8
Command: show ipmroute 10.0.0.0/8
Index Source IP Address RPF IP Address
----- -------------------- ---------------------
1 10.0.0.0/8 20.1.1.1
Total Entries : 1
DGS-3627:5#