Sun Ethernet Fabric Operating System PIMv6 Administration Guide

Exit Print View

Updated: July 2015
 
 

Configure the PMBR Status

A PMBR connects a PIMv6 domain to other multicast-routing domains. Configuring the PMBR status enables or disables the PMBR.

  1. Enable PIMv6.
    SEFOS# configure terminal
    SEFOS(config)# set ipv6 pim enable
    
  2. Enable the PMBR status.
    SEFOS(config)# set ip pim pmbr enable
    
  3. In VLAN 7, associate the interface with PIMv6 component 1.
    SEFOS(config)# interface vlan 7
    SEFOS(config-if)# ipv6 pim componentId 1
    SEFOS(config-if)# end
    
  4. Review the PMBR status.
    SEFOS# show ipv6 pim interface detail
     
    ...
        PIM Component Id : 1
        PIM domain border : enabled
    ...
    
  5. Review the interface details.
    SEFOS# show ipv6 pim interface detail
     
    ...
        PIM Component Id : 1
        PIM domain border : disabled
    ...