Sorry for not responding sooner, but here is the output requested.
1. display ip policy-based-route [ policy policy-name ]
[Switch]dis ip policy-based-route policy ClientRoute
Policy name: ClientRoute
node 5 deny:
if-match acl 3010
node 10 permit:
if-match acl 3011
apply next-hop 10.0.0.1
[Switch]dis ip policy-based-route policy ServerRoute
Policy name: ServerRoute
node 5 deny:
if-match acl 3100
node 10 permit:
if-match acl 3101
apply next-hop 10.1.1.1
[Switch]dis ip policy-based-route policy ChooseRoute
Policy name: ChooseRoute
node 5 deny:
if-match acl 3001
node 10 permit:
if-match acl 3011
apply next-hop 10.0.0.1
node 15 permit:
if-match acl 3101
apply next-hop 10.1.1.12. display ip policy-based-route setup
[Switch]dis ip policy-based-route setup
Policy Name Interface Name
ClientRoute Vlan-interface1
ServerRoute Vlan-interface100
ChooseRoute local
3. display ip policy-based-route interface interface-type nterface-number [ slot slot-number ]
[Switch]display ip policy-based-route interface Vlan-interface 1 slot 1
Policy based routing information for interface Vlan-interface1:
Policy name: ClientRoute
node 5 deny:
if-match acl 3010
Matched: 0
node 10 permit:
if-match acl 3011
apply next-hop 10.0.0.1
Matched: 0
Total matched: 0
[Switch]display ip policy-based-route interface Vlan-interface 100 slot 1
Policy based routing information for interface Vlan-interface100:
Policy name: ServerRoute
node 5 deny:
if-match acl 3100
Matched: 0
node 10 permit:
if-match acl 3101
apply next-hop 10.1.1.1
Matched: 0
Total matched: 04. display ip policy-based-route local [ slot slot-number ]
[Switch]display ip policy-based-route local slot 1
Policy based routing information for local:
Policy name: ChooseRoute
node 5 deny:
if-match acl 3001
Matched: 0
node 10 permit:
if-match acl 3011
apply next-hop 10.0.0.1
Matched: 20
node 15 permit:
if-match acl 3101
apply next-hop 10.1.1.1
Matched: 20
Total matched: 40