Sample MPOA Configuration
This section presents a sample network to summarize the configuration for MPCs and MPSs. Figure 10-9 Sample MPOA Network illustrates the network where two MPCs interconnect through one MPS.
Figure 10-9. Sample MPOA Network
The MPCs reside inside of Catalysts equipped with MPOA-capable LANE modules. The MPS resides in a 7204 router. Each MPC has one LEC enabled. The MPS has two LECs enabled, one for each of the two ELANs. The LECS and LESs reside in the 7204 router, although it could just as easily have been configured in either of the Catalysts.
Example 10-14 shows the relevant configuration statements for Cat-A.
Example 10-14 Cat-A MPOA Configuration
! mpoa client config name mpc1 !interface ATM0 no ip address atm pvc 5 0 5 qsaal atm pvc 16 0 16 ilmi mpoa client name mpc1 ! interface ATM0.1 multipoint lane client mpoa client name mpc1 lane client ethernet 21 elan1
Similarly, Cat-B’s configuration reflects Cat-A’s. Note that no IP address is configured on the Catalysts because the LANE module does not let you assign one. This results from the LANE module behaving like a bridge port. Example 10-15 shows Cat-B’s configuration. The MPC names differ in the two configurations (Cat-A and Cat-B), but they could be the same because the names are only locally significant.
Example 10-15 Cat-B MPOA Client Configuration
! mpoa client config name mpc2 ! interface ATM0 no ip address atm pvc 5 0 5 qsaal atm pvc 16 0 16 ilmi mpoa client name mpc2 ! interface ATM0.2 multipoint lane client mpoa client name mpc2 lane client ethernet 22 elan2
The MPS configuration of Example 10-16 resides in a router and has an IP address associated with each subinterface. Not shown in this abbreviated output, but vitally important in the configuration, is a routing protocol configuration. You must have routing enabled for the MPS/NHS to function correctly.
Example 10-16 Router MPOA Server Configuration
lane database usethis name elan1 server-atm-address 47.009181000000009092BF7401.0090AB165009.01 name elan1 elan-id 101 name elan2 server-atm-address 47.009181000000009092BF7401.0090AB165009.02 name elan2 elan-id 102 ! mpoa server config name mps ! interface ATM1/0 no ip address atm pvc 5 0 5 qsaal atm pvc 16 0 16 ilmi lane config auto-config-atm-address lane config database usethis mpoa server name mps ! interface ATM1/0.1 multipoint ip address 1.1.1.2 255.255.255.0 lane server-bus ethernet elan1 lane client mpoa server name mps lane client ethernet elan1 ! interface ATM1/0.2 multipoint ip address 1.1.2.2 255.255.255.0 lane server-bus ethernet elan2 lane client mpoa server name mps lane client ethernet elan2