![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
This chapter describes the use of Multichassis Multilink Point-to-Point Protocol (MMP) on the Cisco AccessPath-TS3 Integrated Access System. The chapter begins with the principles of MMP and how it works, and then includes procedures for configuring MMP.
To enable MMP on the AccessPath-TS3 system, you must configure the Access Server Shelves.
Topics in this section include the following:
This section presents a brief overview of MMP operations and includes the following topics:
MMP is a feature in Cisco IOS Release 11.2 and later that extends Multilink PPP Protocol (MP, also known as MLP) functionality across multiple chassis.
MP gives users additional bandwidth on demand by splitting and recombining packets across a logical pipe (bundle) formed by multiple links. On the transmit end, MP provides for the fragmentation of a single packet into multiple packets for transmission across multiple PPP links. On the receive end, MP provides packet reassembly from multiple PPP links.
MMP enhances MP by permitting MP links from a single client to terminate on different access servers. The whole process is invisible to the user.
MMP allows Internet service providers (ISPs) and enterprise system administrators the flexibility to group multiple access servers into a single rotary group that users can access from a single number. The MMP client is unaware that the MP bundle is made up of links terminating on different access servers.
MMP is particularly suited to the Cisco AccessPath-TS3 Integrated Access System for the following reasons:
MMP works with the Stack Group Bidding Protocol (SGBP), which supports bidding and arbitration across multiple shelves in the AccessPath-TS3 system.
In Figure 8-1, User X (connected to Router Y) takes advantage of the added bandwidth provided by MP when dialing into the AccessPath-TS3 system stack. The Access Server Shelf that answers the first call will host the master bundle for MMP calls. The following sequence illustrates a typical scenario when the AccessPath-TS3 system is configured in a peer stack group:
The Access Server Shelves in the AccessPath-TS3 system use MMP by default, for multi-channel operation. SGBP is used to control channel termination.
Step | Command | Purpose |
---|---|---|
1 | AS01> enable
| Enter enable mode.
Enter the password. You have entered enable mode when the prompt changes to |
2 | AS01# config term
| Enter global configuration mode. You have entered global configuration mode when the prompt changes to AS01(config)# .
|
3 | AS01(config)# sgbp group mystack
| Create a stack group and assign this Access Server Shelf to it.
Substitute your stack group name for |
4 | AS01(config)# sgbp member AS02 172.16.1.34
| Specify the host name and IP address of the peer member of the stack group. In this example, there are 21 peers. |
5 | AS01(config)# sgbp seed-bid default
| Set the bidding level for a stack group member. Default indicates that the Access Server Shelf will only bid for an external call if it is already bundling the first channel of the same set. |
6 | AS01(config)# sgbp source-ip 172.16.1.33
| Set the source IP address for SGBP packets. The AccessPath-TS3 system uses Loopback 0 addresses for SGBP source IP addresses. |
7 | AS01(config)# username mystack password mypassword
| Assign a password for the SGBP peers to exchange. The username must match the stack group name. The same password must be configured in each Access Server Shelf in the SGBP group. Substitute your stack group name for mystack , and your SGBP password for mypassword .
|
8 | AS01(config)# end
| Return to privileged EXEC mode.
This message is normal and does not indicate an error. |
To verify the MMP configuration on each Access Server Shelf:
AS01#show sgbp
Group Name: test Ref: 0x4780B252 Seed bid: default, 50, default seed bid setting Member Name: AS02 State: active Id: 9 Ref: 0x4780B54D Address: 172.16.1.34 AS02#show sgbp
Group Name: test Ref: 0x4780B54D Seed bid: default, 50, default seed bid setting Member Name: AS01 State: active Id: 1 Ref: 0x4780B252 Address: 172.16.1.33
| Tips |
If you are having trouble:
AS01# debug sgbp ?
errors SGBP errors
events SGBP events
hellos SGBP connection hellos
messages SGBP messages
queries SGBP mastership queries
AS01# debug sgbp errors
*Mar 4 11:55:24.105 EST: %SGBP-1-MISSCONF: Possible misconfigured member
AS11 using 172.22.21.11
*Mar 4 11:55:41.185 EST: %SGBP-7-NORESP: Fail to response to mystack group
test, may not have password
AS01# debug sgbp events
*Mar 4 12:26:46.441 EST: %SGBP-7-CLOSE: Closing pipe for member AS02
*Mar 4 12:26:46.445 EST: %SGBP-5-LEAVING: Member AS02 leaving mystack
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |