C613-50631-01 Rev A Command Reference for IE340 Series 1864
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
PIM-SMV6 COMMANDS
IPV
6 PIM EXT-SRCS-DIRECTLY-CONNECTED
ipv6 pim ext-srcs-directly-connected
Overview Use this command to configure PIM-SMv6 to treat all source traffic arriving on the
interface as though it was sent from a host directly connected to the interface.
Use the no variant of this command to configure PIM-SMv6 to treat only directly
connected sources as directly connected.
Syntax
ipv6 pim ext-srcs-directly-connected
no ipv6 pim ext-srcs-directly-connected
Default The no variant of this command is the default behavior.
Mode Interface Configuration for a VLAN interface.
Example To configure PIM-SMv6 to treat all sources as directly connected for VLAN interface
vlan2, use the following commands:
awplus# configure terminal
awplus(config)# ipv6 forwarding
awplus(config)# ipv6 multicast-routing
awplus(config)# interface vlan2
awplus(config-if)# ipv6 enable
awplus(config-if)# ipv6 pim ext-srcs-directly-connected
To configure PIM-SMv6 to treat only directly connected sources as directly
connected for VLAN interface vlan2, use the following commands:
awplus# configure terminal
awplus(config)# interface vlan2
awplus(config-if)# no ipv6 pim ext-srcs-directly-connected