Cisco Cisco IOS Software Release 12.4(2)XB6 Références techniques

Page de 188
 
-92
Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
OL-14681-01
Chapter       Cisco Broadband Wireless Gateway 1.2 Command Reference, IOS Release 12.4(15)XL3
  ip route aggregate
ip route aggregate
To aggregate routes automatically based on the mask returned by servers if set to auto, use the route 
aggregate 
command in global configuration mode. Use the no form of the command to disable route 
aggregation.
ip route aggregate {A.B.C.D | auto}
no ip route aggregate {A.B.C.D | auto}
Syntax Description
Defaults
There is no default value. 
Command Modes
Global configuration mode.
Command History
Usage Guidelines
The following example configures an auto aggregated route:
router(config)# wimax agw user group-list wimax
 user-group any
  aaa accounting method-list agw
  sla profile-name gold
  dhcp server primary 12.1.1.2
!
user-group domain cisco.com
  aaa accounting method-list agw
  sla profile-name gold
  ip static-allowed
  ip route aggregate auto
A.B.C.D
Specifies a route based on a specific IP prefix and mask. When specified, 
only those routes are aggregated to one route.
auto
Specifies aggregate routes automatically based on the mask returned by 
servers.
Release
Modification
12.4(15)XL1
This command was introduced.