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 IPv4 static 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 IPv4 static 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
To display information about the IPv6 routes that are downloaded by the RADIUS route-download server:
host1#show aaa route-download ipv6 routes 13 downloaded routes
To display detailed information about the IPv6 routes that are downloaded by the RADIUS route-download server:
host1#show aaa route-download ipv6 routes detail Prefix/Length Type Dst/Met Intf Tag ------------- -------- ------- ----- --- f001::1/128 Access-P 0/2 null0 0 f002::1/128 Access-P 0/2 null0 0 f002::2/128 Access-P 0/2 null0 0 f002::3/128 Access-P 0/2 null0 0 f002::4/128 Access-P 0/2 null0 0 f003::2/128 Access-P 0/2 null0 0 f004::2/128 Access-P 0/2 null0 0 f005::2/128 Access-P 0/2 null0 0 f006::2/128 Access-P 0/2 null0 0 f007::2/128 Access-P 0/2 null0 0 f008::2/128 Access-P 0/2 null0 0 f009::2/128 Access-P 0/2 null0 0 f00a::2/128 Access-P 0/2 null0 0
Meaning
Table 18 lists the show aaa route-download routes command and show aaa route-download ipv6 routes command output fields.
Table 18: 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 |