router/mpls/lsp

Usage

 <mpls-config xmlns="urn:brocade.com:mgmt:brocade-mpls">
	<router>
		<mpls>
			<mpls-cmds-holder>
				<lsp>
				  <lsp-name>{lsp-name}</lsp-name>
						<lsp-shortcuts>
							<lsp-ospf/>
							<lsp-ignore-lsp-metrics/>
						</lsp-shortcuts> 
				</lsp>
			</mpls-cmds-holder>
		</mpls>
	</router>
</mpls-config>

Parameters

lsp-name
The name of this LSP.
lsp-dest-address
The destination IP address of the LSP.
lsp-src-address
The source IP address of the LSP.
lsp-primary-path
lsp-metric
The user assigned metric to this LSP.
lsp-shortcuts
lsp-ospf
Enables support for LSP shortcuts.
lsp-ignore-lsp-metric
Ignores the configured LSP metric.