Cisco Cisco Aironet 1524 Lightweight Outdoor Mesh Access Point

다운로드
페이지 36
33
Mobile Access Router and Mesh Networks Design Guide
OL-11823-01
  Using the MAR3200 in Mobile Environments
f.
To enter route protocol mode, enter:
HA(config)# router ospf 10 
g.
Enter:
HA(config-router)# redistribute mobile subnets 
Step 7
To verify your configuration, enter: 
HA# show run 
HA# show ip mobile globals
Note
The AAA server can be used to hold all MR spi and key. The command for this is ip mobile host mobile 
router loopback address from table
 virtual-network 10.20.10.0   255.255.255.0 aaa load-sa. The 
load-sa keyword instructs the HA to hold the security association (SPI/Key) in memory for subsequent 
registrations. Additionally, you can enter a range of MR hosts in the command.
 
 
Networks on the MR can also dynamically register to the HA besides statically configuring networks 
under IP mobile mobile networks. The command to do this on the HA is ip mobile mobile-network 
mobile host register.
Configuring the Foreign Agent (FA)
The Foreign Agent does not need a specific configuration for each MR and its IP addresses. All that is 
required is to activate the FA features on the router. The Mobile IP configurations are the same for two 
FA routers. The following steps are required to enable the Mobile IP foreign agent service.
Step 1
Log into the FA router. 
Step 2
Enter either of the following commands to determine the configuration on each FA router:
FA# show ip mobile globals 
FA# show running-configure
Step 3
Enable MoIP on the FA router. Specify the VLAN 3 interface as care-of address. (COA), which is 
connected to 4.9GHz bridge WMIC:
FA# router mobile
FA# ip mobile foreign-agent care-of vlan 3
Step 4
Enable IRDP and MoIP foreign-service on the VLAN 3 interface using following commands:
FA(config)# interface vlan 3 
FA(config-if)# ip irdp
FA(config-if)# ip irdp minadvertinterval3
FA(config-if)# ip irdp maxadvertinterval 4
FA(config-if)# ip irdp holdtime 13must be > 3 X Max interval
FA(config-if)# ip mobile foreign-service
Step 5
To verify your configuration, enter: 
FA# show run 
FA# show ip mobile globals