UMN:CLI
User Manual
V8102
568
LIMIT: number of routing entries (1-214783647)
THRESHOLD: warning threshold (1-214783647)
no ipv6 multicast route-limit
Deletes a specified limit.
The warning threshold must not exceed the maximum number of multicast routing entries.
11.3.1.4
Creating Multicast Static Route
Multicast static routes are unicast routes that allow multicast and unicast topologies to be
incongruous. These routes are used by multicast routing protocols to perform RPF
checks.
To create a multicast static route, use the following command.
Command
Mode
Description
ipv6 mroute X:X::X:X/M
{
static
|
rip
|
ospf
|
bgp
|
isis
} {
X:X::X:X |
INTERFACE
} [<1-255>]
Enable
Global
Configures a multicast static route
X:X::X:X/M: IPv6 source/group address
X:X::X:X: RPF address for the multicast route.
INTERFACE: incoming interface name
1-255: Specify whether a unicast route or multicast
static route is used for the RPF lookup. Lower distanc-
es have preference. If the multicast static route has the
same distance as the other RPF sources, the multicast
static route takes precedence. (Default: 0)
ipv6 mroute X:X::X:X/M
{
static
|
rip
|
ospf
|
bgp
|
isis
}
X:X::X:X |
INTERFACE
[<1-255>]
no ipv6 mroute X:X::X:X/M
{
stat-
ic
|
rip
|
ospf
|
bgp
|
isis
}
Clears the configured multicast static route.
11.3.1.5
Displaying MRIB Entry
To display the multicast routing entries in the MRIB, use the following command.
Command
Mode
Description
show ipv6 mroute
[
summary |
count
]
Enable
Global
Shows all multicast routing entries.
summary: abbreviated display
count: route and packet count data
show ipv6 mroute
[
dense
|
sparse
] [
count
|
summary
]
Shows the multicast routing entries for a given PIM
mode.
dense: dense mode
sparse: sparse mode
count: route and packet count data
summary: abbreviated display
show
ipv6
mroute
X:X::X:X
[
dense
|
sparse
] [
count
[
sum-
mary
]
Shows the multicast routing entries for a given group.
X:X::X:X: IPv6 source/group address
show
ipv6
mroute
X:X::X:X
X:X::X:X
[
dense
|
sparse
] [
count
|
summary
]
Shows the multicast routing entries for a given group
and source.
X:X::X:X: IPv6 source/group address
!