show ip policy

Use this command to display the policy route-map applied to all routing interfaces.

Syntax

show ip policy

Parameters

None.

Defaults

None.

Mode

All command modes.

Example

This example shows how to display policy route-maps applied to all routing interfaces:

System(rw-config)->interface vlan 5
System(rw-config-intf-vlan.0.5)->ip policy route-map rm1
System(rw-config-intf-vlan.0.5)->exit
System(rw-config)->interface vlan 25
System(rw-config-intf-vlan.0.25)->ip policy route-map rm2
System(rw-config-intf-vlan.0.25)->exit
System(rw-config)->show ip policy
Interface    route-map                         Priority  Load policy
-----------  --------------------------------  --------  -----------
vlan.0.5     rm1                               First     First Available
vlan.0.25    rm2                               First     First Available
System(rw-config)->
Click to expand in new window

show ip policy Output Details

Output... What it displays...
Interface Routing interface.
route-map route-map assigned to the routing interface (using the ip policy route-map command as described in ip policy route-map.)
Priority How the priority-based routing next hop selection will be prioritized. Set on the S- and K-Series platforms with the ip policy priority command as described in ip policy priority (S-, K-Series).
Load policy How the priority-based routing next hop will be selected. Set on the S- and K-Series platforms with the ip policy load-policy command as described in ip policy priority (S-, K-Series).