Brocade Network Advisor 12.1.X Documentation Updates (53-1003016-05, January 2014)

Table Of Contents
Brocade Network Advisor IP User Manual 1383
53-1002947-01
CLI Templates
G
TABLE 20 MCT Client Deletion
Feature Description CLI Commands
MCT Delete a cluster client. cluster $<CLUSTER_NAME|STRING> $<CLUSTER_ID|INTEGER>
no client $<CLIENT_NAME|STRING>
TABLE 21 MPLS – Loopback Interface Configuration
Feature Description CLI Commands
MPLS Loopback interface configuration
used for device reachability using
OSPF. It assigns an IP address and
advertises the interface through
OSPF.
! Required for LSP egress address in LSP Manager as well as a
soft interface for IP routing
interface loopback $<LOOPBACK_INTERFACE|INTEGER>
enable
ip ospf area $<OSPF_AREA|INTEGER>
ip address $<LOOPBACK_INTERFACE_IP|STRING>
TABLE 22 MPLS – Core Interface Configuration
Feature Description CLI Commands
MPLS MPLS core interface configuration
such as assigning an IP address and
advertising using OSPF
! Core facing interfaces need IP address for MPLS
! Repeat the following commands for all MPLS core interfaces in
the product
interface ethernet $<CORE_INTERFACE_1|SLOT_PORT>
enable
ip ospf area $<OSPF_AREA|INTEGER>
ip address $<CORE_INTERFACE_1_IP|STRING>
router mpls
mpls-interface ethernet $<CORE_INTERFACE_1|SLOT_PORT>
TABLE 23 MPLS – Endpoint Configuration
Feature Description CLI Commands
MPLS Used to configure MPLS endpoints.
Disable FDP, CDP as they are not
supported in MPLS endpoints.
! FDP, CDP should not be enabled on MPLS endpoints
! Repeat the following commands for all the MPLS endpoints
interface ethernet $<MPLS_END_POINT_1|SLOT_PORT>
enable
no fdp enable
no cdp enable