interface/{interface-type}/{interface-name}/ip/pim/neighbor-filter

By default, directly connected routers under protocol-independent multicast (PIM) form neighborship with one another. Using this command, you can block specified routers from neighborship.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>1/5</name>
		<ip>
			<pim-intf-phy-cont xmlns="urn:brocade.com:mgmt:brocade-pim">
				<pim-int-cmd>
					<pim>
						<dr-priority>1</dr-priority>
					</pim>
				</pim-int-cmd>
			</pim-intf-phy-cont>
		</ip>
	</ethernet>
</interface>

Parameters

name
Specifies the interface name.
neighbor-filter
Specifies the name of a prefix list defined by the ip prefix-list command. Permitted values are between 1 and 63 characters. Although the first character must be alphabetic, the others can be alphanumeric, underscores (_), or minus signs (-).