Step 1 |
enable
|
Enables privileged EXEC mode.
|
Step 2 |
configure
terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 3 |
router
isis
Device(config)# router isis
|
Enables the IS-IS routing protocol and specifies an IS-IS process.
|
Step 4 |
net
net1
Device(config-router)# net 49.1234.1234.1234.00
|
Configures an IS-IS network entity (NET) for the routing process.
|
Step 5 |
metric-style
wide
[transition]
[level-1
|
level-2
|
level-1-2]
Device(config-router)# metric-style wide
|
Configures a device running IS-IS so that it generates and accepts only new-style type, length, value objects (TLVs).
|
Step 6 |
address-family
ipv4
multicast
Device(config-router)# address-family ipv4 multicast
|
Enters router address family configuration mode under IS-IS router configuration mode.
|
Step 7 |
topology
topology-name
tid
number
Device(config-router-af)# topology live-A tid 10
|
Enables a multicast topology under IGP.
|
Step 8 |
end
Device(config-router-af-topology)# exit
|
Returns to privileged EXEC mode.
|
Step 9 |
configure
terminal
Device# configure terminal
|
Enters global configuration mode.
|
Step 10 |
ip
multicast
topology
{multicast
|
unicast}
topology-name
tid
topology-number
Device(config)# ip multicast topology multicast live-A tid 100
|
Assigns a multicast topology identifier to a topology.
|
Step 11 |
Repeat Step 10 to assign an additional multicast identifier to a topology.
|
|
Step 12 |
ip
multicast
rpf
select
topology
{multicast
|
unicast}
topology-name
access-list-number
Device(config)# ip multicast rpf select topology multicast live-A 111
|
Associates a multicast topology with a multicast group that has a specific (S,G) mroute entry. The notation of (S,G), pronounced
“S comma G,” enumerates a shortest path tree where S is the IP address of the source and G is the multicast group address.
|
Step 13 |
Repeat Step 12 to specify an additional topology for an RPF lookup.
|
|
Step 14 |
ip
access-list
{standard
|
extended}
{access-list-name
|
access-list-number
}
Device(config)# ip access-list extended 111
|
Specifies a (S,G) mroute entry using IP access list.
|
Step 15 |
permit
protocol
{{
source-addr
source-wildcard
}
|
object-group
object-group-name
|
any
|
host
{
address
|
name
}}
{destination-addr
destination-wildcard
}
|
object-group
object-group-name
|
any
|
host
{address
|
name
}}
Device(config-ext-nacl)# permit ip any 225.1.1.1 0.0.0.0
|
Set conditions in the named IP access list that will permit (S,G) mroute entry multicast packets.
|
Step 16 |
Repeat Steps 14 and 15 to enumerate an additional (S,G) mroute entry if required.
|
|
Step 17 |
end
Device(config-ext-nacl)# end
|
Returns to privileged EXEC mode.
|