Table Of Contents
Configuring the MPOA Client
How MPC Works
MPC Configuration Task List
Configure the ELAN ID
Configure the MPC
Configure the MPC Variables
Monitor and Maintain the MPC
MPC Configuration Examples
Configuring the MPOA Client
This chapter describes the required and optional tasks for configuring the Multiprotocol over ATM (MPOA) Client. For a complete description of the MPOA Client commands used in this chapter, refer to the "MPOA Commands" chapter in the Cisco IOS Switching Services Command Reference. For documentation of other commands that appear in this chapter, you can use the command reference master index or search online.
The MPOA Client functionality involves ingress/egress cache management, data-plane and control-plane virtual circuit connection (VCC) management, MPOA frame processing, and participation in MPOA protocol and MPOA flow detection.
How MPC Works
The MPC software module implements the functionality of the MPC in compliance with the ATM Forum MPOA specification. An MPOA Client (MPC) identifies packets sent to an MPOA-capable router over the nonbroadcast multi-access (NBMA) network and establishes a shortcut VCC to the egress MPC, if possible. The MPC then routes these packets directly over this shortcut VCC, bypassing the intermediate routers and enabling the fast routing of internetwork-layer packets across an NBMA network. The Catalyst 5000 series switch can be designated as an MPC. If the Catalyst 5000 series switch is configured with an RSM/VIP2 (with an ATM interface) it can be configured as an MPC or an MPS.
A router is usually designated as an MPOA Server (MPS), but can also be designated as an MPC. MPC on the router is primarily meant to provide router-initiated and router-terminated shortcuts for non-NBMA networks. For this reason, MPC information in this publication primarily refers to the Catalyst 5000 series switch, and MPS information refers to the router or the RSM/VIP2 with an ATM interface in a Catalyst 5000 series switch.
MPC Configuration Task List
To configure an MPC on your network, perform the following tasks. Only the first two tasks are required; the remaining two tasks are optional.
•
Configure the ELAN ID
•
Configure the MPC
•
Configure the MPC Variables
•
Monitor and Maintain the MPC
Configure the ELAN ID
For MPOA to work properly, a LEC must belong to an ELAN that has a defined ELAN ID. To obtain an ELAN ID, use either of the following commands:
Note
To configure an MPC on a Catalyst 5000 series ATM module, establish connection with the ATM module, enter privileged mode, and then enter configuration mode. For information on performing these tasks, refer to the Catalyst 5000 Series Software Configuration Guide.
Command
|
Purpose
|
name elan-name elan-id id
|
Define an ELAN ID for the LEC (in LANE database configuration mode).
|
lane server-bus ethernet elan-name [elan-id id]
|
Configure the LEC with the ELAN ID (in interface configuration mode).
|
Caution 
If an ELAN ID is supplied, make sure both commands use the same elan-id value.
Configure the MPC
To configure an MPC on your network, use the following commands in the appropriate configuration modes:
Step
|
Command
|
Purpose
|
1
|
mpoa client config name mpc-name (In global configuration mode)
|
Define an MPC with a specified name.
|
2
|
interface atm {mod-num/port-num | number} (In interface configuration mode)
|
Specify the ATM interface which the MPC is to be associated with.
|
3
|
mpoa client name mpc-name (In interface configuration mode)
|
Attach an MPC to the ATM interface.
|
4
|
interface atm-num.sub-interface-num mul (In interface configuration mode)
|
Specify the ATM interface that contains the LEC to which you will bind the MPC.
|
5
|
lane client mpoa client name mpc-name (In interface configuration mode)
|
Bind a LANE client to the specified MPC.
|
6
|
Repeat Steps 4 and 5 for every LEC to be served by the MPC/MPS.
|
|
Note
In Step 4, if you do not specify the mul keyword when entering a subinterface number, the CLI does not accept the command.
Configure the MPC Variables
An MPC has to be defined with a specified name before you can change its variables.
To change the variables for an MPC, use the following commands, beginning in MPC configuration mode:
Step
|
Command
|
Purpose
|
1
|
mpoa client config name mps-name
|
Define an MPC with the specified name.
|
2
|
atm-address atm-address
|
(Optional) Specify the control ATM address that the MPC should use (when it is associated with a hardware interface).
|
3
|
shortcut-frame-count count
|
(Optional) Specify the maximum number of times a packet can be routed to the default router within shortcut-frame time before an MPOA resolution request is sent.
|
4
|
shortcut-frame-time time
|
(Optional) Set the shortcut-setup frame time for the MPC.
|
Monitor and Maintain the MPC
To monitor and maintain the configuration of an MPC, use any of these commands in EXEC mode:
Command
|
Purpose
|
show mpoa client [name mpc-name]
|
Display information about a specified MPC or all MPCs.
|
show mpoa client [name mpc-name] cache [ingress | egress] [ip-addr ip-addr]
|
Display ingress and egress cache entries associated with an MPC.
|
show mpoa client [name mpc-name] statistics
|
Display all the statistics collected by an MPC.
|
clear mpoa client [name mpc-name] cache [ingress | egress] [ip-addr ip-addr]
|
Clear cache entries.
|
show mpoa client [name mpc-name] [remote-device]
|
Display all the MPOA devices that this MPC has learned.
|
show mpoa default-atm-address
|
Display the default ATM addresses for the MPC.
|
MPC Configuration Examples
This section contains an example of the commands needed to configure an MPC. The lines beginning with exclamation points (!) are comments explaining the command shown on the subsequent line. shows an example of how you can configure your system to use MPOA.
Figure 39 Example of an MPOA Configuration
The following example configures the MPC and attaches the MPC to a hardware interface.
mpoa client config name MYMPC
! Leave everything as default
! Specify the ATM interface to which the MPC is attached
! Attach MPC MYMPC to the HW interface
! Specify the ATM interface that contains the LEC to which you will bind the MPC
! Bind a LANE client to the specified MPC
lane client mpoa client name MYMPC
! Go back up to global config mode
The following example shows a typical configuration file for the first MPC:
! Go to LANE database config mode
! Define the ELAN ID and ATM address
name elan1 server-atm-address 47.00918100000000613E5A2F01.006070174821.01
name elan2 server-atm-address 47.00918100000000613E5A2F01.006070174821.02
mpoa client config name mpc-1
! Go back up to global config mode
! Specify the ATM interface to which the MPC is attached
lane config auto-config-atm-address
lane config database mpoa-test
! Attach MPC mpc-1 to the HW interface
! Specify the ATM interface that contains the LEC to which you will bind the MPC
interface ATM0.1 multipoint
lane server-bus ethernet elan1
! Bind a LANE client to the specified MPC
lane client mpoa client name mpc-1
lane client ethernet 1 elan1
! Go back up to global config mode
The following example shows a typical configuration file for the second MPC:
! Go back up to global config mode
mpoa client config name mpc-2
! Specify the ATM interface to which the MPC is attached
! Specify the ATM interface that contains the LEC to which you will bind the MPC
interface ATM0.1 multipoint
lane server-bus ethernet elan2
lane client mpoa client name mpc-2
lane client ethernet 2 elan2
! Go back up to global config mode