December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to set up redundant Home Agents to improve network availability for your Mobile Nodes.
For this recipe, we must configure two nearly identical Home Agent routers. Here is the configuration of the first one:
RouterHome1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. RouterHome1(config)#interfaceRouterHome1(config-if)#FastEthernet0/0ip addressRouterHome1(config-if)#192.168.9.2 255.255.255.0standby1ipRouterHome1(config-if)#192.168.9.1standby1nameRouterHome1(config-if)#HA-GROUPexitRouterHome1(config)#router mobileRouterHome1(config-router)#exitRouterHome1(config)#router eigrpRouterHome1(config-router)#99redistribute mobileRouterHome1(config-router)#networkRouterHome1(config-router)#192.168.9.0networkRouterHome1(config-router)#192.168.10.0default-metricRouterHome1(config-router)#10000 10 255 1 1500no auto-summaryRouterHome1(config-router)#exitRouterHome1(config)#ip mobile home-agent addressRouterHome1(config)#192.168.9.1ip mobile home-agent redundancyHA-GROUPvirtual-networkRouterHome1(config)#ip mobile virtual-networkRouterHome1(config)#192.168.10.0 255.255.255.0ip mobile host192.168.10.1 192.168.10.254virtual-networkRouterHome1(config)#192.168.10.0 255.255.255.0ip mobile secure home-agent192.168.9.3spi100key asciiRouterHome1(config)#ciscoip mobile secure host192.168.10.110spi100key asciiRouterHome1(config)#cookbookip mobile secure host192.168.10.111 ...
Read now
Unlock full access