API Guide

Outgoing interface list:
vlan2001 Forward/Sparse 00:00:05/Never
LHR# show ip pim mcache
PIM Multicast Routing Cache Table
(*, 224.1.1.1)
Incoming interface : ethernet1/1/29
Outgoing interface list :
vlan2001
(22.1.1.10,224.1.1.1)
Incoming interface : ethernet1/1/17
Outgoing interface list :
vlan2001
Identifier GUID-739E4FBA-FB90-4E2C-A70E-B4F897E1693E
Version 2
Status Translation approved
PIM-SSM 示例配置
本部分介绍如何使用下图所示的拓扑来启用 PIM SSM
要启用 PIM SSM请在 R1 R2 上执行以下配置
R1 上的示例配置
R1# configure terminal
R1(config)# ip vrf red
R1(conf-vrf)# end
R1# configure terminal
R1(config)# interface port-channel 11
R1(conf-if-po-11)# no switchport
R1(conf-if-po-11)# ip vrf forwarding red
R1(conf-if-po-11)# end
R1# configure terminal
R1(config)# interface ethernet 1/1/6
R1(conf-if-eth1/1/6)# no ip vrf forwarding
R1(conf-if-eth1/1/6)# no switchport
R1(conf-if-eth1/1/6)# channel-group 11
R1(conf-if-eth1/1/6)# end
R1# configure terminal
R1(config)# interface ethernet 1/1/7
R1(conf-if-eth1/1/7)# no switchport
R1(conf-if-eth1/1/7)# interface ethernet 1/1/7
R1(conf-if-eth1/1/7)# ip vrf forwarding red
R1(conf-if-eth1/1/7)# ip address 201.1.1.2/24
R1(conf-if-eth1/1/7)# ip pim sparse-mode
R1(conf-if-eth1/1/7)# no shutdown
R1(conf-if-eth1/1/7)# end
R1# configure terminal
多播
773