Ip Route - Avaya P330 Reference Manual

Stackable switch
Hide thumbs Also See for P330:
Table of Contents

Advertisement

hexadecimal
Example:
To display netmasks in decimal format:
Router-N(configure)# ip netmask-format bitcount decimal
Done!

ip route

User level: privileged, supervisor.
If you are at the "privileged" level, you can only access this command in
Configure mode. Type configure at the command prompt to enter configure
mode.
Use the ip route command to establish a static route.
Use the no ip route command to remove a static route.
You can edit (add or remove), individually, each one of the 3 possible next-hop
addresses for a static route.
The syntax for this command is:
[no] ip route <ip-address> <mask> <next-hop> [<next-hop>]
[<next-hop>] [<cost>] [<preference>]
ip-address
mask
next-hop
cost
preference
Example:
To define the router 192.168.33.38 as the next hop for the network 192.168.33.0 with
mask 255.255.255.0:
Router-N(configure)# ip route 192.168.33.0 255.255.255.0
10.10.10.10
Avaya P330 Reference Guide
Chapter 3
The network masks are in hexadecimal format as indicated by
the leading 0X. For example, 0XFFFFFF00.
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.
Avaya P330 Layer 3 CLI Commands
185

Advertisement

Table of Contents
loading

Table of Contents