Multicast TTL Boundary

為了以TTL為根據來限制封包,我們可以使用"ip multicast ttl-threshold"這個指令。Multicast boundary將可以讓你限制你將允許的群組為何。

R1(config)#int f0/0.1
R1(config-if)#ip pim sparse-dense-mode
R1(config-if)#ip multicast ttl-threshold 32
!只允許轉送擁有TTL數值大於32的multicast封包

R1(config)#access-list 1 permit 224.1.2.3
R1(config)#int f0/0.1
R1(config-if)#ip multicast boundary 1
!只允許224.1.2.3 multicast group

Comments

Popular posts from this blog

TCP/IP 明確擁塞通知 (ECN)

集中式數位交換機(CENTREX)系統

WRR(Weighted Round Robin) vs SRR(Shared/Shaped Round Robin)