SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
439
tag
<number>
Optional. Specifies a number to use as a tag for this route. Route tags are
used to label and filter routes when dynamically redistributing routes into a
routing protocol (such as RIP/OSPF/BGP). Range is 1 to 65,535.
Default Values
By default, there are no configured routes in route table, and the tag of 0 is applied to the route.
Usage Examples
The following example adds a static route to the
10.220.0.0/16
network through the next-hop router
192.168.45.254
and a default route to
172.16.2.10
:
ProCurve(config)#
ip route 10.220.0.0 255.255.0.0 192.168.45.254
ProCurve(config)#
ip route 0.0.0.0 0.0.0.0 172.16.2.10