User guide
8-10 MPLS Module Installation and User Guide
Configuring Destination-Sensitive Accounting
config route-map <route-map> <sequence
number> add match [nlri-list
<access_profile> | as-path
[<access_profile> | <as_no> | community
[access-profile <access_profile> |
<as_num:number : number <community>]
| next-hop <ipaddress> | med <number> |
origin [igp | egp | incomplete]]
Configures a route map match statement.
Specify the following:
route-map — The name of the route map.
sequence number — The statement in the route
map to which the statement is being added.
nlri-list, as-path, community, next-hop,
med, and origin — Specify the type of values that
must be applied using the specified operation
against the corresponding attributes as described in
Table 8-6.
config route-map <route-map> <sequence
number> [add | delete] set
accounting-index 1 value <bin_number>
Configures the accounting bin number to be
associated with the specified route map entry. The
accounting index value is always set to 1 for
destination-sensitive accounting.
config route-map <route-map> <sequence
number> delete match [nlri-list
<access_profile> | as-path
[<access_profile> | <as_no>] | community
[access-profile <access_profile> |
<as_num:number | number <community>]
| next-hop <ipaddress> | med <number> |
origin [igp | egp | incomplete]
Deletes a route-map match statement.
config route-map <route-map> add
<sequence number> [permit | deny]
{match-one | match-all}
Adds a statement to the route map with the
specified sequence number and action. The
sequence number determines the order of the
statement in the route map, and the action specifies
the action to be taken on a successful match
against the statements in the route map.
config route-map <route-map> delete
<sequence number>
Deletes a statement from the route map.
create route-map <route-map> Creates a route map statement.
delete route-map <route-map> Deletes a route map statement from the route map.
show iproute route-map Displays a route map IP routing table.
Table 8-4: Route Map Commands (continued)
Command Description