Mct client deletion 0, Mpls – loopback interface configuration 0, Mpls – core interface configuration 0 – Brocade Network Advisor IP User Manual v12.1.0 User Manual

Page 1434: Mpls – endpoint configuration 0

Advertising
background image

1380

Brocade Network Advisor IP User Manual

53-1002947-01

CLI Templates

G

TABLE 33

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 34

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 35

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 36

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

Advertising