HP VPN Firewall Appliances Network Management Command Reference
1062
Hardware Com
p
atibilit
y
F1000-E No
F5000 Yes
F5000-S/F5000-C No
VPN firewall modules No
20-Gbps VPN firewall modules No
Examples
# Configure node 10 in permit mode of routing policy policy1. If a route has a tag of 8, redistribute the
route to IS-IS level-2.
<Sysname> system-view
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match tag 8
[Sysname-route-policy] apply isis level-2
apply ip-precedence
Use apply ip-precedence to set an IP precedence for matching routes.
Use undo apply ip-precedence to remove the configuration.
Syntax
apply ip-precedence ip-precedence-value
undo apply ip-precedence
Default
No IP precedence is set for matching routes.
Views
Routing policy view
Default command level
2: System level
Parameters
ip-precedence-value: IP precedence, in the range of 0 to 7.
Examples
# Configure node 10 in permit mode of routing policy policy1. Set IP precedence 5 for routes matching
the prefix list abc.
<Sysname> system-view
[Sysname] ip ip-prefix abc index 10 permit 100.1.1.0 24
[Sysname] route-policy policy1 permit node 10
[Sysname-route-policy] if-match ip-prefix abc
[Sysname-route-policy] apply ip-precedence 5