Cisco Cisco IOS Software Release 12.3(11)T

Page de 104
 
      Cisco Mobile Wireless Home Agent Release 2.0
Configuration Examples
67
Cisco IOS Release 12.3(11)T
OL-3235-04
radius-server key cisco
!
These are RADIUS commands. The first line specifies the RADIUS server address. Make sure the HA 
can reach AAA server and has proper access privileges.
Verifying HA Accounting Setup
The HA Accounting status can be verified by issuing the show ip mobile global command. The current 
accounting status is displayed as shown below:
router# sh ip mobile global
IP Mobility global information:
Home Agent
    Registration lifetime: INFINITE
    Broadcast enabled
    Replay protection time: 10 secs
    Reverse tunnel enabled
    ICMP Unreachable enabled
    Strip realm disabled
    NAT Traversal disabled
    HA Accounting enabled using method list: mylist  Ð Acct. Status 
    Address 3.3.3.1
Foreign Agent is not enabled, no care-of address
1 interface providing service
Encapsulations supported: IPIP and GRE
Tunnel fast switching enabled
Tunnel path MTU discovery aged out after 10 min
router#
HA-SLB Configurations
The following examples illustrate various HA-SLB configurations.
Dispatched MODE WITH STATIC WEIGHTS
Configuration on SLB:
The following commands configure a serverfarm “HAFARM”, and associate two real servers (HAs) with 
the serverfarm. The real servers are configured with a static weight of one.
ip slb serverfarm HAFARM
 real 20.1.1.51
  weight 1
  inservice
 !
 real 20.1.1.52
  weight 1
  inservice