interface/{interface-type}/{interface-name}/isis/point-to-point

Configures the network type for the IS-IS interface as point-to-point.

Usage

<interface xmlns="urn:brocade.com:mgmt:brocade-interface">
	<ethernet>
		<name>{req_val}</name>
		<interface-eth-isis-conf xmlns="urn:brocade.com:mgmt:brocade-isis">
			<intf-isis>
				<interface-isis>
					<interface-point-to-point/>
				</interface-isis>
			</intf-isis>
		</interface-eth-isis-conf>
	</ethernet>
</interface>

Parameters

ethernet
Specifies the physical Ethernet interface.
name
Specifies the ISIS interface name.
intf-isis
Configures the ISIS interface.