Chapter 5 | CLI – Layer 2 |
|
|
TIME protocol).
The syntax for this command is:
set time client <enabledisable>
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>
destination | IP address of the network, or specific host to be added |
gateway | IP address of the router. |
Example:
This example shows how to add a default route to the IP routing table:
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 |
87 |