Ip Route - Avaya X330W2-DS1 User Manual

Multiservice wan access router module
Hide thumbs Also See for X330W2-DS1:
Table of Contents

Advertisement

ip route

Use the ip route command to establish a static route. The no form of this
command removes a static route.
The syntax for this command is:
[no] ip route <ip addr> <mask> {{<next-hop> [<next-hop>
[<next-hop>]] | <interface-type> <interface-number>} [<cost>]
[<preference>] [permanent] | Null0}
ip-address
mask
next-hop
cost
preference
Null0
interface-type
interface-number
permanent
Examples:
X330WAN-2DS1-1(configure)# ip route 132.55.0.0 255.255.0.0
132.55.4.45 3 high
X330WAN-2DS1-1(configure)# no ip route 134.66.0.0 255.255.0.0
X330WAN-2DS1-1(configure)# ip route 135.0.0.0 255.0.0.0 Serial
1:1 permanent
X330WAN-2DS1-1(configure)# ip route 134.66.0.0 255.255.0.0
Null0
Avaya X330W-2DS1 User's Guide
The IP address of the network.
Mask of the static route.
The next hop address in the network.
The path cost. The default is 1.
Preference, either High or Low. Default is Low.
Creates a static discard route.
The interface type.
The interface number.
The route will not be disabled if the interface is down.
Layer 3 CLI Commands
81

Advertisement

Table of Contents
loading

Table of Contents