Chapter 5 CLI – Layer 2
P332G-ML User’s Guide 87
TIME protocol).
The syntax for this command is:
set time client <enable|disable>
Set ip route Command
Use the set ip route command to add IP addresses to the IP routing table. You
can configure from one to ten (10) default gateways for a P330 stack.
The syntax for this command is:
set ip route <destination> <gateway>
Example:
This example shows how to add a default route to the IP routing table:
P330-N# set ip route
0.0.0.0 192.168.1.1
destination = 0.0.0.0 gateway = 192.168.1.1
ROUTE NET TABLE
destination gateway flags Refcnt Use Interface
------------------------------------------------------------------------
0.0.0.0 192.168.1.1 1 1 3199 se0
127.1.1.0 127.1.1.1 1 8 7606 se1
------------------------------------------------------------------------
ROUTE HOST TABLE
destination gateway flags Refcnt Use Interface
------------------------------------------------------------------------
127.0.0.1 127.0.0.1 5 2 131 lo0
10.10.10.10 192.168.1.1 7 0 0 se0
------------------------------------------------------------------------
destination IP address of the network, or specific host to be added
gateway IP address of the router.