[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Monitoring Routes Downloaded by the RADIUS Route-Download Server

Purpose

Display information about the routes that are downloaded by the RADIUS route-download server. Use the optional detail keyword to display more detailed information about the downloaded routes.

Action

To display information about the routes that are downloaded by the RADIUS route-download server:

host1#show aaa route-download routes
96000 downloaded routes

To display detailed information about the routes that are downloaded by the RADIUS route-download server:

host1#show aaa route-download routes detail
Prefix/Length      Type        NextHop      Dst/Met  Intf   Tag 
---------------  --------  ---------------  -------  -----  ---
192.168.1.1/32   Access-P  255.255.255.255  254/2    null0  0    
192.168.1.5/32   Access-P  255.255.255.255  254/2    null0  0    
192.168.1.9/32   Access-P  255.255.255.255  254/2    null0  0    
192.168.1.13/32  Access-P  255.255.255.255  254/2    null0  0    
192.168.1.17/32  Access-P  255.255.255.255  254/2    null0  0    
192.168.1.21/32  Access-P  255.255.255.255  254/2    null0  0 

Meaning

Table 16 lists the show aaa route-download routes command output fields.

Table 16: show aaa route-download routes Output Fields 
Field Name
Field Description

downloaded routes

Number of current downloaded routes

Prefix/Length

IP address prefix and mask information for downloaded routes

Type

Type of downloaded routes; Access-P indicates routes downloaded from the RADIUS route-download server

NextHop

IP address of the next hop

Dst/Met

Administrative distance and number of hops for the route

Tag

Tag assigned to downloaded routes

Intf

Interface type and specifier


Related Topics


[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]